![]() |
MobilityDB 1.3
|
Go to the source code of this file.
Functions | |
Temporal * | tcbuffer_restrict_cbuffer (const Temporal *temp, const Cbuffer *cb, bool atfunc) |
Return a temporal circular buffer restricted to a circular buffer. More... | |
Temporal * | tcbuffer_restrict_geom (const Temporal *temp, const GSERIALIZED *gs, bool atfunc) |
Return a temporal circular buffer restricted to a geometry. More... | |
Temporal * | tcbuffer_restrict_stbox (const Temporal *temp, const STBox *box, bool border_inc, bool atfunc) |
Return a temporal circular buffer restricted to a spatiotemporal box. More... | |
GSERIALIZED * | tcbufferinst_trav_area (const TInstant *inst) |
Temporal distance for temporal network points. More... | |
GSERIALIZED * | tcbuffersegm_trav_area (const TInstant *inst1, const TInstant *inst2) |
Return the traversed area of a temporal circular buffer segment with linear interpolation. More... | |
GSERIALIZED * | tcbufferseq_trav_area (const TSequence *seq) |
Return the traversed area of a temporal circular buffer sequence. More... | |
GSERIALIZED * | tcbufferseqset_trav_area (const TSequenceSet *ss) |
Return the traversed area of a temporal circular buffer. More... | |