fmeobjects.FMEFeature.getAllCoordinates

FMEFeature.getAllCoordinates()

Get all the coordinates in this feature. Returns a list of coordinates, each as a tuple of floats.

Return type:list[tuple[float]]
Returns:A list of coordinates in the feature.