PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ box2df_from_gbox_p()

static int box2df_from_gbox_p ( GBOX box,
BOX2DF *  a 
)
inlinestatic

Definition at line 308 of file gserialized_gist_2d.c.

309 {
310  a->xmin = next_float_down(box->xmin);
311  a->xmax = next_float_up(box->xmax);
312  a->ymin = next_float_down(box->ymin);
313  a->ymax = next_float_up(box->ymax);
314  return LW_SUCCESS;
315 }
#define LW_SUCCESS
Definition: liblwgeom.h:80
float next_float_up(double d)
Definition: lwgeom_api.c:73
float next_float_down(double d)
Definition: lwgeom_api.c:52
double ymax
Definition: liblwgeom.h:298
double xmax
Definition: liblwgeom.h:296
double ymin
Definition: liblwgeom.h:297
double xmin
Definition: liblwgeom.h:295

References LW_SUCCESS, next_float_down(), next_float_up(), GBOX::xmax, GBOX::xmin, GBOX::ymax, and GBOX::ymin.

Referenced by gserialized_datum_get_box2df_p().

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