MobilityDB 1.1

◆ tdwithin_tpointseq_point1()

static int tdwithin_tpointseq_point1 ( const TSequence seq,
Datum  point,
Datum  dist,
datum_func3  func,
TSequence **  result 
)
static

Return the timestamps at which a temporal point and a point are within the given distance.

Parameters
[in]seqTemporal point
[in]pointPoint
[in]distDistance
[in]funcDWithin function (2D or 3D)
[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.