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

◆ tcontains_tgeo_geo()

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

Return a temporal Boolean that states whether a temporal geometry contains a geometry.

The temporal contains relationship for a temporal geometry and a geometry is computed at each instant using the lifting infrastructure

Parameters
[in]tempTemporal geo
[in]gsGeometry
[in]restrTrue when the result is restricted to a value
[in]atvalueValue to restrict @csqlfn Tcontains_tgeo_geo()
Note
The function is not available for temporal points, the tintersects function can be used instead.