PostGIS
3.7.0dev-r@@SVN_REVISION@@
◆
gserialized_within_box2df_box2df_2d()
Datum gserialized_within_box2df_box2df_2d
(
PG_FUNCTION_ARGS
)
Definition at line
650
of file
gserialized_gist_2d.c
.
651
{
652
if
(
box2df_within
((BOX2DF *)PG_GETARG_POINTER(0), (BOX2DF *)PG_GETARG_POINTER(1)))
653
PG_RETURN_BOOL(
true
);
654
655
PG_RETURN_BOOL(
false
);
656
}
box2df_within
static bool box2df_within(const BOX2DF *a, const BOX2DF *b)
Definition:
gserialized_gist_2d.c:279
References
box2df_within()
.
Here is the call graph for this function:
postgis
gserialized_gist_2d.c
Generated by
1.9.1