PostGIS  3.7.0dev-r@@SVN_REVISION@@

◆ lwgeom_force_clockwise()

void lwgeom_force_clockwise ( LWGEOM lwgeom)

Definition at line 73 of file lwgeom.c.

74 {
75  return lwgeom_force_orientation(lwgeom, LW_CLOCKWISE);
76 }
#define LW_CLOCKWISE
Constants for orientation checking and forcing.
static void lwgeom_force_orientation(LWGEOM *lwgeom, int orientation)
Force an orientation onto geometries made up of rings, so the rings circle in a particular direction,...
Definition: lwgeom.c:45

References LW_CLOCKWISE, and lwgeom_force_orientation().

Referenced by LWGEOM_force_clockwise_poly(), parse_marc21(), and test_lwgeom_force_clockwise().

Here is the call graph for this function:
Here is the caller graph for this function: