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

◆ acontains_geo_trgeo()

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

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

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