|
◆ stbox_tile_state_make()
Create the initial state that persists across multiple calls of the function.
- Parameters
-
[in] | temp | Temporal point to split, may be NULL |
[in] | box | Bounds for generating the multidimensional grid |
[in] | xsize,ysize,zsize | Tile sizes for the spatial dimensions in the units of the SRID, may be 0 for a time only grid |
[in] | duration | Tile size for the temporal dimension as an interval, may be NULL for a space only grid |
[in] | sorigin | Spatial origin of the tiles |
[in] | torigin | Time origin of the tiles |
[in] | border_inc | True when the box contains the upper border, otherwise the upper border is assumed as outside of the box |
|