fmeobjects.FMEGeometryInstance.offset
- FMEGeometryInstance.offset()
offset(point),
Offsets the geometry by the coords specified by ‘point’. The offset will be applied to the transformation matrix associated with this geometry instance. If the geometry instance 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.