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

◆ stbox_make()

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

Return a spatiotemporal box from the arguments.

Parameters
[in]hasxTrue if the values for the spatial dimension are givne
[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, may be NULL @csqlfn Stbox_constructor()