MobilityDB 1.1

◆ tinterrel_tpoint_geo()

Temporal * tinterrel_tpoint_geo ( const Temporal temp,
const GSERIALIZED gs,
bool  tinter,
bool  restr,
bool  atvalue 
)

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

Parameters
[in]tempTemporal point
[in]gsGeometry
[in]tinterTrue when computing tintersects, false for tdisjoint
[in]restrTrue if the atValue function is applied to the result
[in]atvalueValue to be used for the atValue function
Precondition
The geometry is NOT empty. This should be ensured by the calling function
Note
3D is not supported because there is no 3D intersection function provided by PostGIS