Select to view content in your preferred language

Polygon substraction

659
4
06-03-2013 09:30 AM
VivekRatan
Emerging Contributor
Hi friends,

I have got two polygon features both are different layers.But one polygon is smaller than other and lies inside it.I want to deduct  the shape of smaller polygon from bigger polygon.Its just opposite of clip function.i tried this.please help


Vivek
Tags (2)
0 Kudos
4 Replies
ScottMoyer
Deactivated User
You want to use the Erase tool. The larger polygons will be the 'Input' and the smaller the 'Erase Feature'.
Scott
0 Kudos
VivekRatan
Emerging Contributor
You want to use the Erase tool. The larger polygons will be the 'Input' and the smaller the 'Erase Feature'.
Scott


Please tell me where can i find this tool in arcgis 10.thanks
0 Kudos
ScottMoyer
Deactivated User
I have it in the toolbox of ArcCatalog: Analysis Tools>Overlay>Erase. If you don't have erase (if you have a limited license) you can Union (same location as Erase) the two feature classes and then delete the inner polygons by selecting them based on a unique identying field that existed in the inner polygons before the Union. You may need to create that unique field firstly and populate it with identifying data.
Scott
0 Kudos
VivekRatan
Emerging Contributor
I have it in the toolbox of ArcCatalog: Analysis Tools>Overlay>Erase. If you don't have erase (if you have a limited license) you can Union (same location as Erase) the two feature classes and then delete the inner polygons by selecting them based on a unique identying field that existed in the inner polygons before the Union. You may need to create that unique field firstly and populate it with identifying data.
Scott


Thank you Sott.I a m able to use erase tool.it works.
0 Kudos