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

◆ aintersects_trgeo_geo()

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

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

Parameters
[in]tempTemporal rigid geometry
[in]gsGeometry
Note
aIntersects(trgeo, gs) is equivalent to NOT eDisjoint(trgeo, gs) @csqlfn Aintersects_trgeo_geo()