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

◆ acovers_trgeo_geo()

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

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

Parameters
[in]tempTemporal geometry
[in]gsGeometry
Note
The function tests whether the traversed area covers the geometry https://postgis.net/docs/ST_Relate.html https://postgis.net/docs/ST_Contains.html @csqlfn Acovers_trgeo_geo()