![]() |
MobilityDB 1.3
|
◆ overlap4D()Can any box from nodebox overlap with the query? A span Two spans overlap if the maximum of their lower bound is greater than or equal to the minimum of their upper bound. Therefore, given a query box and a node box, the query box may overlap a box in the node box if for each dimension X and T
Continuing with the example at the top of this file, if left = TBOXFLOAT XT([3, 7],[2001-01-03, 2001-01-07])
right = TBOXFLOAT XT([5, 9],[2001-01-05, 2001-01-09])
a query `TBOXFLOAT XT([2, 4],[2001-01-02, 2001-01-04]) satisfies the above condition. |