ST_ForceRHR
Name
ST_ForceRHR — Force the orientation of the vertices in a polygon to follow the Right-Hand-Rule.
Synopsis
geometry
ST_ForceRHR
(
geometry
g
)
;
Description
Forces the orientation of the vertices in a polygon to follow the Right-Hand-Rule. In GIS terminology, this means that the area that is bounded by the polygon is to the right of the boundary. In particular, the exterior ring is orientated in a clockwise direction and the interior rings in a counter-clockwise direction.
Enhanced: 2.0.0 support for Polyhedral surfaces was introduced.
This function supports 3d and will not drop the z-index.
This function supports Polyhedral surfaces.