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