
Solved
I have a dataset of Land Parcels that I am clipping a portion out of, my problem is I need the clipper transformer to keep the parcels that the clipper crosses intact instead of chopping them off. example below shows all the red parcels have been ch

Best answer by nielsgerrits
Not sure if I understand correct but I think should use the SpatialFilter instead of the Clipper.
If you need to use the Clipper, you can copy the geometry of each feature to an attribute using the GeometryExtractor and restore the geometry from the attribute after the Clipper using the GeometryReplacer. I use the FME Binary encoding to do this.
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.
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.


