PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ BOX2D_overabove()

Datum BOX2D_overabove ( PG_FUNCTION_ARGS  )

Definition at line 304 of file lwgeom_box.c.

305{
306 GBOX *box1 = (GBOX *) PG_GETARG_POINTER(0);
307 GBOX *box2 = (GBOX *) PG_GETARG_POINTER(1);
308
309 PG_RETURN_BOOL(FPge(box1->ymin, box2->ymin));
310}
double ymin
Definition liblwgeom.h:356

References GBOX::ymin.