PostGIS
2.5.7dev-r@@SVN_REVISION@@
◆
gserialized_overlaps_box2df_box2df_2d()
Datum gserialized_overlaps_box2df_box2df_2d
(
PG_FUNCTION_ARGS
)
Definition at line
797
of file
gserialized_gist_2d.c
.
798
{
799
if
(
box2df_overlaps
((BOX2DF *)PG_GETARG_POINTER(0), (BOX2DF *)PG_GETARG_POINTER(1)))
800
PG_RETURN_BOOL(
true
);
801
802
PG_RETURN_BOOL(
false
);
803
}
box2df_overlaps
bool box2df_overlaps(const BOX2DF *a, const BOX2DF *b)
Definition:
gserialized_gist_2d.c:355
References
box2df_overlaps()
.
Here is the call graph for this function:
postgis
gserialized_gist_2d.c
Generated by
1.9.1