MobilityDB 1.1

◆ gserialized_inter_contains()

bool gserialized_inter_contains ( const GSERIALIZED geom1,
const GSERIALIZED geom2,
bool  inter 
)

Return true if the geometries intersect or the first contains the other.

Parameters
[in]geom1,geom2Geometries
[in]interTrue when performing intersection, false for contains
Note
PostGIS functions: Datum ST_Intersects(PG_FUNCTION_ARGS) and Datum contains(PG_FUNCTION_ARGS)