VeloDB Cloud
SQL Manual
Functions
spatial-functions
ST_LineFromText,ST_LineStringFromText

ST_LineFromText,ST_LineStringFromText

Description

Syntax:

GEOMETRY ST LineFromText (VARCHAR wkt)

This function converts a WKT (Well Known Text) into a Line-style memory representation.

Example

mysql> SELECT ST_AsText(ST_LineFromText("LINESTRING (1 1, 2 2)"));
+---------------------------------------------------------+
| st_astext(st_geometryfromtext('LINESTRING (1 1, 2 2)')) |
+---------------------------------------------------------+
| LINESTRING (1 1, 2 2)                                   |
+---------------------------------------------------------+

Keywords

ST_LINEFROMTEXT, ST_LINESTRINGFROMTEXT,ST,LINEFROMTEXT,LINESTRINGFROMTEXT