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

◆ stbox_space_time_tiles()

STBox * stbox_space_time_tiles ( const STBox bounds,
double  xsize,
double  ysize,
double  zsize,
const Interval duration,
const GSERIALIZED sorigin,
TimestampTz  torigin,
bool  border_inc,
int *  count 
)

Return the spatiotemporal grid of a spatiotemporal box.

Parameters
[in]boundsBounds
[in]xsize,ysize,zsizeSize of the corresponding dimension, may be zero for time tiles
[in]durationSize of the time dimension as an interval, may be NULL
[in]soriginOrigin for the space dimension
[in]toriginOrigin for the time dimension
[in]border_incTrue when the box contains the upper border, otherwise the upper border is assumed as outside of the box.
[out]countNumber of values in the output array @csqlfn Stbox_space_time_tiles()