Skip to main content
Returns true when the input is a LineString whose coordinate sequence has counter-clockwise ring orientation. Open LineStrings are evaluated as supplied. Other geometry types and LineStrings with fewer than four points return false.

Signatures

Parameters

Geometry
required
The input geometry.

Return type

Returns true or false.

Example