|
◆ stbox_tile_set()
void stbox_tile_set |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
z, |
|
|
TimestampTz |
t, |
|
|
double |
size, |
|
|
int64 |
tunits, |
|
|
bool |
hasz, |
|
|
bool |
hast, |
|
|
int32 |
srid, |
|
|
STBox * |
result |
|
) |
| |
Generate a tile from the current state of the multidimensional grid.
- Parameters
-
[in] | x,y,z,t | Lower coordinates of the tile to output |
[in] | size | Tile size for the spatial dimensions in the units of the SRID |
[in] | tunits | Tile size for the temporal dimension in PostgreSQL time units |
[in] | hasz | Whether the tile has Z dimension |
[in] | hast | Whether the tile has T dimension |
[in] | srid | SRID of the spatial coordinates |
[out] | result | Box representing the tile |
|