|
◆ stbox_tile_state_set()
void stbox_tile_state_set |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
z, |
|
|
TimestampTz |
t, |
|
|
double |
xsize, |
|
|
double |
ysize, |
|
|
double |
zsize, |
|
|
int64 |
tunits, |
|
|
bool |
hasx, |
|
|
bool |
hasz, |
|
|
bool |
hast, |
|
|
int32 |
srid, |
|
|
STBox * |
result |
|
) |
| |
Generate a tile from the current state of the multidimensional grid.
- Parameters
-
[in] | x,y,z | Start coordinates of the tile to output |
[in] | t | Start timestamp of the tile to output units of the SRID, may be 0 for an only time 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] | tunits | Time size of the tiles in PostgreSQL time units, may be 0 for a space only grid |
[in] | hasx | True when the tile has spatial dimension |
[in] | hasz | True when the tile has Z dimension |
[in] | hast | True when the tile has T dimension |
[in] | srid | SRID of the spatial dimension |
[out] | result | Box representing the tile |
|