|
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...
|
|
char ** | geoarr_as_text (const Datum *geoarr, int count, int maxdd, bool extended) |
| Return the Well-Known Text (WKT) or the Extended Well-Known Text (EWKT) representation of a geometry/geography array. More...
|
|
char * | tpoint_as_ewkt (const Temporal *temp, int maxdd) |
| Return the Extended Well-Known Text (EWKT) representation a temporal point. More...
|
|
char * | tpoint_as_text (const Temporal *temp, int maxdd) |
| Return the Well-Known Text (WKT) representation of a temporal point. More...
|
|
char ** | tpointarr_as_text (const Temporal **temparr, int count, int maxdd, bool extended) |
| Return the Well-Known Text (WKT) or the Extended Well-Known Text (EWKT) representation of a temporal point array. More...
|
|
char * | wkt_out (Datum value, meosType type, int maxdd) |
| Output of temporal points in WKT, EWKT, and MF-JSON format. More...
|
|