I have the following map of a state with its precincts inside of it:
Is there any way that I can get a list of the precincts that are on the border of the state? I have been looking through the different tools that ArcMap has but I cant find anything useful.
1 Answer 1
- Dissolve to get one big state polygon
- Use Select by Location with spatial query "Share a line segment with" to select precincts that are on the border of dissolved state polygon
You will see the selected polygons listed in the attribute table
answered Dec 13, 2018 at 19:06
-
2I think the spatial query "share a line segment with" may also work (without the switch selection).SMiller– SMiller2018年12月13日 19:22:50 +00:00Commented Dec 13, 2018 at 19:22
-