MobilityDB 1.1

◆ tinterrel_tpointcontseq_geom()

TSequenceSet * tinterrel_tpointcontseq_geom ( const TSequence seq,
Datum  geom,
const STBox box,
bool  tinter,
Datum(*)(Datum, Datum func 
)

Evaluates tintersects/tdisjoint for a temporal 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]tinterTrue when computing tintersects, false for tdisjoint