PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ lwgeom_force_3dm()

LWGEOM* lwgeom_force_3dm ( const LWGEOM geom)

Definition at line 751 of file lwgeom.c.

References lwgeom_force_dims().

Referenced by LWGEOM_force_3dm().

752 {
753  return lwgeom_force_dims(geom, 0, 1);
754 }
LWGEOM * lwgeom_force_dims(const LWGEOM *geom, int hasz, int hasm)
Definition: lwgeom.c:763
Here is the call graph for this function:
Here is the caller graph for this function: