MobilityDB 1.1
Functions

Input/output functions for box types. More...

Collaboration diagram for Input/output functions:

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...
 
STBoxstbox_from_hexwkb (const char *hexwkb)
 Return a spatiotemporal box from its WKB representation in hex-encoded ASCII. More...
 
STBoxstbox_from_wkb (const uint8_t *wkb, int size)
 Return a spatiotemporal box from its Well-Known Binary (WKB) representation. More...
 
STBoxstbox_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...
 
TBoxtbox_from_hexwkb (const char *hexwkb)
 Return a temporal box from its WKB representation in hex-encoded ASCII. More...
 
TBoxtbox_from_wkb (const uint8_t *wkb, int 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/output functions for box types.