Skip to main content
Solved

Layer of polygons from pre-existing polygons (voronoi) + buffers. problems at intersections. Holes.

  • November 30, 2022
  • 2 replies
  • 36 views

pcarrerabalsell
Contributor
Forum|alt.badge.img+5

Hi, I'm Pol and I'm quite new to FME. In one task I have created voronoi cells from points that share the same value of an attribute and at those points that have a unique attribute value I have created a buffer of a given radius. I did this in order to create an influence map for a certain attribute.

The problem I've run into is with the overlapping buffers on the border of the voronoi cells.

 

This is the current result:

 

image 

this is the desired result:

 

image 

 

How can I do it? I've tried the donut builder and the hole extractor but I can't get it to work. Any help is great, thanks in advance.

 

Pol

 

 

 

Best answer by dustin

You can use the Clipper transformer. The clippee would be your voronoi cells, and the clipper would be your buffer.

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

dustin
Influencer
Forum|alt.badge.img+31
  • Influencer
  • 627 replies
  • Best Answer
  • November 30, 2022

You can use the Clipper transformer. The clippee would be your voronoi cells, and the clipper would be your buffer.


pcarrerabalsell
Contributor
Forum|alt.badge.img+5
  • Author
  • Contributor
  • 12 replies
  • November 30, 2022

You can use the Clipper transformer. The clippee would be your voronoi cells, and the clipper would be your buffer.

@ddbrocato It worked! Thank you so much!

 

Pol