We have a reader plugin (c++) that should be able to set aggregated/ multiple geometry to an IFMEFeature.
For example:
We have only several IFMEGeometry objects. These IFMEGeometry objects should be set to an IFMEFeature. So that we have finally an IFMEFeature that consists of several different geometry objects/ parts.
IFMEFeature
IFMEGeometry_Part_1 IFMEGeometry_Part_2 …. IFMEGeometry_Part_n
fme_type = fme_area
fme_geometry = fme_aggregate
fme_feature_type = DepthArea
How can we solve this?