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

◆ stbox_space_time_tile()

STBox * stbox_space_time_tile ( const GSERIALIZED point,
TimestampTz  t,
double  xsize,
double  ysize,
double  zsize,
const Interval duration,
const GSERIALIZED sorigin,
TimestampTz  torigin,
bool  hasx,
bool  hast 
)

Return a tile in the multidimensional grid of a spatiotemporal box.

Parameters
[in]pointPoint, may be NULL
[in]tTimestamp
[in]xsize,ysize,zsizeSize of the corresponding dimension
[in]durationSize of the time dimension as an interval
[in]soriginOrigin for the space dimension, may be NULL
[in]toriginOrigin for the time dimension, may be NULL
[out]hasxTrue when spliting by space
[out]hastTrue when spliting by time