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

◆ tgeoseq_step_restrict_geom()

TSequenceSet * tgeoseq_step_restrict_geom ( const TSequence seq,
const GSERIALIZED gs,
const Span zspan,
bool  atfunc 
)

Return a temporal geo sequence with step interpolation restricted to a geometry and possibly a Z span and a timestamptz span.

Parameters
[in]seqTemporal geo
[in]gsGeometry
[in]zspanSpan of values to restrict the Z dimension
[in]atfuncTrue 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.