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

◆ ea_covers_geo_trgeo()

int ea_covers_geo_trgeo ( const GSERIALIZED gs,
const Temporal temp,
bool  ever 
)

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
[in]everTrue for the ever semantics, false for the always semantics
Note
The function tests whether the traversed area intersects the interior of the geometry. Please refer to the documentation of the ST_Contains and ST_Relate functions https://postgis.net/docs/ST_Relate.html https://postgis.net/docs/ST_Contains.html @csqlfn EA_spatialrel_geo_tspatial()