MobilityDB 1.3
Loading...
Searching...
No Matches

◆ 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,zStart coordinates of the tile to output
[in]tStart timestamp of the tile to output units of the SRID, may be 0 for an only time grid
[in]xsize,ysize,zsizeTile sizes for the spatial dimensions in the units of the SRID, may be 0 for a time only grid
[in]tunitsTime size of the tiles in PostgreSQL time units, may be 0 for a space only grid
[in]hasxTrue when the tile has spatial dimension
[in]haszTrue when the tile has Z dimension
[in]hastTrue when the tile has T dimension
[in]sridSRID of the spatial dimension
[out]resultBox representing the tile