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

Temporal relationship functions for temporal circular buffers. More...

Functions

Temporaltcontains_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...
 
Temporaltcontains_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...
 
Temporaltcontains_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...
 
Temporaltcontains_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...
 
Temporaltcontains_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...
 
Temporaltcovers_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...
 
Temporaltcovers_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...
 
Temporaltcovers_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...
 
Temporaltcovers_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...
 
Temporaltcovers_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...
 
Temporaltdisjoint_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...
 
Temporaltdisjoint_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...
 
Temporaltdisjoint_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...
 
Temporaltdisjoint_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...
 
Temporaltdisjoint_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...
 
Temporaltdwithin_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...
 
Temporaltdwithin_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...
 
Temporaltdwithin_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...
 
Temporaltdwithin_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...
 
Temporaltintersects_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...
 
Temporaltintersects_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...
 
Temporaltintersects_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...
 
Temporaltintersects_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...
 
Temporaltintersects_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...
 
Temporalttouches_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...
 
Temporalttouches_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...
 
Temporalttouches_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...
 
Temporalttouches_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...
 
Temporalttouches_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...
 

Detailed Description

Temporal relationship functions for temporal circular buffers.