![]() |
MobilityDB 1.3
|
Distance functions for temporal circular buffers. More...
Functions | |
Temporal * | distance_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... | |
Temporal * | distance_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... | |
Temporal * | distance_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... | |
TInstant * | nai_tcbuffer_cbuffer (const Temporal *temp, const Cbuffer *cb) |
Return the nearest approach instant of the circular buffer and a temporal circular buffer. More... | |
TInstant * | nai_tcbuffer_geo (const Temporal *temp, const GSERIALIZED *gs) |
Return the nearest approach instant of the temporal circular buffer and a geometry. More... | |
TInstant * | nai_tcbuffer_tcbuffer (const Temporal *temp1, const Temporal *temp2) |
Return the nearest approach instant of two temporal circular buffers. More... | |
GSERIALIZED * | shortestline_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... | |
GSERIALIZED * | shortestline_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... | |
GSERIALIZED * | shortestline_tcbuffer_tcbuffer (const Temporal *temp1, const Temporal *temp2) |
Return the line connecting the nearest approach point between two temporal circular buffers. More... | |
Distance functions for temporal circular buffers.