Tagged Questions
3
votes
1answer
201 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 ...
0
votes
1answer
302 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 ...
