PostGIS 3.6.2dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ lwgeom_force_3dz()

LWGEOM * lwgeom_force_3dz ( const LWGEOM geom,
double  zval 
)
extern

Definition at line 799 of file lwgeom.c.

800{
801 return lwgeom_force_dims(geom, 1, 0, zval, 0);
802}
LWGEOM * lwgeom_force_dims(const LWGEOM *geom, int hasz, int hasm, double zval, double mval)
Definition lwgeom.c:817

References lwgeom_force_dims().

Referenced by _lwt_SplitAllEdgesToNewNode(), LWGEOM_force_3dz(), rt_raster_copy_to_geometry(), and test_force_3dz().

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