fmeobjects.FMEAggregate.appendParts

FMEAggregate.appendParts()

appendParts(aggregate),

This appends the aggregate of geometries passed in to the aggregate. If None is passed in, nothing will be appended. Calling this method will implicitly apply and clear any matrix associated with this aggregate.

Parameters:

aggregate (FMEAggregate) – The aggregate of geometries to be appended.

Return type:

None

Raises:

FMEException – An exception is raised if an error occurred.