fmeobjects.FMEAggregate.appendPart

FMEAggregate.appendPart()

appendPart(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 implicitly apply and clear any matrix associated with this aggregate.

Parameters

geometry (FMEGeometry) – The geometry to be appended.

Return type

None

Raises

FMEException – An exception is raised if an error occurred.