|
◆ stbox_as_hexwkb()
char * stbox_as_hexwkb |
( |
const STBox * |
box, |
|
|
uint8_t |
variant, |
|
|
size_t * |
size_out |
|
) |
| |
Return the ASCII hex-encoded Well-Known Binary (HexWKB) representation of a spatiotemporal box.
- Parameters
-
[in] | box | Spatiotemporal box |
[in] | variant | Output variant |
[out] | size_out | Size of the output @csqlfn Stbox_as_hexwkb() |
|