MobilityDB 1.3
Loading...
Searching...
No Matches
Functions

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...
 
TBoxtbox_from_hexwkb (const char *hexwkb)
 Return a temporal box from its ASCII hex-encoded Well-Known Binary (WKB) representation. More...
 
TBoxtbox_from_wkb (const uint8_t *wkb, size_t size)
 Return a temporal box from its Well-Known Binary (WKB) representation. More...
 
TBoxtbox_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...
 

Detailed Description

Input and output functions for temporal boxes.