Tagged Questions
2
votes
3answers
41 views
Breaking a continuous contour shapefile into smaller parts?
I created this contour shapefile and I need to break it into smaller parts so its better to manage. I also have a line shapefile of where I want the breaks. Is there a way to intersect and break them? ...
2
votes
2answers
801 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
2answers
647 views
Find intersection points of two polyline features
I'm currently working with street intersections trying to find point(or points) where 2 given streets intersect(!disjoin). Streets are all Polyline features, and I have to work with 2 features at ...
1
vote
0answers
153 views
error in gp.execute intersect
i generate a tool to return values using area of polygons. but when i execute the tool, visual studio show an error :"Error HRESULT E_FAIL has been returned from a call to a COM component" in ...
3
votes
1answer
225 views
ArcMap: extracting overlapped buffers
I have a set of points in ArcMap which I create a buffer for each point. Then I use intersect to extract the overlapping buffers. The result is something like this:
The lighter color are the ...