In which type of situation would you use one over teh other? Here is my use case: I have a polgon and I want to find all the features that are inside or intersects that polygon. It seems I can use both transformers. Just want to here what the community has to say.
Thanks,
Sean
Best answer by fmelizard
Hi,
I would use the spatial relator/ filter
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.
Yes -- the SpatialFilter will do far less work than the clipper, so if you don' t need to know exactly what parts are in both, just need to know if they "relate", then yes, SpatialFilter is best.