|
◆ 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] | hasx | True if the values for the spatial dimension are givne |
[in] | hasz | True if there is a Z dimension |
[in] | geodetic | True if geodetic |
[in] | srid | SRID |
[in] | xmin,ymin,zmin | Minimum bounds for the spatial dimension |
[in] | xmax,ymax,zmax | Maximum bounds for the spatial dimension |
[in] | s | Span, may be NULL @csqlfn Stbox_constructor() |
|