Is it possible to split a selected feature by an overlapping feature without interfering the non-selected features of the original feature class?
My feature class has overlapped polygons and I need to split some of them by the shape of some other overlapped polygons from another feature class.
My idea is:
- Select the polygon that I want to split and create a layer from the selected feature
- Select the features I want to use to split
- Use the Split Polygon on the Advance Editing Toolbar selecting the layer I just made in the first step
But, unfortuantely it doesn't work. Andd the Split Polygon tool also split the overlapping polygons non selected, that is, the tool split the original layer, so I don't have any advantage on creating the new layer with the selected feature.
Any ideas to solve this easy task?