Skip to main content
Question

I want to apply the 'DonutBuilder' transformer to several polygon layers, the output layers will be merged into one polygon layer containing the combined dropped 'holes'. How can i achieve this?

  • May 30, 2017
  • 1 reply
  • 37 views
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

gio
Contributor
Forum|alt.badge.img+15
  • Contributor
  • May 30, 2017

use a featurereader or advanced reader, aply

DonutBuilder grouped by feature type (if needed), keep holes.

Filter non-holes using a tester (DonutBuilder creates an attribute "_hole_flag" you can test on).

Use a dissolver.