|
|
◆ tgeo_space_time_boxes()
| STBox * tgeo_space_time_boxes |
( |
const Temporal * |
temp, |
|
|
double |
xsize, |
|
|
double |
ysize, |
|
|
double |
zsize, |
|
|
const Interval * |
duration, |
|
|
const GSERIALIZED * |
sorigin, |
|
|
TimestampTz |
torigin, |
|
|
bool |
bitmatrix, |
|
|
bool |
border_inc, |
|
|
int * |
count |
|
) |
| |
Return the spatiotemporal boxes of a temporal point split with respect to a space and possibly a time grid.
- Parameters
-
| [in] | temp | Temporal point |
| [in] | xsize,ysize,zsize | Size of the corresponding dimension |
| [in] | duration | Size of the time dimension as an interval, may be NULL |
| [in] | sorigin | Origin for the space dimension, may be NULL |
| [in] | torigin | Origin for the time 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 @csqlfn Tgeo_space_time_boxes_common |
|