Thursday, 2 March 2017

Subtracting (erasing) polygons from polygon using ArcGIS for Desktop?



I have two polygon layers, one is green that represents all non-public right-of-way land. I have another polygon that is just a circle with a specified radius.


I would like my output to be a polygon layer that represents all the white space (the gaps) in the private land polygon layer that is also within the black circle.


enter image description here


How does one do this (In ArcGIS 10.2)?




No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...