MobilityDB 1.1

◆ econtains_geo_geo()

static Datum econtains_geo_geo ( Datum  geom1,
Datum  geom2 
)
static

Call the PostGIS function ST_Relate twice to compute the ever contains relationship between the trajectory of a temporal point and a geometry.

Parameters
[in]geom1Trajectory of the temporal point
[in]geom2Geometry
Note
The order of the parameters CANNOT be inverted