|
◆ tgeo_space_boxes()
STBox * tgeo_space_boxes |
( |
const Temporal * |
temp, |
|
|
double |
xsize, |
|
|
double |
ysize, |
|
|
double |
zsize, |
|
|
const GSERIALIZED * |
sorigin, |
|
|
bool |
bitmatrix, |
|
|
bool |
border_inc, |
|
|
int * |
count |
|
) |
| |
|
inline |
Return the spatiotemporal boxes of a temporal geo split with respect to a space grid.
- Parameters
-
[in] | temp | Temporal geo |
[in] | xsize,ysize,zsize | Size of the corresponding dimension |
[in] | sorigin | Origin for the space dimension |
[in] | bitmatrix | True when using a bitmatrix to speed up the computation |
[in] | border_inc | True when the box contains the upper border, otherwise the upper border is assumed as outside of the box. |
[out] | count | Number of elements in the output array |
|