Skip to main content
Returns true if all polygonal components in the input geometry have their exterior rings oriented counter-clockwise and interior rings oriented clockwise. ST_IsPolygonCCW

Signatures

Parameters

geom
Geometry
required
The input geometry.

Return type

Returns true or false.

Example