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

◆ ea_spatialrel_tcbuffer_tcbuffer()

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

Return 1 if two temporal circular buffers ever/always satisfy a spatial relationship, 0 if not, and -1 on error.

Parameters
[in]temp1,temp2Temporal circular buffers
[in]funcSpatial relationship function to be called
[in]everTrue for the ever semantics, false for the always semantics
[in]bbox_testTrue if a bounding text can be used for filtering @csqlfn Aintersects_tcbuffer_tcbuffer(), Ecovers_tcbuffer_tcbuffer(), ...