MobilityDB 1.3
Loading...
Searching...
No Matches
Data Fields
STboxGridState Struct Reference

Struct for storing the state that persists across multiple calls generating a multidimensional grid. More...

#include <tgeo_tile.h>

Data Fields

BitMatrixbm
 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 Temporaltemp
 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...
 

Detailed Description

Struct for storing the state that persists across multiple calls generating a multidimensional grid.


The documentation for this struct was generated from the following file: