Skip to main content
Solved

FME 2020: How to select polygons (areas) that contain more than point?

  • January 29, 2021
  • 2 replies
  • 78 views

jamal
Forum|alt.badge.img+5

FME 2020: How to select polygons (areas) that contain more than one point?

 

I couldn’t figure out how to select polygons (areas) that contain more than one point. For example, in the screenshot below, I got just two polygons that contain more than one point. How to get them identified and selected?

 

 

Clip_283

Best answer by nielsgerrits

One way to do this is to use a PointOnAreaOverlayer, Area outputport, Tester _overlaps > 1.

You can also use a SpatialRelator and test for _related_candidates > 1.

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

nielsgerrits
VIP
Forum|alt.badge.img+62
  • Best Answer
  • January 29, 2021

One way to do this is to use a PointOnAreaOverlayer, Area outputport, Tester _overlaps > 1.

You can also use a SpatialRelator and test for _related_candidates > 1.


jamal
Forum|alt.badge.img+5
  • Author
  • January 29, 2021

Thank you very much nielsgerrits for the help. It works fine

 

Clip_288 

 

Clip_289