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

◆ trgeo_restrict_value()

Temporal * trgeo_restrict_value ( const Temporal temp,
Datum  value,
bool  atfunc 
)

Restrict a temporal rigid geometry to (the complement of) a geometry.

Parameters
[in]tempTemporal rigid geometry
[in]valueValue
[in]atfuncTrue if the restriction is at, false for minus
Note
This function does a bounding box test for the temporal types different from instant. The singleton tests are done in the functions for the specific temporal types. @csqlfn Temporal_restrict_value()