ST_GeometryFromText,ST_GeomFromText
Description
Syntax:
GEOMETRY ST_GeometryFromText (VARCHAR wkt)
This function converts a WKT (Well Known Text) into a corresponding memory geometry.
Example
mysql> SELECT ST_AsText(ST_GeometryFromText("LINESTRING (1 1, 2 2)"));
+---------------------------------------------------------+
| st_astext(st_geometryfromtext('LINESTRING (1 1, 2 2)')) |
+---------------------------------------------------------+
| LINESTRING (1 1, 2 2) |
+---------------------------------------------------------+
Keywords
ST_GEOMETRYFROMTEXT,ST_GEOMFROMTEXT,ST,GEOMETRYFROMTEXT,GEOMFROMTEXT