fmeobjects.FMEFeature.offset

FMEFeature.offset(x, y, z)

Offsets the feature by the given amounts. (2D or 3D)

Parameters:
  • x (float) – The x coordinate to offset by.

  • y (float) – The y coordinate to offset by.

  • z (float) – (Optional) The z coordinate to offset by. (Default value is 0.0)

Return type:

None

Raises:

FMEException – An exception is raised if an error occurred.