Skip to main content
Question

AreaOnAreaOverlayer - Sharp Edges

  • June 27, 2019
  • 2 replies
  • 21 views

Hello there,

 

I have a question regarding the AreaOnAreaOverlayer. When I use that transformer to clean my polygons I get some polygons with really sharp edges. Is there a way to avoid this? I guess it is random on how it decides which polygon to cut from another polygon when they overlap, right?

 

Thanks very much in advance for your help!

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.

2 replies

redgeographics
Celebrity
Forum|alt.badge.img+60
  • Celebrity
  • 3701 replies
  • June 27, 2019

Are those edges visible in the original data as well?

If so, you can try cleaning up the data by using the tolerance parameter in the AreaOnAreaOverlayer (FME 2019) or a Snapper.


drc43
Contributor
Forum|alt.badge.img+11
  • Contributor
  • 83 replies
  • June 28, 2019

Are those edges visible in the original data as well?

If so, you can try cleaning up the data by using the tolerance parameter in the AreaOnAreaOverlayer (FME 2019) or a Snapper.

A SpikeRemover or AreaGapAndOverlapCleaner transformer may also help clean that up.