Skip to main content

I am trying to remove all the points inside the red polygon that I drew. Does anyone have any ideas how I can do that without messing up the rest of my blue polygon?

Thanks in advance!

on

Hi @trungn1993

I suggest you to use the transformer PointonAreaOverlayer to identify the points inside the red polygon:

After you can use the transformer Tester to check all points are inside the red polygon:

You can use the all features ( Points ) that will be in the output port Failed.

Thanks,

Danilo


Hi @trungn1993 Use a SpatialFilter


Thanks @danilo_fme


Reply