st_astext(geom = GEOMETRY): Returns the Well-Known Text (WKT) representation of the geometry.st_astext(point = POINT_2D),st_astext(linestring = LINESTRING_2D),st_astext(polygon = POLYGON_2D),st_astext(box = BOX_2D): Returns the geometry as a WKT string.
Overloads
st_astext(geom = GEOMETRY)st_astext(point = POINT_2D)st_astext(linestring = LINESTRING_2D)st_astext(polygon = POLYGON_2D)st_astext(box = BOX_2D)
Provided by
st_astext(geom = GEOMETRY): built inst_astext(point = POINT_2D):spatialst_astext(linestring = LINESTRING_2D):spatialst_astext(polygon = POLYGON_2D):spatialst_astext(box = BOX_2D):spatial
See also
Other geometry:
st_aswkb(),
st_crs(),
st_geomfromwkb()