fmeobjects.FMEPoint.setXYZ

FMEPoint.setXYZ(newX, newY, newZ)

Set the coordinate value. The point is forced to 3D if necessary.

Parameters:
  • newX (float) – The new x value.

  • newY (float) – The new y value.

  • newZ (float) – (Optional) The new z value.

Return type:

None