MobilityDB 1.1

◆ 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,tLower coordinates of the tile to output
[in]sizeTile size for the spatial dimensions in the units of the SRID
[in]tunitsTile size for the temporal dimension in PostgreSQL time units
[in]haszWhether the tile has Z dimension
[in]hastWhether the tile has T dimension
[in]sridSRID of the spatial coordinates
[out]resultBox representing the tile