fmeobjects.FMEText.getMeasureNames¶
-
FMEText.
getMeasureNames
()¶ Retrieve the names of the measures on this geometry.
Return type: tuple[string] Returns: Return a tuple storing the names of the measures on this geometry. This will return an empty tuple if there are no measures. For FMEAggregate
,FMEMultiSurface
, andFMECompositeSurface
, this will return the union of all measure names of all of its parts.