Geotools.Net

Geometry.ReversePointOrder Method 

Flips the positions of the elements in the array so that the last is first.

[Visual Basic]
Protected Shared Sub ReversePointOrder( _
   ByVal coordinates As Coordinates _
)
[C#]
protected static void ReversePointOrder(
   Coordinates coordinates
);

Parameters

coordinates
The array of coordinates to rearrange.

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.Geometry.ReversePointOrder(Geotools.Geometries.Coordinates)

See Also

Geometry Class | Geometry Members | Geotools.Geometries Namespace