PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ BOX2D_overabove()

Datum BOX2D_overabove ( PG_FUNCTION_ARGS  )

Definition at line 303 of file lwgeom_box.c.

References BOX2D_contained(), PG_FUNCTION_INFO_V1(), and GBOX::ymin.

Referenced by BOX2D_above().

304 {
305  GBOX *box1 = (GBOX *) PG_GETARG_POINTER(0);
306  GBOX *box2 = (GBOX *) PG_GETARG_POINTER(1);
307 
308  PG_RETURN_BOOL(FPge(box1->ymin, box2->ymin));
309 }
double ymin
Definition: liblwgeom.h:294
Here is the call graph for this function:
Here is the caller graph for this function: