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
Returns true if ring is oriented counter-clockwise.
Missing <remarks> documentation for M:Geotools.Algorithms.CGAlgorithms.IsCCW(Geotools.Geometries.Coordinates)
CGAlgorithms Class | CGAlgorithms Members | Geotools.Algorithms Namespace