Skip to main content
Question

visualize if there are more than one point in a polygon (a lot off points and polygons)

  • August 16, 2018
  • 2 replies
  • 15 views

jopie
Participant
Forum|alt.badge.img+3
  • Participant
  • 10 replies

The question is:

Which areas have more than two points in it.

So I want to make a selection of points in a lot of area..

Visualize if there are more than one point in a polygon (a lot off points and polygons)

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
  • 3429 replies
  • August 16, 2018

You can use a spatial relator or a point on area overlayer to count the number of points falling within a polygon


danilo_fme
Celebrity
Forum|alt.badge.img+51
  • Celebrity
  • 2077 replies
  • August 16, 2018

Hi @jopie

 

I believe that you can use the transformer PointOnAreaOverlayer to generate the attribute _overlaps.

After, I uggest you to use the transformer Tester and configure this: _overlaps > 2 ( for example )

Thanks,

Danilo