![]() |
MobilityDB 1.3
|
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... | |
Set * | geo_union_transfn (Set *state, const GSERIALIZED *gs) |
Transition function for set union aggregate of geometries/geographies. More... | |
Set * | intersection_geo_set (const GSERIALIZED *gs, const Set *s) |
Return the intersection of a geometry/geography and a set. More... | |
Set * | intersection_set_geo (const Set *s, const GSERIALIZED *gs) |
Return the intersection of a set and a geometry/geography. More... | |
Set * | minus_geo_set (const GSERIALIZED *gs, const Set *s) |
Return the difference of a geometry/geography and a set. More... | |
Set * | minus_set_geo (const Set *s, const GSERIALIZED *gs) |
Return the difference of a set and a geometry/geography. More... | |
Set * | union_geo_set (const GSERIALIZED *gs, const Set *s) |
Return the union of a geometry/geography and a set. More... | |
Set * | union_set_geo (const Set *s, const GSERIALIZED *gs) |
Return the union of a set and a geometry/geography. More... | |
Set operations for geometry sets.