![]() |
MobilityDB 1.3
|
Input and output functions for temporal types. More...
Functions | |
Temporal * | tbool_from_mfjson (const char *mfjson) |
Return a temporal boolean from its MF-JSON representation. More... | |
Temporal * | tbool_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... | |
Temporal * | temporal_from_hexwkb (const char *hexwkb) |
Return a temporal value from its ASCII hex-encoded Extended Well-Known Binary (EWKB) representation. More... | |
Temporal * | temporal_from_wkb (const uint8_t *wkb, size_t size) |
Return a temporal value from its Well-Known Binary (WKB) representation. More... | |
Temporal * | tfloat_from_mfjson (const char *mfjson) |
Return a temporal float from its MF-JSON representation. More... | |
Temporal * | tfloat_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... | |
Temporal * | tint_from_mfjson (const char *mfjson) |
Return a temporal integer from its MF-JSON representation. More... | |
Temporal * | tint_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... | |
Temporal * | ttext_from_mfjson (const char *mfjson) |
Return a temporal text from its MF-JSON representation. More... | |
Temporal * | ttext_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... | |
Input and output functions for temporal types.