fmeobjects.FMELine.getEndPoint¶
-
FMELine.
getEndPoint
()¶ Returns the end point of this curve. An error is returned and
None
is returned if this curve has no point to return.Return type: FMEPoint or None Returns: The end point of the curve, or None
if there is no point to return.Raises: FMEException – An exception is raised if an error occurred.