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

◆ stbox_set()

void stbox_set ( bool  hasx,
bool  hasz,
bool  geodetic,
int32  srid,
double  xmin,
double  xmax,
double  ymin,
double  ymax,
double  zmin,
double  zmax,
const Span s,
STBox box 
)

Return in the last argument a spatiotemporal box constructed from the given arguments.

Parameters
[in]hasxTrue if the values for the spatial dimension are given
[in]haszTrue if there is a Z dimension
[in]geodeticTrue if geodetic
[in]sridSRID
[in]xmin,ymin,zminMinimum bounds for the spatial dimension
[in]xmax,ymax,zmaxMaximum bounds for the spatial dimension
[in]sSpan
[out]boxResulting box
Note
This function is equivalent to stbox_make without memory allocation