Skip to main content
Solved

Merge polygons that do not touch/overlap

  • May 6, 2014
  • 2 replies
  • 388 views

Hello,

I am looking for a transformer that is much like the "merge" function in ArcGIS. I need to be able to merge two polygons that do NOT touch into one feature. It is possible to do this manually in ArcGIS, is there a way to do this in FME?

I cannot add area to either of the features in order to do this sort of merge (ie: bridge them together with a small polygon), since area is a sensitive attribute for this feature class.

 

 

Dissolver did not work! I could only get it to merge polygons that physically touch.

 

 

Thanks!

Best answer by david_r

Hi,

 

 

if you want to create multipart features, you can use the Aggregator.

 

 

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.

2 replies

david_r
Celebrity
  • 8394 replies
  • Best Answer
  • May 6, 2014
Hi,

 

 

if you want to create multipart features, you can use the Aggregator.

 

 

David

verdoodtdries
Supporter
Forum|alt.badge.img+22
  • Supporter
  • 53 replies
  • November 9, 2018

kduf

Use the HullAccumulator or HullReplacer to merge non-touching polygons into one geometry.