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

◆ trgeoseqset_make()

TSequenceSet * trgeoseqset_make ( const GSERIALIZED geom,
const TSequence **  sequences,
int  count,
bool  normalize 
)
inline

Construct a temporal sequence set from an array of temporal sequences.

Parameters
[in]geomReference geometry
[in]sequencesArray of sequences
[in]countNumber of elements in the array
[in]normalizeTrue if the resulting value should be normalized. In particular, normalize is false when synchronizing two temporal sequence sets before applying an operation to them. @sqlfn tbool_seqset(), tint_seqset(), tfloat_seqset(), ttext_seqset(), etc.