PostGIS
3.0.6dev-r@@SVN_REVISION@@
◆
BOX2D_left()
Datum BOX2D_left
(
PG_FUNCTION_ARGS
)
Definition at line
226
of file
lwgeom_box.c
.
227
{
228
GBOX
*box1 = (
GBOX
*) PG_GETARG_POINTER(0);
229
GBOX
*box2 = (
GBOX
*) PG_GETARG_POINTER(1);
230
231
PG_RETURN_BOOL(FPlt(box1->
xmax
, box2->
xmin
));
232
}
GBOX::xmax
double xmax
Definition:
liblwgeom.h:341
GBOX::xmin
double xmin
Definition:
liblwgeom.h:340
GBOX
Definition:
liblwgeom.h:338
References
GBOX::xmax
, and
GBOX::xmin
.
postgis
lwgeom_box.c
Generated by
1.9.1