![]() |
MobilityDB 1.3
|
Struct for storing the state that persists across multiple calls generating a multidimensional grid. More...
#include <tgeo_tile.h>
Data Fields | |
BitMatrix * | bm |
Optional bit matrix for speeding up the computation of the split functions. More... | |
STBox | box |
Bounding box of the grid. More... | |
int | coords [MAXDIMS] |
Coordinates of the current tile. More... | |
bool | done |
True when all tiles have been processed. More... | |
bool | hast |
True when tiles have T dimension. More... | |
bool | hasx |
True when tiles have X dimension. More... | |
bool | hasz |
True when tiles have Z dimension. More... | |
int | i |
Number of current tile. More... | |
int | max_coords [MAXDIMS] |
Maximum coordinates of the tiles. More... | |
int | ntiles |
Total number of tiles. More... | |
TimestampTz | t |
Minimum t value of the current tile, if any. More... | |
const Temporal * | temp |
Optional temporal point to be split. More... | |
int64 | tunits |
Size of the time dimension, 0 for spatial only. More... | |
double | x |
Minimum x value of the current tile. More... | |
double | xsize |
Size of the x dimension. More... | |
double | y |
Minimum y value of the current tile. More... | |
double | ysize |
Size of the y dimension. More... | |
double | z |
Minimum z value of the current tile, if any. More... | |
double | zsize |
Size of the z dimension, 0 for 2D. More... | |
Struct for storing the state that persists across multiple calls generating a multidimensional grid.