Skip to main content
Question

Dissolve overlaps polygons

  • November 19, 2018
  • 1 reply
  • 269 views

Hi, this is my problem :

I have a lot of overlapped polygons and I would like to dissolve the intersected part with the bigger polygon

I would to dissolve only the intersect part.

 

Thank you to help me because I'm on a dead now!

 

Jonathan

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

Forum|alt.badge.img
  • 11 replies
  • November 19, 2018

I think this is what you are looking for:

Sort the features based on area, ascending. Then give the features an Id using the Counter transformer. Use the AreaOnAreaOverlayer and generate a list of your Id. Get the highest value of that list using the ListRangeExtractor. This gives you the Id of the largest original area the current area is part of. Now you can dissolve them. Select Group by the Maximum-Id in the Dissolver.