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

◆ adisjoint_trgeo_geo()

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

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

Parameters
[in]tempTemporal rigid geometry
[in]gsGeometry
Note
aDisjoint(a, b) is equivalent to NOT eIntersects(a, b) @csqlfn Adisjoint_trgeo_geo()