PostGIS
3.4.0dev-r@@SVN_REVISION@@
|
lwvarlena_t* lwgeom_to_wkt_varlena | ( | const LWGEOM * | geom, |
uint8_t | variant, | ||
int | precision | ||
) |
geom | geometry to convert to WKT |
variant | output format to use (WKT_ISO, WKT_SFSQL, WKT_EXTENDED) |
precision | Double precision |
Definition at line 721 of file lwout_wkt.c.
References lwgeom_to_wkt_internal(), precision, stringbuffer_destroy(), stringbuffer_getvarlenacopy(), and variant.
Referenced by LWGEOM_asEWKT(), and LWGEOM_asText().