Skip to main content
Question

Substract overlaps after a buffer operation

  • May 24, 2013
  • 5 replies
  • 10 views

Hi, I find a way to substract ALL overlapping polygons after a buffer operation from lines. Has anyone a solution? Thanks in advanced!
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

ebygomm
Influencer
Forum|alt.badge.img+44
  • Influencer
  • 3434 replies
  • May 24, 2013
Area on area overlayer and then test for overlaps >1

ebygomm
Influencer
Forum|alt.badge.img+44
  • Influencer
  • 3434 replies
  • May 24, 2013
Posted too soon, you only want the attributes that pass through the failed port.

takashi
Celebrity
  • 7843 replies
  • May 24, 2013
Hi,

 

 

The AreaOnAreaOverlayer transformer might help you.

 

This transformer splits input areas into overlapped parts and non-overlapped parts. And each output feature has the overlap count attribute (named _overlaps by default), so you can test if the feature has been overlapped or not.

 

Takashi

takashi
Celebrity
  • 7843 replies
  • May 24, 2013
Responses overlapped :-)

  • Author
  • 1 reply
  • May 24, 2013

Thanks to you! I did it with Buffer + AreaonAreaOverlay + AttributeRangeFilter!

 

Have a nice day! Cheers