MobilityDB 1.1
|
Go to the source code of this file.
Functions | |
uint8_t * | coords_to_wkb_buf (const TInstant *inst, uint8_t *buf, uint8_t variant) |
char * | ewkt_out (Datum value, meosType type, int maxdd) |
Output a geometry in Extended Well-Known Text (EWKT) format, that is, in WKT format prefixed with the SRID. More... | |
bool | tpoint_wkb_needs_srid (const Temporal *temp, uint8_t variant) |
Return true if the temporal point needs to output the SRID. More... | |
char * | wkt_out (Datum value, meosType type, int maxdd) |
Output of temporal points in WKT, EWKT and MF-JSON format. More... | |