Skip to main content
Question

How can I convert a GeometryCollection to Multipolygon?

  • September 27, 2016
  • 1 reply
  • 286 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

courtney_m
Contributor
Forum|alt.badge.img+19
  • Contributor
  • 127 replies
  • September 27, 2016

The GeometryCoercer can be used to change the geometry type of a feature or group of features. If the incoming feature is a collection of polygons (with geometry type of fme_aggregate), use a GeometryCoercer, with the "Geometry_Type" set to "fme_multi", and the feature will be converted to a multipolygon.