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

◆ spatialrel_tgeo_tgeo()

int spatialrel_tgeo_tgeo ( const Temporal temp1,
const Temporal temp2,
Datum  param,
varfunc  func,
int  numparam 
)

Generic spatial relationship for the trajectory or traversed area of two temporal geometries.

Parameters
[in]temp1,temp2Temporal geos
[in]paramParameter
[in]funcPostGIS function to be called
[in]numparamNumber of parameters of the function
Returns
On error return -1
Note
Since some GEOS versions do not support geometry collections, the function iterates for each geometry of the collection and returns when the function is true for one of them.