MobilityDB 1.1
|
Input/output functions for temporal types. More...
Functions | |
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 a temporal boolean from its Well-Known Text (WKT) representation. More... | |
char * | temporal_as_hexwkb (const Temporal *temp, uint8_t variant, size_t *size_out) |
Return the WKB representation of a temporal value in hex-encoded ASCII. More... | |
char * | temporal_as_mfjson (const Temporal *temp, bool with_bbox, int flags, int precision, 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 WKB representation of a temporal value. More... | |
Temporal * | temporal_from_hexwkb (const char *hexwkb) |
Return a temporal value from its HexEWKB representation. More... | |
Temporal * | temporal_from_mfjson (const char *mfjson) |
Return a temporal point from its MF-JSON representation. More... | |
Temporal * | temporal_from_wkb (const uint8_t *wkb, int size) |
Return a temporal value from its Well-Known Binary (WKB) 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 a temporal float from its Well-Known Text (WKT) representation. More... | |
Temporal * | tgeogpoint_in (const char *str) |
Return a temporal geographic point from its Well-Known Text (WKT) representation. More... | |
Temporal * | tgeompoint_in (const char *str) |
Return a temporal geometric point from its Well-Known Text (WKT) 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 a temporal integer from its Well-Known Text (WKT) representation. More... | |
char * | tpoint_as_ewkt (const Temporal *temp, int maxdd) |
Return the Extended Well-Known Text (EWKT) representation a temporal point. More... | |
char * | tpoint_as_text (const Temporal *temp, int maxdd) |
Return the Well-Known Text (WKT) representation of a temporal point. More... | |
char * | tpoint_out (const Temporal *temp, int maxdd) |
Return a temporal geometric/geographic point from its Well-Known Text (WKT) 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 a temporal text from its Well-Known Text (WKT) representation. More... | |
Input/output functions for temporal types.