Geotools.Net

LineString.GetStartPoint Method 

Gets the starting point of the linestring.

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

Return Value

The first point in the linestring.

Implements

ICurve.GetStartPoint

Remarks

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

See Also

LineString Class | LineString Members | Geotools.Geometries Namespace