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

◆ ttouches_tgeo_tgeo()

Temporal * ttouches_tgeo_tgeo ( const Temporal temp1,
const Temporal temp2,
bool  restr,
bool  atvalue 
)

Return a temporal Boolean that states whether a temporal geometry touches another one.

The temporal touches relationship for two temporal geometries is computed at each instant using the lifting infrastructure

Parameters
[in]temp1,temp2Temporal geo
[in]restrTrue when the result is restricted to a value
[in]atvalueValue to restrict @csqlfn Ttouches_tgeo_tgeo()
Note
The function does not support 3D or geographies since the PostGIS function ST_Touches only supports 2D geometries.
The function is not defined for temporal points