|
◆ 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 * |
p, |
|
|
STBox * |
box |
|
) |
| |
Set a spatiotemporal box from the arguments.
- Note
- This function is equivalent to stbox_make without memory allocation
|