I have created a simple script to join a .dbf to a .shp, then calculate a few fields. The script works great, but if for some reason there is no join, I get the following error which shuts down the sc
I\'ve imported the google maps street layer with arc2earth and produced a new one, and I show it in a web site with the google api v3 and the streets layer generated by me doesn\'t match the google ma
Using the REST or javascript api, does anyone know how to get results back sorted by distance from a point?I\'m doing someething like this:开发者_JAVA百科
Sorry for posting something that\'s probably obvious, but I don\'t have much database experience. Any help would be greatly appreciated - but remember, I\'m a beginner :-)
I was wondering if it is possible to extract each waypoint route in bing maps directions (example of waypoint routes below)
I am having the weirdest problem right now using the ArcGIS Javascript API (v2.4). I\'m merely trying to create an instance of an ESRI topo map with an extent, and then add a layer.
I added a field and wanted to calculate field by codeblock but the code block is not working, I guess. In the output shp file, all the value is showing 0. Here is the code:
I have a dataset (i.e. a shapefile) containin开发者_C百科g spatial location data (coordinates) and elevation data as well as other attribute fields.
I have a 开发者_StackOverflow社区GeoDB which has the extension .gdb. Is there any one who has tried to connect a GeoDB using C# with using ArcGIS SDK?The ArcObjects code below requires that you\'ve ch
UPDATE After perusing the docs some more I noticed that I left out the FieldArray and PropertyArray keys.So I no longer get the type mismatch error, but the SOAP request is still not right.