I have a C# plugin for ArcGIS, and I\'m trying to access ServerObjectManager off of an AGSServerConnection but it\'s coming out as null.
I am trying to list multiple feature types in multiple layers like how ESRI\'s ArcGIS application for iPhone does (for different requirements). Each layer would need to form a different section of the
I have 开发者_运维知识库a table with 3 columns, PrimaryKey(int), latitude(decimal 9,6) and longitude(decimal 9,6).
I am trying to feature types (featureLayer.types) within a layer so that the user can select one. ESRI\'s Sample \"FeatureLayerEditingSample\" does this but the view controller is initialized through
I have contours (about 5000 polylines) in shapefile and I need to interpolate those with Spline. But Spline function in ArcGIS 10 can only interpolate points, and my contours are polylines. I hope开发
I use ArcGIS Server to serve a map of points from a database. When I create and publish the mxd as a WMS service in AGS everything looks fine. But after a while, the day after or something - the map s
I apologize for such a long message in advance, but I\'m trying for detail here... I\'m working on using bTouch to create a compiled dll for referencing the ArcGIS iOS SDK.
I\'m trying to create a standalone application, which loads a ArcGis map, selects a few objects in one layer and zooms to them.
I have a python script that works great when run by itself.Based on a hardcoded input directory it scans for all .mdb files and puts that into a list, then iterates through them all in a for loop.Each
How do I add markers to a map with coordinates? I saved the extent in database along with X,Y coordinates after finding the location. When coming back to the application, I don\'t know how to add mark