![]() |
MobilityDB 1.3
|
Temporal relationship functions for temporal circular buffers. More...
Functions | |
Temporal * | tcontains_cbuffer_tcbuffer (const Cbuffer *cb, const Temporal *temp, bool restr, bool atvalue) |
Return a temporal Boolean that states whether a circular buffer contains a temporal circular buffer. More... | |
Temporal * | tcontains_geo_tcbuffer (const GSERIALIZED *gs, const Temporal *temp, bool restr, bool atvalue) |
Return a temporal Boolean that states whether a geometry contains a temporal circular buffer. More... | |
Temporal * | tcontains_tcbuffer_cbuffer (const Temporal *temp, const Cbuffer *cb, bool restr, bool atvalue) |
Return a temporal Boolean that states whether a temporal circular buffer contains a geometry. More... | |
Temporal * | tcontains_tcbuffer_geo (const Temporal *temp, const GSERIALIZED *gs, bool restr, bool atvalue) |
Return a temporal Boolean that states whether a temporal circular buffer contains a geometry. More... | |
Temporal * | tcontains_tcbuffer_tcbuffer (const Temporal *temp1, const Temporal *temp2, bool restr, bool atvalue) |
Return a temporal Boolean that states whether a temporal circular buffer contains another one. More... | |
Temporal * | tcovers_cbuffer_tcbuffer (const Cbuffer *cb, const Temporal *temp, bool restr, bool atvalue) |
Return a temporal Boolean that states whether a circular buffer covers a temporal circular buffer. More... | |
Temporal * | tcovers_geo_tcbuffer (const GSERIALIZED *gs, const Temporal *temp, bool restr, bool atvalue) |
Return a temporal Boolean that states whether a geometry covers a temporal circular buffer. More... | |
Temporal * | tcovers_tcbuffer_cbuffer (const Temporal *temp, const Cbuffer *cb, bool restr, bool atvalue) |
Return a temporal Boolean that states whether a temporal circular buffer covers a geometry. More... | |
Temporal * | tcovers_tcbuffer_geo (const Temporal *temp, const GSERIALIZED *gs, bool restr, bool atvalue) |
Return a temporal Boolean that states whether a temporal circular buffer covers a geometry. More... | |
Temporal * | tcovers_tcbuffer_tcbuffer (const Temporal *temp1, const Temporal *temp2, bool restr, bool atvalue) |
Return a temporal Boolean that states whether a temporal circular buffer covers another one. More... | |
Temporal * | tdisjoint_cbuffer_tcbuffer (const Cbuffer *cb, const Temporal *temp, bool restr, bool atvalue) |
Return a temporal Boolean that states whether a temporal circular buffer and a circular buffer are disjoint. More... | |
Temporal * | tdisjoint_geo_tcbuffer (const GSERIALIZED *gs, const Temporal *temp, bool restr, bool atvalue) |
Return a temporal Boolean that states whether a temporal circular buffer and a geometry are disjoint. More... | |
Temporal * | tdisjoint_tcbuffer_cbuffer (const Temporal *temp, const Cbuffer *cb, bool restr, bool atvalue) |
Return a temporal Boolean that states whether a temporal circular buffer and a circular buffer are disjoint. More... | |
Temporal * | tdisjoint_tcbuffer_geo (const Temporal *temp, const GSERIALIZED *gs, bool restr, bool atvalue) |
Return a temporal Boolean that states whether a temporal circular buffer and a geometry are disjoint. More... | |
Temporal * | tdisjoint_tcbuffer_tcbuffer (const Temporal *temp1, const Temporal *temp2, bool restr, bool atvalue) |
Return a temporal Boolean that states whether two temporal circular buffers are disjoint. More... | |
Temporal * | tdwithin_geo_tcbuffer (const GSERIALIZED *gs, const Temporal *temp, double dist, bool restr, bool atvalue) |
Return a temporal Boolean that states whether a temporal circular buffer and a geometry are within a distance. More... | |
Temporal * | tdwithin_tcbuffer_cbuffer (const Temporal *temp, const Cbuffer *cb, double dist, bool restr, bool atvalue) |
Return a temporal Boolean that states whether a temporal circular buffer and a circular buffer are within a distance. More... | |
Temporal * | tdwithin_tcbuffer_geo (const Temporal *temp, const GSERIALIZED *gs, double dist, bool restr, bool atvalue) |
Return a temporal Boolean that states whether a temporal circular buffer and a geometry are within a distance. More... | |
Temporal * | tdwithin_tcbuffer_tcbuffer (const Temporal *temp1, const Temporal *temp2, double dist, bool restr, bool atvalue) |
Return a temporal Boolean that states whether two temporal circular buffers are within a distance. More... | |
Temporal * | tintersects_cbuffer_tcbuffer (const Cbuffer *cb, const Temporal *temp, bool restr, bool atvalue) |
Return a temporal Boolean that states whether a temporal circular buffer and a circular buffer intersect. More... | |
Temporal * | tintersects_geo_tcbuffer (const GSERIALIZED *gs, const Temporal *temp, bool restr, bool atvalue) |
Return a temporal Boolean that states whether a temporal circular buffer and a geometry intersect. More... | |
Temporal * | tintersects_tcbuffer_cbuffer (const Temporal *temp, const Cbuffer *cb, bool restr, bool atvalue) |
Return a temporal Boolean that states whether a temporal circular buffer and a circular buffer intersect. More... | |
Temporal * | tintersects_tcbuffer_geo (const Temporal *temp, const GSERIALIZED *gs, bool restr, bool atvalue) |
Return a temporal Boolean that states whether a temporal circular buffer and a geometry intersect. More... | |
Temporal * | tintersects_tcbuffer_tcbuffer (const Temporal *temp1, const Temporal *temp2, bool restr, bool atvalue) |
Return a temporal Boolean that states whether two temporal circular buffers intersect. More... | |
Temporal * | ttouches_cbuffer_tcbuffer (const Cbuffer *cb, const Temporal *temp, bool restr, bool atvalue) |
Return a temporal Boolean that states whether a circular buffer touches a temporal circular buffer. More... | |
Temporal * | ttouches_geo_tcbuffer (const GSERIALIZED *gs, const Temporal *temp, bool restr, bool atvalue) |
Return a temporal Boolean that states whether a temporal circular buffer touches a geometry. More... | |
Temporal * | ttouches_tcbuffer_cbuffer (const Temporal *temp, const Cbuffer *cb, bool restr, bool atvalue) |
Return a temporal Boolean that states whether a temporal circular buffer touches a geometry. More... | |
Temporal * | ttouches_tcbuffer_geo (const Temporal *temp, const GSERIALIZED *gs, bool restr, bool atvalue) |
Return a temporal Boolean that states whether a temporal circular buffer touches a geometry. More... | |
Temporal * | ttouches_tcbuffer_tcbuffer (const Temporal *temp1, const Temporal *temp2, bool restr, bool atvalue) |
Return a temporal Boolean that states whether a temporal circular buffer touches another one. More... | |
Temporal relationship functions for temporal circular buffers.