|
◆ spatialarr_set_bbox()
void spatialarr_set_bbox |
( |
const Datum * |
values, |
|
|
meosType |
basetype, |
|
|
int |
count, |
|
|
void * |
box |
|
) |
| |
Set a bounding box from an array of spatial set values.
- Parameters
-
[in] | values | Values |
[in] | basetype | Type of the values |
[in] | count | Number of elements in the array |
[out] | box | Bounding box |
- Note
- Currently, only spatial set types have bounding box
|