Select polygons that have points inside

2106
2
Jump to solution
02-10-2022 01:41 AM
SoknaLy
New Contributor II

Hi,

I have a polygon layer and a point layer (two separate layers). When overlapping, some points fall into some polygons. I want to select only the polygons that have points inside. How can i do that? Any ways, tools or SQL queries can help?

Thanks!

0 Kudos
1 Solution

Accepted Solutions
JohannesLindner
MVP Frequent Contributor

The tool you're looking for is Select Layer By Location.

You can open it from the Geoprocessing Pane (Data Management -> Layers and Table Views) or from the Map Ribbon:

JohannesLindner_0-1644488271457.png

 

Parameters:
Input features: polygons

Selecting features: points

Relationship: Intersect

If nothing is found, try using a small Search Distance.

 


Have a great day!
Johannes

View solution in original post

2 Replies
JohannesLindner
MVP Frequent Contributor

The tool you're looking for is Select Layer By Location.

You can open it from the Geoprocessing Pane (Data Management -> Layers and Table Views) or from the Map Ribbon:

JohannesLindner_0-1644488271457.png

 

Parameters:
Input features: polygons

Selecting features: points

Relationship: Intersect

If nothing is found, try using a small Search Distance.

 


Have a great day!
Johannes
SoknaLy
New Contributor II

Hooray! Problem solved! 

Thanks Johannes. You saved my day! 

0 Kudos