|
|
◆ gbox_make()
| GBOX * gbox_make |
( |
bool |
hasz, |
|
|
double |
xmin, |
|
|
double |
xmax, |
|
|
double |
ymin, |
|
|
double |
ymax, |
|
|
double |
zmin, |
|
|
double |
zmax |
|
) |
| |
Return a PostGIS GBOX from the arguments.
- Parameters
-
| [in] | hasz | True if there is a Z dimension |
| [in] | xmin,ymin,zmin | Minimum bounds for the spatial dimension |
| [in] | xmax,ymax,zmax | Maximum bounds for the spatial dimension |
|