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 ...
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 ...