![]() |
MobilityDB 1.3
|
Temporal relationship functions for temporal geometries. More...
Functions | |
Temporal * | tcontains_geo_tgeo (const GSERIALIZED *gs, const Temporal *temp, bool restr, bool atvalue) |
Return a temporal Boolean that states whether a geometry contains a temporal geometry. More... | |
Temporal * | tcontains_tgeo_geo (const Temporal *temp, const GSERIALIZED *gs, bool restr, bool atvalue) |
Return a temporal Boolean that states whether a temporal geometry contains a geometry. More... | |
Temporal * | tcontains_tgeo_tgeo (const Temporal *temp1, const Temporal *temp2, bool restr, bool atvalue) |
Return a temporal Boolean that states whether a temporal geometry contains another one. More... | |
Temporal * | tcovers_geo_tgeo (const GSERIALIZED *gs, const Temporal *temp, bool restr, bool atvalue) |
Return a temporal Boolean that states whether a geometry covers a temporal geometry. More... | |
Temporal * | tcovers_tgeo_geo (const Temporal *temp, const GSERIALIZED *gs, bool restr, bool atvalue) |
Return a temporal Boolean that states whether a temporal geometry covers a geometry. More... | |
Temporal * | tcovers_tgeo_tgeo (const Temporal *temp1, const Temporal *temp2, bool restr, bool atvalue) |
Return a temporal Boolean that states whether a spatiotemporal value covers another one. More... | |
Temporal * | tdisjoint_geo_tgeo (const GSERIALIZED *gs, const Temporal *temp, bool restr, bool atvalue) |
Return a temporal Boolean that states whether a temporal geo and a geometry are disjoint. More... | |
Temporal * | tdisjoint_tgeo_geo (const Temporal *temp, const GSERIALIZED *gs, bool restr, bool atvalue) |
Return a temporal Boolean that states whether a temporal geo and a geometry are disjoint. More... | |
Temporal * | tdisjoint_tgeo_tgeo (const Temporal *temp1, const Temporal *temp2, bool restr, bool atvalue) |
Return a temporal Boolean that states whether two temporal geos are disjoint. More... | |
Temporal * | tdwithin_tgeo_geo (const Temporal *temp, const GSERIALIZED *gs, double dist, bool restr, bool atvalue) |
Return a temporal Boolean that states whether a temporal geo and a geometry are within a distance. More... | |
Temporal * | tdwithin_tgeo_tgeo (const Temporal *temp1, const Temporal *temp2, double dist, bool restr, bool atvalue) |
Return a temporal Boolean that states whether two temporal geos are within a distance. More... | |
Temporal * | tdwithin_tspatial_spatial (const Temporal *temp, Datum base, Datum dist, bool restr, bool atvalue, datum_func3 func, tpfunc_temp tpfn) |
Return a temporal Boolean that states whether a spatiotemporal value and a base value are within a distance. More... | |
Temporal * | tintersects_geo_tgeo (const GSERIALIZED *gs, const Temporal *temp, bool restr, bool atvalue) |
Return a temporal Boolean that states whether a temporal geo and a geometry intersect. More... | |
Temporal * | tintersects_tgeo_geo (const Temporal *temp, const GSERIALIZED *gs, bool restr, bool atvalue) |
Return a temporal Boolean that states whether a temporal geo and a geometry intersect. More... | |
Temporal * | tintersects_tgeo_tgeo (const Temporal *temp1, const Temporal *temp2, bool restr, bool atvalue) |
Return a temporal Boolean that states whether two temporal geos intersect. More... | |
Temporal * | ttouches_geo_tgeo (const GSERIALIZED *gs, const Temporal *temp, bool restr, bool atvalue) |
Return a temporal Boolean that states whether a geometry touches a temporal geo. More... | |
Temporal * | ttouches_tgeo_geo (const Temporal *temp, const GSERIALIZED *gs, bool restr, bool atvalue) |
Return a temporal Boolean that states whether a temporal geo touches a geometry. More... | |
Temporal * | ttouches_tgeo_tgeo (const Temporal *temp1, const Temporal *temp2, bool restr, bool atvalue) |
Return a temporal Boolean that states whether a temporal geometry touches another one. More... | |
Temporal relationship functions for temporal geometries.