fmeobjects.FMEOrientedArc.getMeasureValues

FMEOrientedArc.getMeasureValues(measureName)

Return the values of the given measure.

Parameters:

measureName (str) – The name of the measure whose value is to be returned.

Return type:

tuple[float]

Returns:

The values of the named measure in the form (start_point_value, end_point_value)

Raises:

FMEException – An exception is raised if the measure name does not exist.