Geotools.Net

LineString.GetEndPoint Method 

Get the last point in the linestring.

[Visual Basic]
NotOverridable Public Function GetEndPoint() As Point Implements _
   ICurve.GetEndPoint
[C#]
public Point GetEndPoint();

Return Value

The last point in the linestring.

Implements

ICurve.GetEndPoint

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.LineString.GetEndPoint

See Also

LineString Class | LineString Members | Geotools.Geometries Namespace