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

◆ lwgeom_force_3dm()

LWGEOM * lwgeom_force_3dm ( const LWGEOM geom,
double  mval 
)
extern

Definition at line 805 of file lwgeom.c.

806{
807 return lwgeom_force_dims(geom, 0, 1, 0, mval);
808}
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 LWGEOM_force_3dm(), rt_raster_copy_to_geometry(), and test_force_3dm().

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