Geotools.Net

LineString.GetPointN Method 

Gets the nth point in the linestring.

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

Parameters

n
The index of the point to be retrieved.

Return Value

The point at position n.

Implements

ILineString.GetPointN

Remarks

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

See Also

LineString Class | LineString Members | Geotools.Geometries Namespace