Skip to main content
Solved

buffer adjacent polygons without overalp

  • May 23, 2014
  • 1 reply
  • 170 views

Hi,

 

 

I'm trying to buffer a set of municipality polygons.The buffer is only needed on the external edges i.e. the ones that have a coastal edge and the buffer for each polygon musn't overlap with it's neighbour.  I've had a go with the buffer and AreaOnArea overlayer transformers but am getting stuck on how to resovle the overlaps. The below diagram is what I'm trying to acheive, starting with the green boundary polygons. Can anyone suggest an approach to this.

 

 

 

 

Many Thanks

 

 

James

Best answer by david_r

Hi,

 

 

you can remove the buffer overlaps in several ways, but one alternative could be to use the AreaOnAreaOverlayer and then remove all parts where "_overlaps >= 2".

 

 

Other alternatives could involve the Clipper or the Intersector.

 

 

David
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.

1 reply

david_r
Celebrity
  • Best Answer
  • May 26, 2014
Hi,

 

 

you can remove the buffer overlaps in several ways, but one alternative could be to use the AreaOnAreaOverlayer and then remove all parts where "_overlaps >= 2".

 

 

Other alternatives could involve the Clipper or the Intersector.

 

 

David