PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ gserialized_within_box2df_geom_2d()

Datum gserialized_within_box2df_geom_2d ( PG_FUNCTION_ARGS  )

Definition at line 768 of file gserialized_gist_2d.c.

769 {
770  POSTGIS_DEBUG(3, "entered function");
771  if ( gserialized_datum_predicate_box2df_geom_2d((BOX2DF*)PG_GETARG_POINTER(0), PG_GETARG_DATUM(1), box2df_within) == LW_TRUE )
772  PG_RETURN_BOOL(true);
773 
774  PG_RETURN_BOOL(false);
775 }
static bool box2df_within(const BOX2DF *a, const BOX2DF *b)
static int gserialized_datum_predicate_box2df_geom_2d(const BOX2DF *br1, Datum gs2, box2df_predicate predicate)
#define LW_TRUE
Return types for functions with status returns.
Definition: liblwgeom.h:76

References box2df_within(), gserialized_datum_predicate_box2df_geom_2d(), and LW_TRUE.

Here is the call graph for this function: