fmeobjects.FMEPartIterator.getCoordinate

FMEPartIterator.getCoordinate(index)

Get the coordinate at the specified index. The dimension of the tuple equals the dimension of the part.

Parameters:index (int) – The index at which the coordinate is retrieved.
Return type:tuple[float]
Returns:The coordinate at the given index.