Tagged Questions
1
vote
0answers
78 views
How to handle/ avoid intersect errors when clipping the difference between two layers?
Using QGIS + Grass, I've added a shapefile of coastline and islands to my map.
I then buffer this shapefile to create a coastal zone of a known width. At this stage the buffer consists of the ...
2
votes
2answers
758 views
How to repair topology of a shapefile?
I performed an object-based image analysis using ENVI EX, and each of the classified features were exported as a shapefile. I transferred those shapefiles into ArcMap 10, and tried to intersect them ...
3
votes
1answer
795 views
Intersect two polylines using ArcObjects
I have two polylines and would like to find the intersection(s) using ArcObjects / VB.NET.
I'm using the following code:
Dim topoOp As ITopologicalOperator = TryCast(pTestPoly2, ...