Tagged Questions
3
votes
1answer
257 views
How to import ESRI grid into Matlab
I have some ESRI grid data that I would like to import into Matlab.
As a typical ESRI grid data I have the two folders with the *.adf files and *.dat, .nit and.dat files.
I would like to know how ...
2
votes
1answer
891 views
Why is ArcGIS crashing when I try to load .adf raster data?
I am pretty new to GIS, so forgive me if this is a stupid question. I downloaded a bunch of land cover files from USGS seamless warehouse of Florida. Every time I try to 1) view the .adf file (which ...
1
vote
0answers
75 views
Intersection between two ADF GraphicsLayer
I know how to intersect features from a ADF Geometry with a map ADF GraphicsLayer, but this requires me to have ONE LAYER on the map and then use a spatial filter on it.
If I have two GraphicsLayer ...
3
votes
1answer
171 views
How do you convert a SOAP PolylineN from one namespace to another?
I'm doing a proof-of-concept to try to speed up a data service that accesses DB2 databases and a GeometryService on an ArcGIS server using the ADF and the SOAP API. I'm trying to speed up data access ...
6
votes
1answer
338 views
How to select all parcels of a street? [ArcGIS Server]
I have an Arcgis Server Map Service with a Street layer and a Parcel layer, I need to get the info of each parcel of a street that is selected by the user, does anyone knows how to do that? I'm a ...
4
votes
1answer
184 views
Is the ServerAction Method Required in a ImapServerCommandAction?
I am using an ESRI toolbar control buddied with a map control.
I am using a command. Below is a simple example.
My question is to clarify - having the ServerAction method is a requirement when you ...