PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ lwgeom_force_4d()

LWGEOM* lwgeom_force_4d ( const LWGEOM geom)

Definition at line 793 of file lwgeom.c.

794 {
795  return lwgeom_force_dims(geom, 1, 1);
796 }
LWGEOM * lwgeom_force_dims(const LWGEOM *geom, int hasz, int hasm)
Definition: lwgeom.c:799

References lwgeom_force_dims().

Referenced by LWGEOM_force_4d().

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