![]() |
MobilityDB 1.3
|
Input and output functions for temporal geometries. More...
Functions | |
char * | tgeo_out (const Temporal *temp, int maxdd) |
Return the Well-Known Text (WKT) representation of a temporal geo. More... | |
Temporal * | tgeogpoint_from_mfjson (const char *mfjson) |
Return a temporal geography point from its MF-JSON representation. More... | |
Temporal * | tgeogpoint_in (const char *str) |
Return a temporal geography point from its Well-Known Text (WKT) representation. More... | |
Temporal * | tgeography_from_mfjson (const char *mfjson) |
Return a temporal geography from its MF-JSON representation. More... | |
Temporal * | tgeography_in (const char *str) |
Return a temporal geography from its Well-Known Text (WKT) representation. More... | |
Temporal * | tgeometry_from_mfjson (const char *mfjson) |
Return a temporal geometry from its MF-JSON representation. More... | |
Temporal * | tgeometry_in (const char *str) |
Return a temporal geometry from its Well-Known Text (WKT) representation. More... | |
Temporal * | tgeompoint_from_mfjson (const char *mfjson) |
Return a temporal geometry point from its MF-JSON representation. More... | |
Temporal * | tgeompoint_in (const char *str) |
Return a temporal geometry point from its Well-Known Text (WKT) representation. More... | |
char * | tspatial_as_ewkt (const Temporal *temp, int maxdd) |
Return the Extended Well-Known Text (EWKT) representation of a spatiotemporal value. More... | |
char * | tspatial_as_text (const Temporal *temp, int maxdd) |
Return the Well-Known Text (WKT) representation of a temporal spatial value. More... | |
Input and output functions for temporal geometries.