Skip to main content

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

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.


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

 

Clip_288 

 

Clip_289 

 


Reply