Geotools.Net

Geometry.Scroll Method 

Shifts the positions of the coordinates until firstCoordinate is first.

[Visual Basic]
Protected Shared Sub Scroll( _
   ByVal coordinates As ArrayList, _
   ByVal firstCoordinate As Coordinate _
)
[C#]
protected static void Scroll(
   ArrayList coordinates,
   Coordinate firstCoordinate
);

Parameters

coordinates
The array to rearrange.
firstCoordinate
The coordinate to make first.

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.Geometry.Scroll(System.Collections.ArrayList,Geotools.Geometries.Coordinate)

See Also

Geometry Class | Geometry Members | Geotools.Geometries Namespace