PostGIS
Name
ST_IsPolygonCCW — Tests if Polygons have exterior rings oriented counter-clockwise and interior rings oriented clockwise.
Description
Returns true if all polygonal components of the input geometry use a counter-clockwise orientation for their exterior ring, and a clockwise direction for all interior rings.
Returns true if the geometry has no polygonal components.
|
|
Availability: 2.4.0
This function supports 3d and will not drop the z-index.
This function supports M coordinates.