|
PGDLLEXPORT 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...
|
|
PGDLLEXPORT Datum | Geoarr_as_text (PG_FUNCTION_ARGS) |
| Output a geometry/geography array in Well-Known Text (WKT) format. More...
|
|
static Datum | geoarr_as_text_ext (FunctionCallInfo fcinfo, bool temparr, bool extended) |
| Output a geometry/geography or temporal geometry/geography point array in Well-Known Text (WKT) format. More...
|
|
PGDLLEXPORT 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...
|
|
PGDLLEXPORT Datum | Tpoint_as_text (PG_FUNCTION_ARGS) |
| Output a temporal point in Well-Known Text (WKT) format. More...
|
|
static Datum | Tpoint_as_text_ext (FunctionCallInfo fcinfo, bool extended) |
| Output of temporal points in WKT, EWKT, and MF-JSON format. More...
|
|
PGDLLEXPORT 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...
|
|
PGDLLEXPORT Datum | Tpointarr_as_text (PG_FUNCTION_ARGS) |
| Output a temporal point array in Well-Known Text (WKT) format. More...
|
|