MobilityDB 1.1
|
Input/output functions for box types. More...
Functions | |
char * | stbox_as_hexwkb (const STBox *box, uint8_t variant, size_t *size_out) |
Return the WKB representation of a spatiotemporal box in hex-encoded ASCII. More... | |
uint8_t * | stbox_as_wkb (const STBox *box, uint8_t variant, size_t *size_out) |
Return the WKB representation of a spatiotemporal box. More... | |
STBox * | stbox_from_hexwkb (const char *hexwkb) |
Return a spatiotemporal box from its WKB representation in hex-encoded ASCII. More... | |
STBox * | stbox_from_wkb (const uint8_t *wkb, int 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... | |
char * | tbox_as_hexwkb (const TBox *box, uint8_t variant, size_t *size_out) |
Return the WKB representation of a temporal box in hex-encoded ASCII. More... | |
uint8_t * | tbox_as_wkb (const TBox *box, uint8_t variant, size_t *size_out) |
Return the WKB representation of a temporal box. More... | |
TBox * | tbox_from_hexwkb (const char *hexwkb) |
Return a temporal box from its WKB representation in hex-encoded ASCII. More... | |
TBox * | tbox_from_wkb (const uint8_t *wkb, int 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/output functions for box types.