PostGIS
Name
ST_IsPolygonCW — Tests if Polygons have exterior rings oriented clockwise and interior rings oriented counter-clockwise.
Description
Returns true if all polygonal components of the input geometry use a clockwise orientation for their exterior ring, and a counter-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.