fmeobjects.FMELine.getPoints¶
-
FMELine.
getPoints
()¶ Gets the points of the line as a list of
FMEPoint
objects. An exception is raised if an error occurred getting a point from the line.Return type: list[FMEPoint] Returns: A list of points contained within the line. Raises: FMEException – An exception is raised if an error occurred.