PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ lwgeom_force_3dz()

LWGEOM* lwgeom_force_3dz ( const LWGEOM geom)

Definition at line 790 of file lwgeom.c.

791 {
792  return lwgeom_force_dims(geom, 1, 0);
793 }
LWGEOM * lwgeom_force_dims(const LWGEOM *geom, int hasz, int hasm)
Definition: lwgeom.c:808

References lwgeom_force_dims().

Referenced by _lwt_AddPoint(), and LWGEOM_force_3dz().

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