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

◆ contain4D()

static bool contain4D ( RectBox rect_box,
BOX2DF *  query 
)
static

Definition at line 222 of file gserialized_spgist_2d.c.

223{
224 return (rect_box->right.xmax >= query->xmax && rect_box->left.xmin <= query->xmin) &&
225 (rect_box->right.ymax >= query->ymax && rect_box->left.ymin <= query->ymin);
226}

References RectBox::left, and RectBox::right.

Referenced by gserialized_spgist_inner_consistent_2d().

Here is the caller graph for this function: