fmeobjects.FMEFeature.addCoordinate

FMEFeature.addCoordinate(x, y, z=0.0)

If the feature is two-dimensional, any provided third coordinate is ignored.

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

  • y (float) – The y coordinate to add.

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

Return type:

None