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

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...
 
Temporaltgeogpoint_from_mfjson (const char *mfjson)
 Return a temporal geography point from its MF-JSON representation. More...
 
Temporaltgeogpoint_in (const char *str)
 Return a temporal geography point from its Well-Known Text (WKT) representation. More...
 
Temporaltgeography_from_mfjson (const char *mfjson)
 Return a temporal geography from its MF-JSON representation. More...
 
Temporaltgeography_in (const char *str)
 Return a temporal geography from its Well-Known Text (WKT) representation. More...
 
Temporaltgeometry_from_mfjson (const char *mfjson)
 Return a temporal geometry from its MF-JSON representation. More...
 
Temporaltgeometry_in (const char *str)
 Return a temporal geometry from its Well-Known Text (WKT) representation. More...
 
Temporaltgeompoint_from_mfjson (const char *mfjson)
 Return a temporal geometry point from its MF-JSON representation. More...
 
Temporaltgeompoint_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...
 

Detailed Description

Input and output functions for temporal geometries.