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

Distance functions for temporal circular buffers. More...

Functions

Temporaldistance_tcbuffer_cbuffer (const Temporal *temp, const Cbuffer *cb)
 Return the temporal distance between a temporal circular buffer and a circular buffer @csqlfn Distance_tcbuffer_cbuffer() More...
 
Temporaldistance_tcbuffer_geo (const Temporal *temp, const GSERIALIZED *gs)
 Return the temporal distance between a temporal circular buffer and a geometry @csqlfn Distance_tcbuffer_geo() More...
 
Temporaldistance_tcbuffer_tcbuffer (const Temporal *temp1, const Temporal *temp2)
 Return the temporal distance between two temporal circular buffers. More...
 
double nad_tcbuffer_cbuffer (const Temporal *temp, const Cbuffer *cb)
 Return the nearest approach distance of a temporal circular buffer and a circular buffer. More...
 
double nad_tcbuffer_geo (const Temporal *temp, const GSERIALIZED *gs)
 Return the nearest approach distance of a temporal circular buffer and a geometry. More...
 
double nad_tcbuffer_stbox (const Temporal *temp, const STBox *box)
 Return the nearest approach distance of a temporal circular buffer and a spatiotemporal box. More...
 
double nad_tcbuffer_tcbuffer (const Temporal *temp1, const Temporal *temp2)
 Return the nearest approach distance of two temporal circular buffers. More...
 
double nad_tpose_stbox (const Temporal *temp, const STBox *box)
 Return the nearest approach distance of a temporal pose and a spatiotemporal box. More...
 
TInstantnai_tcbuffer_cbuffer (const Temporal *temp, const Cbuffer *cb)
 Return the nearest approach instant of the circular buffer and a temporal circular buffer. More...
 
TInstantnai_tcbuffer_geo (const Temporal *temp, const GSERIALIZED *gs)
 Return the nearest approach instant of the temporal circular buffer and a geometry. More...
 
TInstantnai_tcbuffer_tcbuffer (const Temporal *temp1, const Temporal *temp2)
 Return the nearest approach instant of two temporal circular buffers. More...
 
GSERIALIZEDshortestline_tcbuffer_cbuffer (const Temporal *temp, const Cbuffer *cb)
 Return the line connecting the nearest approach point between a circular buffer and a temporal circular buffer. More...
 
GSERIALIZEDshortestline_tcbuffer_geo (const Temporal *temp, const GSERIALIZED *gs)
 Return the line connecting the nearest approach point between a geometry and a temporal circular buffer. More...
 
GSERIALIZEDshortestline_tcbuffer_tcbuffer (const Temporal *temp1, const Temporal *temp2)
 Return the line connecting the nearest approach point between two temporal circular buffers. More...
 

Detailed Description

Distance functions for temporal circular buffers.