fmeobjects.FMEAggregate.offset¶
-
FMEAggregate.offset()¶ offset(point),
Offsets the geometry by the coords specified by ‘point’. The offset will be applied to the transformation matrix associated with this aggregate. If the aggregate has no matrix, a new matrix will be created.
Parameters: point (FMEPoint) – The point to offset the coordinates of the geometry by. Return type: None Raises: FMEException – An exception is raised if an error occurred.