Does anyone know if their is a tramsfromer in FME like Symmetrical Difference that exists in ArcGIS. If no transformer exists is it possible to use a combination of them to acheive the same results?
Thanks,
Vince
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.
Can this transformer write the source in the output?
Hi @pareshp,
It looks like the original question here was posted from quite a long time ago, for better visibility, would you be able to post a new question? You can always link this one here for extra context, and that way you should receive more answers and quicker!
To get you started though, you might need to clarify what you mean by source. If you mean to keep the original polygons going into the transformer, no, the transformer will not output them. However you can grab the features from the transformer directly before the AreaOnAreaOverlayer and connect it as a separate stream to your output format or another transformer. Here are some resources to read up on the AreaOnAreaOverlayer (documentation and an article with an example). Hope that helps a bit!