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

◆ tinterrel_tpointseq_linear_geo()

TSequenceSet * tinterrel_tpointseq_linear_geo ( const TSequence seq,
const GSERIALIZED gs,
const STBox box,
bool  tinter,
datum_func2  func 
)

Return a temporal Boolean that states whether a temporal point with linear interpolation and a geometry intersect or are disjoint.

The function splits the temporal point in an array of temporal point sequences that are simple (that is, not self-intersecting) and loops for each piece.

Parameters
[in]seqTemporal point
[in]gsGeometry
[in]boxBounding box of the base value
[in]funcSpatial relationship function to be applied
[in]tinterTrue when computing tintersects, false for tdisjoint