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

Input and output functions for temporal types. More...

Functions

Temporaltbool_from_mfjson (const char *mfjson)
 Return a temporal boolean from its MF-JSON representation. More...
 
Temporaltbool_in (const char *str)
 Return a temporal boolean from its Well-Known Text (WKT) representation. More...
 
char * tbool_out (const Temporal *temp)
 Return the Well-Known Text (WKT) representation of a temporal boolean. More...
 
char * temporal_as_hexwkb (const Temporal *temp, uint8_t variant, size_t *size_out)
 Return the ASCII hex-encoded Well-Known Binary (HexWKB) representation of a temporal value. More...
 
char * temporal_as_mfjson (const Temporal *temp, bool with_bbox, int flags, int precision, const char *srs)
 Return the MF-JSON representation of a temporal value. More...
 
uint8_t * temporal_as_wkb (const Temporal *temp, uint8_t variant, size_t *size_out)
 Return the Well-Known Binary (WKB) representation of a temporal value. More...
 
Temporaltemporal_from_hexwkb (const char *hexwkb)
 Return a temporal value from its ASCII hex-encoded Extended Well-Known Binary (EWKB) representation. More...
 
Temporaltemporal_from_wkb (const uint8_t *wkb, size_t size)
 Return a temporal value from its Well-Known Binary (WKB) representation. More...
 
Temporaltfloat_from_mfjson (const char *mfjson)
 Return a temporal float from its MF-JSON representation. More...
 
Temporaltfloat_in (const char *str)
 Return a temporal float from its Well-Known Text (WKT) representation. More...
 
char * tfloat_out (const Temporal *temp, int maxdd)
 Return the Well-Known Text (WKT) representation of a temporal float. More...
 
Temporaltint_from_mfjson (const char *mfjson)
 Return a temporal integer from its MF-JSON representation. More...
 
Temporaltint_in (const char *str)
 Return a temporal integer from its Well-Known Text (WKT) representation. More...
 
char * tint_out (const Temporal *temp)
 Return the Well-Known Text (WKT) representation of a temporal integer. More...
 
Temporalttext_from_mfjson (const char *mfjson)
 Return a temporal text from its MF-JSON representation. More...
 
Temporalttext_in (const char *str)
 Return a temporal text from its Well-Known Text (WKT) representation. More...
 
char * ttext_out (const Temporal *temp)
 Return the Well-Known Text (WKT) representation of a temporal text. More...
 

Detailed Description

Input and output functions for temporal types.