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

◆ stbox_tile_state_make()

STboxGridState * stbox_tile_state_make ( const Temporal temp,
const STBox box,
double  xsize,
double  ysize,
double  zsize,
const Interval duration,
POINT3DZ  sorigin,
TimestampTz  torigin,
bool  border_inc 
)

Create the initial state that persists across multiple calls of the function.

Parameters
[in]tempTemporal point to split, may be NULL
[in]boxBounds for generating the multidimensional grid
[in]xsize,ysize,zsizeTile sizes for the spatial dimensions in the units of the SRID, may be 0 for a time only grid
[in]durationTile size for the temporal dimension as an interval, may be NULL for a space only grid
[in]soriginSpatial origin of the tiles
[in]toriginTime origin of the tiles
[in]border_incTrue when the box contains the upper border, otherwise the upper border is assumed as outside of the box