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

◆ tpointseq_linear_at_stbox_xyz()

TSequenceSet * tpointseq_linear_at_stbox_xyz ( const TSequence seq,
const STBox box,
bool  border_inc 
)

Restrict the temporal point to the spatial dimensions of a spatiotemporal box.

Parameters
[in]seqTemporal point sequence
[in]boxBounding box
[in]border_incTrue when the box contains the upper border
Precondition
The box has only X dimension, the arguments have the same SRID, and the sequence is not instantaneous.
Note
The function only restricts to the spatial dimension, the restriction to the time dimension is made in function tgeo_restrict_stbox.