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

◆ ea_spatialrel_tspatial_tspatial()

int ea_spatialrel_tspatial_tspatial ( const Temporal temp1,
const Temporal temp2,
datum_func2  func,
bool  ever 
)

Return true if two temporal geometries ever/always satisfy a spatial relationship.

The function uses the lifting infrastructure to account for synchronization and interpolation and applies function func to every instant of of the temporal geometries

Parameters
[in]temp1,temp2Temporal geos
[in]funcSpatial relationship
[in]everTrue for the ever semantics, false for the always semantics