|
◆ stbox_space_time_tile()
Return a tile in the multidimensional grid of a spatiotemporal box.
- Parameters
-
[in] | point | Point, may be NULL |
[in] | t | Timestamp |
[in] | xsize,ysize,zsize | Size of the corresponding dimension |
[in] | duration | Size of the time dimension as an interval |
[in] | sorigin | Origin for the space dimension, may be NULL |
[in] | torigin | Origin for the time dimension, may be NULL |
[out] | hasx | True when spliting by space |
[out] | hast | True when spliting by time |
|