Select to view content in your preferred language

Clip without clipping individual polygones

1006
2
Jump to solution
09-26-2022 11:06 AM
Labels (1)
PaulRichard
Emerging Contributor

Hi :

I have a feature class of land parcels and a single boundary polygon in another layer. I would like to "clip" using the boundary polygon, but instead of discarding potions of polygons outside the boundary, I wish to keep the full (original) polygons of all parcels that either intersect the boundary or are entirely located within it. In other words, I wish to discard all polygons completely outside of the boundary.

As a very simple illustration of what I mean. The red triangle is the boundary so the yellow parcel is discarded while the other two are kept in their original form. Can this be achieved in ArcMap?

image.png

Paul

0 Kudos
1 Solution

Accepted Solutions
RhettZufelt
MVP Notable Contributor

Make a copy of the data first.

Start edit on the copy of the polygons, use select by location to select features that overlap.

Open attribute table and switch selection, then Delete (which is now selecting the polygons that do not intersect).

R_

View solution in original post

2 Replies
RhettZufelt
MVP Notable Contributor

Make a copy of the data first.

Start edit on the copy of the polygons, use select by location to select features that overlap.

Open attribute table and switch selection, then Delete (which is now selecting the polygons that do not intersect).

R_

PaulRichard
Emerging Contributor

Excellent, the default "intersect the source layer feature" fit the bill nicely. Thank you!

0 Kudos