![]() |
MobilityDB 1.3
|
Functions for temporal rigid geometries with sequence set subtype. More...
Go to the source code of this file.
Functions | |
TSequence * | trgeo_to_tsequence (const Temporal *temp, const char *interp_str) |
Return a temporal rigid geometry transformed to a temporal sequence. More... | |
TSequenceSet * | trgeo_to_tsequenceset (const Temporal *temp, const char *interp_str) |
Return a temporal rigid geometry transformed to a temporal sequence set. More... | |
const GSERIALIZED * | trgeoseqset_geom_p (const TSequenceSet *ts) |
Returns the reference geometry of the temporal value. More... | |
TSequenceSet * | trgeoseqset_make (const GSERIALIZED *geom, const TSequence **sequences, int count, bool normalize) |
Construct a temporal sequence set from an array of temporal sequences. More... | |
TSequenceSet * | trgeoseqset_make1_exp (const GSERIALIZED *geom, const TSequence **sequences, int count, int maxcount, bool normalize) |
Construct a temporal sequence set from an array of temporal sequences. More... | |
TSequenceSet * | trgeoseqset_make_exp (const GSERIALIZED *geom, const TSequence **sequences, int count, int maxcount, bool normalize) |
Construct a temporal sequence set from an array of temporal sequences. More... | |
TSequenceSet * | trgeoseqset_make_free (const GSERIALIZED *geom, TSequence **sequences, int count, bool normalize) |
Construct a temporal sequence set from an array of temporal sequences and free the array and the sequences after the creation. More... | |
TSequenceSet * | trgeoseqset_make_gaps (const GSERIALIZED *geom, const TInstant **instants, int count, interpType interp, Interval *maxt, double maxdist) |
Construct a temporal sequence set from an array of temporal instants introducing a gap when two consecutive instants are separated from each other by at least the given distance or the given time interval. More... | |
TSequence * | trgeoseqset_to_tsequence (const TSequenceSet *ss) |
Return a temporal sequence set transformed into a temporal sequence. More... | |
TSequenceSet * | trgeoseqset_tposeseqset (const TSequenceSet *ss) |
Returns a new temporal pose sequence obtained by removing the reference geometry of a temporal rigid geometry. More... | |
Functions for temporal rigid geometries with sequence set subtype.