Return 1 if a temporal circular buffer ever/always covers a geometry, 0 if not, and -1 on error or if the geometry is empty.
- Parameters
-
[in] | temp | Temporal circular buffer |
[in] | gs | Geometry |
[in] | ever | True for the ever semantics, false for the always semantics |
- Note
- The function tests whether the traversed area intersects the interior of the geometry. @csqlfn Ecovers_tcbuffer_geo(), Acovers_tcbuffer_geo()