Geotools.Net

CGAlgorithms.IsCCW Method 

Tests whether a ring is oriented counter-clockwise. The list of points is assumed to have the first and last points equal. If the point list does not form a valid ring the result is undefined.

[Visual Basic]
MustOverride Public Function IsCCW( _
   ByVal ring As Coordinates _
) As Boolean
[C#]
public abstract bool IsCCW(
   Coordinates ring
);

Parameters

ring
Ring to test.

Return Value

Returns true if ring is oriented counter-clockwise.

Remarks

Missing <remarks> documentation for M:Geotools.Algorithms.CGAlgorithms.IsCCW(Geotools.Geometries.Coordinates)

See Also

CGAlgorithms Class | CGAlgorithms Members | Geotools.Algorithms Namespace