fmeobjects.FMEAggregate.appendPartInLocalCoordinates
- FMEAggregate.appendPartInLocalCoordinates()
appendPartInLocalCoordinates(geometry),
This appends the geometry to the aggregate. If
None
is passed in, nothing will be appended. Note that the geometries stored in an aggregate may have different dimensions. Calling this method will leave any matrix associated with the aggregate intact, meaning the new part will have any matrix applied.- Parameters:
geometry (FMEGeometry) – The geometry to be appended.
- Return type:
None
- Raises:
FMEException – An exception is raised if an error occurred.