Skip to main content
Solved

Polygon to Multipolygon (FME 2018.1)

  • June 1, 2020
  • 2 replies
  • 414 views

Hi. I have seen a thread in which they explain that for converting from polygon to multipolygon you only have to choose the geommetry type in the writer parammeters (on FME2019). The thing is that I can't see that option. Is multipolygon not available on FME 2018.1? If not, how can I convert a polygon to a multipolygon? Thanks!

 

Best answer by oscard

Before the Writer, use an Aggregator to convert the features into Multipolygons.

As a "Group By" you must pick a unique identifier.

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

oscard
Influencer
Forum|alt.badge.img+22
  • Influencer
  • 344 replies
  • Best Answer
  • June 1, 2020

Before the Writer, use an Aggregator to convert the features into Multipolygons.

As a "Group By" you must pick a unique identifier.


Thanks, it worked!