MobilityDB 1.1

◆ tsequenceset_make_gaps()

TSequenceSet * tsequenceset_make_gaps ( const TInstant **  instants,
int  count,
interpType  interp,
float  maxdist,
Interval maxt 
)

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.

Parameters
[in]instantsArray of instants
[in]countNumber of elements in the array
[in]interpInterpolation
[in]maxdistMaximum distance for defining a gap
[in]maxtMaximum time interval for defining a gap
SQL Function:
tint_seqset_gaps(), tfloat_seqset_gaps(), tgeompoint_seqset_gaps(), tgeogpoint_seqset_gaps()