Geotools.Net

LineString.GetCoordinateN Method 

Gets the nth coordinate in this linestring.

[Visual Basic]
NotOverridable Public Function GetCoordinateN( _
   ByVal n As Integer _
) As Coordinate Implements _
   ILineString.GetCoordinateN
[C#]
public Coordinate GetCoordinateN(
   int n
);

Parameters

n
The index of the coordinate to retrieve.

Return Value

The nth coordinate.

Implements

ILineString.GetCoordinateN

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.LineString.GetCoordinateN(System.Int32)

See Also

LineString Class | LineString Members | Geotools.Geometries Namespace