MobilityDB 1.1

◆ synchronize_tsequence_tsequence()

bool synchronize_tsequence_tsequence ( const TSequence seq1,
const TSequence seq2,
TSequence **  sync1,
TSequence **  sync2,
bool  crossings 
)

Synchronize two temporal sequences.

The resulting values are composed of denormalized sequences covering the intersection of their time spans. The argument crossings determines whether potential crossings between successive pair of instants are added. Crossings are only added when at least one of the sequences has linear interpolation.

Parameters
[in]seq1,seq2Input values
[in]crossingsTrue if turning points are added in the segments
[out]sync1,sync2Output values
Returns
Return false if the input values do not overlap on time