Question

How can I convert a GeometryCollection to Multipolygon?

  • 27 September 2016
  • 1 reply
  • 47 views


1 reply

Badge

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.

Reply