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

◆ tdwithin_tlinearseq_tlinearseq_iter()

static int tdwithin_tlinearseq_tlinearseq_iter ( const TSequence seq1,
const TSequence seq2,
Datum  dist,
datum_func3  func,
tpfunc_temp  tpfn,
TSequence **  result 
)
static

Return the timestamps at which the segments of two temporal point sequences are within a distance (iterator function)

Parameters
[in]seq1,seq2Temporal points
[in]distDistance
[in]funcSpatial relationship function to be applied
[in]tpfnTurning point function to be applied
[out]resultArray on which the pointers of the newly constructed sequences are stored
Returns
Number of elements in the resulting array
Precondition
The temporal points must be synchronized.