PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ BOX2D_to_BOX3D()

Datum BOX2D_to_BOX3D ( PG_FUNCTION_ARGS  )

Definition at line 409 of file lwgeom_box.c.

References BOX2D_combine(), box3d_from_gbox(), and PG_FUNCTION_INFO_V1().

Referenced by BOX2D_expand().

410 {
411  GBOX *box = (GBOX *)PG_GETARG_POINTER(0);
412  BOX3D *result = box3d_from_gbox(box);
413  PG_RETURN_POINTER(result);
414 }
BOX3D * box3d_from_gbox(const GBOX *gbox)
Definition: g_box.c:64
Here is the call graph for this function:
Here is the caller graph for this function: