PostGIS
2.5.7dev-r@@SVN_REVISION@@
◆
BOX2D_left()
Datum BOX2D_left
(
PG_FUNCTION_ARGS
)
Definition at line
228
of file
lwgeom_box.c
.
229
{
230
GBOX
*box1 = (
GBOX
*) PG_GETARG_POINTER(0);
231
GBOX
*box2 = (
GBOX
*) PG_GETARG_POINTER(1);
232
233
PG_RETURN_BOOL(FPlt(box1->
xmax
, box2->
xmin
));
234
}
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