Skip to main content
Solved

filter polygons that contain no further polygons

  • February 4, 2019
  • 2 replies
  • 5 views

I want to filter from a dataset the polygons that contain no further polygons. I have tried the Transformer AreaOnAreaOverlayer and SpatialRelator (Attributes (s) that Must Differ = element_id) so far.

0684Q00000ArF0MQAV.jpg

 

Best answer by takashi

I think the SpatialRelator (Spatial Predicates to Test: Requestor Contains Suppliers, Attribute(s) that Must Differ: element_id) might help you. The output feature having 0 in the _related_candidates attribute would be your required result.

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

takashi
Celebrity
  • 7843 replies
  • Best Answer
  • February 4, 2019

I think the SpatialRelator (Spatial Predicates to Test: Requestor Contains Suppliers, Attribute(s) that Must Differ: element_id) might help you. The output feature having 0 in the _related_candidates attribute would be your required result.


  • Author
  • 1 reply
  • February 5, 2019
Thank you takashi. Your tip helped a lot.