PostGIS
2.5.7dev-r@@SVN_REVISION@@
◆
BOX2D_right()
Datum BOX2D_right
(
PG_FUNCTION_ARGS
)
Definition at line
240
of file
lwgeom_box.c
.
241
{
242
GBOX
*box1 = (
GBOX
*) PG_GETARG_POINTER(0);
243
GBOX
*box2 = (
GBOX
*) PG_GETARG_POINTER(1);
244
245
PG_RETURN_BOOL(FPgt(box1->
xmin
, box2->
xmax
));
246
}
GBOX::xmax
double xmax
Definition:
liblwgeom.h:296
GBOX::xmin
double xmin
Definition:
liblwgeom.h:295
GBOX
Definition:
liblwgeom.h:293
References
GBOX::xmax
, and
GBOX::xmin
.
postgis
lwgeom_box.c
Generated by
1.9.1