PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ gserialized_overlaps_box2df_box2df_2d()

Datum gserialized_overlaps_box2df_box2df_2d ( PG_FUNCTION_ARGS  )

Definition at line 741 of file gserialized_gist_2d.c.

References box2df_overlaps(), FALSE, gserialized_distance_centroid_2d(), PG_FUNCTION_INFO_V1(), and TRUE.

Referenced by gserialized_overlaps_box2df_geom_2d().

742 {
743  if ( box2df_overlaps((BOX2DF *)PG_GETARG_POINTER(0), (BOX2DF *)PG_GETARG_POINTER(1)))
744  PG_RETURN_BOOL(TRUE);
745 
746  PG_RETURN_BOOL(FALSE);
747 }
static bool box2df_overlaps(const BOX2DF *a, const BOX2DF *b)
#define FALSE
Definition: dbfopen.c:168
#define TRUE
Definition: dbfopen.c:169
Here is the call graph for this function:
Here is the caller graph for this function: