Skip to main content
Question

Spatial Filter polygon cut by another

  • March 26, 2020
  • 2 replies
  • 11 views

Forum|alt.badge.img

Hello,

I try to count points within polygons. The problem is that my selection of points does not take into account all the polygons but is cut at the intersection of the two polygons. I tried everything in the options of the spatial Filter but I can't find the solution.

 

 

In the screenshot, I'm testing attribute 60

Thank you for your help

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

ebygomm
Influencer
Forum|alt.badge.img+44
  • Influencer
  • 3427 replies
  • March 26, 2020

If you have multiple polygons that overlap then you look at using a spatial relator or a point on area overlayer. These will both allow you to build a list against each point detailing which polygon(s) it overlaps. You can then explode the list to get a point per polygon.


Forum|alt.badge.img
  • Author
  • 20 replies
  • March 26, 2020

If you have multiple polygons that overlap then you look at using a spatial relator or a point on area overlayer. These will both allow you to build a list against each point detailing which polygon(s) it overlaps. You can then explode the list to get a point per polygon.

Thank you @ebygomm but I need to sum a field Pop from the points and now I have two list , one for the points and one for the areas. How can I combine them without a common field?

Thank you for your help