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

◆ aintersects_tcbuffer_geo()

int aintersects_tcbuffer_geo ( const Temporal temp,
const GSERIALIZED gs 
)
inline

Return 1 if a geometry and a temporal circular buffer always intersect, 0 if not, and -1 on error or if the geometry is empty.

Parameters
[in]tempTemporal circular buffer
[in]gsGeometry
Note
aIntersects(tcbuffer, geo) is equivalent to NOT eDisjoint(tcbuffer, geo) @csqlfn Aintersects_tcbuffer_geo()