MobilityDB  1.0

◆ tinterrel_tpointseq_geom()

TSequenceSet* tinterrel_tpointseq_geom ( const TSequence seq,
Datum  geom,
const STBOX box,
bool  tinter,
Datum(*)(Datum, Datum)  func 
)

Evaluates tintersects/tdisjoint for a temporal sequence point and a geometry.

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]geomGeometry
[in]boxBounding box of the geometry
[in]funcPostGIS function to be used for instantaneous sequences
[in]tinterWhether we compute tintersects or tdisjoint