|
MobilityDB 1.3
|
Input and output functions for spatiotemporal boxes. More...
Functions | |
| 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. More... | |
| uint8_t * | stbox_as_wkb (const STBox *box, uint8_t variant, size_t *size_out) |
| Return the Well-Known Binary (WKB) representation of a spatiotemporal box. More... | |
| STBox * | stbox_from_hexwkb (const char *hexwkb) |
| Return a spatiotemporal box from its ASCII hex-encoded Well-Known Binary (WKB) representation. More... | |
| STBox * | stbox_from_wkb (const uint8_t *wkb, size_t size) |
| Return a spatiotemporal box from its Well-Known Binary (WKB) representation. More... | |
| STBox * | stbox_in (const char *str) |
| Return a spatiotemporal box from its Well-Known Text (WKT) representation. More... | |
| char * | stbox_out (const STBox *box, int maxdd) |
| Return the Well-Known Text (WKT) representation of a spatiotemporal box. More... | |
Input and output functions for spatiotemporal boxes.