The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
184 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 ...
1
vote
2answers
427 views

Mosaicing LIDAR files in ArcGIS 10

I have a number of LIDAR files (the extension is .adf). When put together, they show the same area (each shows one part of it), so, before I do anything else with them, I would like to combine them ...
2
votes
1answer
796 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
1answer
384 views

Creating database for climate data with MySQL

I'm working on a project using climate data and MySQL. Before I start to work, what's your advice on the best way to complete this task. I plan on using the following workflow: Analyse the ...
1
vote
0answers
74 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 ...
1
vote
0answers
268 views

Intersecting with Geodatabase.ISpatialFilter - no results

I'm trying to intersect two layers and get resulting features with the following code I've written: ESRI.ArcGIS.Geodatabase.ISpatialFilter spatialFilter = new ...
2
votes
0answers
377 views

Intersection problem: too many elements?

I have this code where an IGeometry shape (4-5 circles not filled) should be intersected with another layer's features // Convert from IGeometry to ADF Geometry Polygon ...
0
votes
1answer
300 views

Intersection failing because of vertices of polygons

I've written some code to intersect features of one layer with another's, but one layer has polygons (the squares in the image) and the other has circles (not filled). The problem is that I'm using ...
2
votes
1answer
157 views

How to display IGeometry?

I've done an intersection with the ITopologicalOperator6 interface, and I now have an IGeometry with the result. How to draw this in a graphics layer on the map? I want to see what was intersected ...
3
votes
1answer
331 views

ITopologicalOperator.Intersect, how does this work?

I'm trying to intersect all features of a layer with another's but I'm getting the web ADF application stuck while executing the "ConstructUnion" function Here's the code I've written so far // ...
2
votes
1answer
1k views

how to connect to ArcGIS server with c#

I would like connect to ArcGIS server, but I have an error message "la référence d'un objet n'est pas définie à une instance a une objet". I have many examples: string serverName = "adresse"; ...
3
votes
1answer
170 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
332 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 ...
1
vote
0answers
428 views

ESRI: ADF + Geodatabase

I'm a .NET Develop. I'm using ESRI / ADF and I have a problem whit some methods of Geodatabase. On the beginning of development I needed connect on GeoDB and execute queries. On this moment I got this ...
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 ...
1
vote
2answers
2k views

How to grab user's mouse click (coordinates) in Javascript

I am just getting to grips with using ArcGIS Server 9.3.1. I am developing in .NET with a very basic Web app in C# - it has the standard ESRI web ADF ASP controls in the web page (Default.aspx) ...