Geotools.Net

RobustCGAlgorithms.IsCCW Method 

Tests whether a ring is oriented counter-clockwise.

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

Parameters

ring
Ring to test.

Return Value

Return true if ring is oriented counter-clockwise.

Remarks

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

See Also

RobustCGAlgorithms Class | RobustCGAlgorithms Members | Geotools.Algorithms Namespace