Return a temporal geo sequence with step interpolation restricted to a geometry and possibly a Z span and a timestamptz span.
- Parameters
-
[in] | seq | Temporal geo |
[in] | gs | Geometry |
[in] | zspan | Span of values to restrict the Z dimension |
[in] | atfunc | True if the restriction is at , false for minus |
- Precondition
- Instantaneous sequences have been managed in the calling function
- Note
- The function computes the "at" restriction on all dimensions. Then, for the "minus" restriction, it computes the complement of the "at" restriction with respect to the time dimension.