With Arcmap you have the function "select by location"
How can i reproduce that function in FME?
Thank you
Gretings
Kees
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.
There are lots of way in FME to perform the same functions, specifically the SpatialRelator and SpatialFilter transformers give things like interests, contains, within etc.
But then there are the overlayer transformers which can be slightly different but very useful (just type overlay in the transformer gallery search) and there are numerous versions of these.
I do recommend reading the transformer descriptions because there a lot more option in FME and you want to make sure you are using the transformers in the correct way. One hint is that you need to have the data in the same projection when it reaches these transformers, as the data doesn't "project on the fly" within FME.