Tagged Questions
0
votes
2answers
54 views
Find and list all polygons that overlap with another polygon
I am working with two polygon layers which overlap but are unrelated (one is congressional district boundaries, the other is MPO area boundaries).
I would like to generate a list of all the ...
3
votes
2answers
61 views
How to computational efficiently check if there are any overlapping polygons in a group of polygons?
I need to do some processing with groups of polygons. If any of the polygons in the group overlaps other polygon the result is unpredictable and don't throw any error. So, I need to detect if there is ...
3
votes
0answers
174 views
How to estimate the average width of a sidewalk? [duplicate]
I have a table with two polygons representing urban block with and without the sidewalk: geomBlock and geomBlockWithSidewalk.
On my city we can approximate the polygons of geomBlockWithSidewalk to a ...
7
votes
4answers
8k views
Extract coordinates of polygon vertices in ArcMap 10?
I've got about a dozen polygons in a feature class loaded in ArcMap 10, all in geographic WGS 1984.
How do I easily obtain the coordinates associated with each vertex of each polygon in that feature ...