PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ BOX2D_overbelow()

Datum BOX2D_overbelow ( PG_FUNCTION_ARGS  )

Definition at line 266 of file lwgeom_box.c.

References BOX2D_below(), PG_FUNCTION_INFO_V1(), and GBOX::ymax.

Referenced by BOX2D_overright().

267 {
268  GBOX *box1 = (GBOX *) PG_GETARG_POINTER(0);
269  GBOX *box2 = (GBOX *) PG_GETARG_POINTER(1);
270 
271  PG_RETURN_BOOL(FPle(box1->ymax, box2->ymax));
272 }
double ymax
Definition: liblwgeom.h:295
Here is the call graph for this function:
Here is the caller graph for this function: