| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 2 months |
| seen | Oct 22 '12 at 15:39 | |
| stats | profile views | 2 |
|
Oct 22 |
comment |
Concurrent users using a DLL to access ArcObjects? @blah238 I believe so. I setup web services in /rest/services, and use ArcObjects to store to the database based on an mxd map service file. |
|
Oct 4 |
asked | Concurrent users using a DLL to access ArcObjects? |
|
Aug 17 |
awarded | Commentator |
|
Aug 17 |
comment |
.NET And ArcGIS 10x - Where have all the wrappers gone? You also have to install Visual Studio 2008 SP1+, otherwise it won't work with ArcObjects installation for ArcGIS 10. |
|
Aug 17 |
comment |
Deploying ArcObject .NET DLLs Confirmed. ArcGIS documentation states it is not required in certain pages. But the SDK installer WILL NOT GO THROUGH without Visual Studio 2008 Express, or Visual Studio 2010 premium/ult/test/professional. |
|
Apr 2 |
awarded | Supporter |
|
Apr 2 |
comment |
IFeature.set_Shape The coordinates or measures are out of bounds Well, you don't have the best answer, but thanks for trying. Good point about the resolution. |
|
Apr 2 |
accepted | IFeature.set_Shape The coordinates or measures are out of bounds |
|
Mar 28 |
comment |
IFeature.set_Shape The coordinates or measures are out of bounds @tomfumb The layer info has the correct values that I manually entered in. The mapservice info, has these offsetted values 197 etc. It did it automatically. Otherwise I loaded a blank shape file with one layer, just attributes and no data. So how do you fix the extent?? |
|
Mar 26 |
awarded | Promoter |
|
Mar 23 |
comment |
IFeature.set_Shape The coordinates or measures are out of bounds Add custom points to the map changes the extent and I think sort of mitigates the problem. But how do I set it up so that any extent / x,y value is allowed based on GCS_WGS_1984 maps? I just want normal latitude longitude values without resorting to adding "border points" into the map to dynamically change the extent. |
|
Mar 22 |
asked | IFeature.set_Shape The coordinates or measures are out of bounds |
|
Mar 22 |
accepted | Shapes of this entity type not allowed in this layer when CreateFeature() is called |
|
Mar 21 |
awarded | Teacher |
|
Mar 21 |
revised |
Shapes of this entity type not allowed in this layer when CreateFeature() is called deleted 144 characters in body |
|
Mar 21 |
answered | Shapes of this entity type not allowed in this layer when CreateFeature() is called |
|
Mar 21 |
awarded | Scholar |
|
Mar 21 |
accepted | IMapServerObjects.get_Map says object is null reference. |
|
Mar 21 |
comment |
Shapes of this entity type not allowed in this layer when CreateFeature() is called @RagiYaserBurhum I added more code at the beginning to clarify some variables. I'm not sure why CreateFeature bugs out. And why it still says shape is not same type, when I am using POINT everywhere. |
|
Mar 21 |
revised |
Shapes of this entity type not allowed in this layer when CreateFeature() is called more code at beginning. |