DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(mysql.info.gz) Fetching spatial data in WKT format

Info Catalog (mysql.info.gz) Fetching spatial data in internal format (mysql.info.gz) Fetching spatial data (mysql.info.gz) Fetching spatial data in WKB format
 
 18.4.5.2 Fetching Spatial Data in WKT Format
 ............................................
 
 The `AsText()' function converts a geometry from internal format into a
 WKT string.
 
      mysql> SELECT AsText(g) FROM geom;
      +-------------------------+
      | AsText(p1)              |
      +-------------------------+
      | POINT(1 1)              |
      | LINESTRING(0 0,1 1,2 2) |
      +-------------------------+
 
Info Catalog (mysql.info.gz) Fetching spatial data in internal format (mysql.info.gz) Fetching spatial data (mysql.info.gz) Fetching spatial data in WKB format
automatically generated byinfo2html