Return true if a temporal circular buffer and a circular buffer ever/always satisfy a spatial relationship.
- Parameters
-
[in] | temp | Temporal geo |
[in] | cb | Circular buffer |
[in] | param | Optional parameter |
[in] | func | Spatial relationship function to be applied |
[in] | numparam | Number of parameters of the function |
[in] | ever | True for the ever semantics, false for the always semantics |
[in] | invert | True when the arguments of the function must be inverted |