PostGIS
2.5.7dev-r@@SVN_REVISION@@
◆
BOX3D_to_BOX2D()
Datum BOX3D_to_BOX2D
(
PG_FUNCTION_ARGS
)
Definition at line
152
of file
lwgeom_box3d.c
.
153
{
154
BOX3D
*in = (
BOX3D
*)PG_GETARG_POINTER(0);
155
GBOX
*out =
box3d_to_gbox
(in);
156
PG_RETURN_POINTER(out);
157
}
box3d_to_gbox
GBOX * box3d_to_gbox(const BOX3D *b3d)
Definition:
g_box.c:87
BOX3D
Definition:
liblwgeom.h:279
GBOX
Definition:
liblwgeom.h:293
References
box3d_to_gbox()
.
Here is the call graph for this function:
postgis
lwgeom_box3d.c
Generated by
1.9.1