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百科
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\'m trying to intersect all features of a layer with another\'s but I\'m getting the web 开发者_如何学GoADF application stuck while executing the \"ConstructUnion\" function
I have X layers on a map and I need to intersect chosen layers (two per time) and color resulting features.
I\'m a newbie in the GIS and ASP.NET world and I\'m trying to run this tutorial: http://help.arcgis.com/en/sdk/10.0/serveradf_net/conceptualhelp/index.html#//000200000025000000
I\'ve done a few .Net applications before but this is my first time with an installer. My installer puts a file (.esriAddIn extension - essentially a zip archive that is unpacked to the user\'s home
I have data that I want to create a GIS type application that will have the typical features of adding and removing layers of different types. What is the best architectural approach?
I\'m using ESRI, working on a windows form applicaion using C# I have a raster layer with 4 tiles, and I\'ve created pyramids for this layer.
what I mean is something like this: http://help.arcgis.com/en/arcgismobile/10.0/apis/WindowsPhone/samples/start.htm
I have the raw bytes of a COM object (ESRI IPOINT) in a SQL DB.I want to somehow force the casting of it to an IP开发者_JAVA百科OINT.I tried IPoint p = object as IPOINT which failed.Is there some hack