fmeobjects.FMEPoint.equalCoordinate

FMEPoint.equalCoordinate(point, checkZ)

Returns True if the two points have the identical coordinate. Z coordinate values are checked only if ‘checkZ’ is True. Measures are not compared.

Parameters:
  • point (FMEPoint) – The point to compare to.

  • checkZ (bool) – If set to True, z coordinate values will be checked.

Return type:

bool

Returns:

True if the two points have identical coordinates, False otherwise.