MobilityDB
1.0
|
Output of temporal points in WKT, EWKT and MF-JSON format. More...
#include <postgres.h>
#include <fmgr.h>
#include <catalog/pg_type.h>
Go to the source code of this file.
Functions | |
Datum | tpoint_as_text (PG_FUNCTION_ARGS) |
Output a temporal point in Well-Known Text (WKT) format. More... | |
Datum | tpoint_as_ewkt (PG_FUNCTION_ARGS) |
Output a temporal point in Extended Well-Known Text (EWKT) format, that is, in WKT format prefixed with the SRID. More... | |
Datum | geoarr_as_text (PG_FUNCTION_ARGS) |
Output a geometry/geography array in Well-Known Text (WKT) format. More... | |
Datum | geoarr_as_ewkt (PG_FUNCTION_ARGS) |
Output a geometry/geography array in Extended Well-Known Text (EWKT) format, that is, in WKT format prefixed with the SRID. More... | |
Datum | tpointarr_as_text (PG_FUNCTION_ARGS) |
Output a temporal point array in Well-Known Text (WKT) format. More... | |
Datum | tpointarr_as_ewkt (PG_FUNCTION_ARGS) |
Output a temporal point array in Extended Well-Known Text (EWKT) format, that is, in WKT format prefixed with the SRID. More... | |
Datum | tpoint_as_mfjson (PG_FUNCTION_ARGS) |
Returns the temporal point represented in MF-JSON format. More... | |
Datum | tpoint_as_binary (PG_FUNCTION_ARGS) |
Output a temporal point in WKB format. More... | |
Datum | tpoint_as_ewkb (PG_FUNCTION_ARGS) |
Output the temporal point in EWKB format. More... | |
Datum | tpoint_as_hexewkb (PG_FUNCTION_ARGS) |
Output the temporal point in HexEWKB format. More... | |
char * | ewkt_out (Oid type, Datum value) |
Output a geometry in Extended Well-Known Text (EWKT) format, that is, in WKT format prefixed with the SRID. More... | |
Output of temporal points in WKT, EWKT and MF-JSON format.