I have two features consisting of polygon shapes. How can I run a query that gives me the areas in one feature that do NOT overlap areas in the other feature.
Thanks
Solved! Go to Solution.
Hi John - I would do this process separately for each feature class.
Hope this helps,
Adam Z
Are you using ArcGIS Desktop? Then you are looking for Erase.
I am using ArdGIS desktop, I am not looking to erase, just get a list of polygons from two feature classes that do not overlap
Maybe you would like to Select By Location, the features from Polygon1 which overlap with Polygon2. Then Switch Selection to get the non-overlapping polygons. You could export the attribute table with the selected features to get the list of tables.
Repeat the same for Polygon2 as well.
I think, this can also be automated using Python.
Hi John - I would do this process separately for each feature class.
Hope this helps,
Adam Z
If you use the Select Layer By Location tool instead of the Select By Location dialog, there is an invert_spatial_relationship parameter you can use to do what you want in a single step.