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

◆ lwgeom_force_4d()

LWGEOM * lwgeom_force_4d ( const LWGEOM geom,
double  zval,
double  mval 
)

Definition at line 839 of file lwgeom.c.

840{
841 return lwgeom_force_dims(geom, 1, 1, zval, mval);
842}
LWGEOM * lwgeom_force_dims(const LWGEOM *geom, int hasz, int hasm, double zval, double mval)
Definition lwgeom.c:845

References lwgeom_force_dims().

Referenced by LWGEOM_force_4d(), rt_raster_copy_to_geometry(), and test_force_4d().

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