MobilityDB 1.3
Loading...
Searching...
No Matches
Functions

Set operations for geometry sets. More...

Functions

bool contained_geo_set (const GSERIALIZED *gs, const Set *s)
 Return true if a geometry/geography is contained in a set. More...
 
bool contains_set_geo (const Set *s, GSERIALIZED *gs)
 Return true if a set contains a geometry/geography. More...
 
Setgeo_union_transfn (Set *state, const GSERIALIZED *gs)
 Transition function for set union aggregate of geometries/geographies. More...
 
Setintersection_geo_set (const GSERIALIZED *gs, const Set *s)
 Return the intersection of a geometry/geography and a set. More...
 
Setintersection_set_geo (const Set *s, const GSERIALIZED *gs)
 Return the intersection of a set and a geometry/geography. More...
 
Setminus_geo_set (const GSERIALIZED *gs, const Set *s)
 Return the difference of a geometry/geography and a set. More...
 
Setminus_set_geo (const Set *s, const GSERIALIZED *gs)
 Return the difference of a set and a geometry/geography. More...
 
Setunion_geo_set (const GSERIALIZED *gs, const Set *s)
 Return the union of a geometry/geography and a set. More...
 
Setunion_set_geo (const Set *s, const GSERIALIZED *gs)
 Return the union of a set and a geometry/geography. More...
 

Detailed Description

Set operations for geometry sets.