![]() |
MobilityDB 1.3
|
Input and output functions for temporal boxes. More...
Functions | |
char * | tbox_as_hexwkb (const TBox *box, uint8_t variant, size_t *size_out) |
Return the ASCII hex-encoded Well-Known Binary (HexWKB) representation of a temporal box. More... | |
uint8_t * | tbox_as_wkb (const TBox *box, uint8_t variant, size_t *size_out) |
Return the Well-Known Binary (WKB) representation of a temporal box. More... | |
TBox * | tbox_from_hexwkb (const char *hexwkb) |
Return a temporal box from its ASCII hex-encoded Well-Known Binary (WKB) representation. More... | |
TBox * | tbox_from_wkb (const uint8_t *wkb, size_t size) |
Return a temporal box from its Well-Known Binary (WKB) representation. More... | |
TBox * | tbox_in (const char *str) |
Return a temporal box from its Well-Known Text (WKT) representation. More... | |
char * | tbox_out (const TBox *box, int maxdd) |
Return the Well-Known Text (WKT) representation of a temporal box. More... | |
Input and output functions for temporal boxes.