MobilityDB 1.1

◆ tinterrel_tpointcontseq_geom1()

static TSequence ** tinterrel_tpointcontseq_geom1 ( const TSequence seq,
Datum  geom,
const STBox box,
bool  tinter,
Datum(*)(Datum, Datum func,
int *  count 
)
static

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]tinterTrue when computing tintersects, false for tdisjoint
[in]funcPostGIS function to be used for instantaneous sequences
[out]countNumber of elements in the output array