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

◆ ecovers_geo_trgeo()

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

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

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