![]() |
MobilityDB 1.3
|
Input and output functions for temporal rigid geometries. More...
Functions | |
char * | trgeo_as_ewkt (const Temporal *temp, int maxdd) |
Return the Extended Well-Known Text (EWKT) representation of a temporal rigid geometry. More... | |
char * | trgeo_as_text (const Temporal *temp, int maxdd) |
Return the Well-Known Text (WKT) representation of a temporal rigid geometry. More... | |
Temporal * | trgeo_from_mfjson (const char *mfjson) |
Return a temporal rigid geometry from its MF-JSON representation. More... | |
Temporal * | trgeo_in (const char *str) |
Return a temporal rigid geometry from its Well-Known Text (WKT) representation. More... | |
char * | trgeo_out (const Temporal *temp) |
Return the Well-Known Text (WKT) representation of a temporal rigid geometry. More... | |
Input and output functions for temporal rigid geometries.