Skip to main content
Question

Symmetrical Difference

  • July 17, 2015
  • 5 replies
  • 95 views

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.

5 replies

takashi
Celebrity
  • 7843 replies
  • July 18, 2015
Hi Vince,

 

 

I think the AreaOnAreaOverlayer transformer is close to the ArcGIS tool.

 

 

Takashi

david_r
Celebrity
  • 8394 replies
  • July 20, 2015
Hi

 

 

Takashi is spot on. Specifically, you want the features where "_overlaps" = 1 after the AreaOnAreaOverlayer.

 

 

David

  • Author
  • 4 replies
  • July 20, 2015
Thanks Takashi and Dave that looks like it will work!

pareshp
  • 3 replies
  • September 25, 2019

Can this transformer write the source in the output?


jovitaatsafe
Safer
Forum|alt.badge.img+11
  • Safer
  • 635 replies
  • September 30, 2019

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!