From: Regina Obe Date: Wed, 30 Jul 2008 14:05:00 +0000 (+0000) Subject: Move over ST_WKTToSQL and also defined ST_GeometryFromText (didn't see it in the... X-Git-Tag: 1.4.0b1~804 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cb802d9596ab137f90496b3d1305e5a0eeb753b6;p=postgis Move over ST_WKTToSQL and also defined ST_GeometryFromText (didn't see it in the old docs, but its not deprecated and is a popular variant) git-svn-id: http://svn.osgeo.org/postgis/trunk@2896 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference.xml b/doc/reference.xml index 2a5ab7a53..5ff012759 100644 --- a/doc/reference.xml +++ b/doc/reference.xml @@ -2542,17 +2542,6 @@ WHERE n*100.00/length < 1; - - ST_WKTToSQL - - - Return an ST_Geometry value for a given well-known text - representation. - - SQL-MM 3: 5.1.34 - - - ST_X diff --git a/doc/reference_new.xml b/doc/reference_new.xml index 57188921c..9322009cf 100644 --- a/doc/reference_new.xml +++ b/doc/reference_new.xml @@ -1114,12 +1114,51 @@ SELECT ST_GeomFromEWKT('SRID=4269;MULTIPOLYGON(((-71.1031880899493 42.3152774590 , , - + + + ST_GeometryFromText + Return a specified ST_Geometry value from Well-Known Text representation (WKT). This is an alias name for ST_GeomFromText + + + + + geometry ST_GeometryFromText + text WKT + + + geometry ST_GeometryFromText + text WKT + integer srid + + + + + Description + + + + + + This method implements the OpenGIS Simple Features + Implementation Specification for SQL. + + + + + This method implements the SQL/MM specification: + SQL-MM 3: 5.1.40 + + + See Also + + + + ST_GeomFromText Return a specified ST_Geometry value from Well-Known Text representation (WKT). - - + @@ -1465,6 +1504,39 @@ POINT(1 2) + + + ST_WKTToSQL + Return a specified ST_Geometry value from Well-Known Text representation (WKT). This is an alias name for ST_GeomFromText + + + + + geometry ST_WKTToSQL + text WKT + + + geometry ST_WKTToSQL + text WKT + integer srid + + + + + Description + + + + + + This method implements the SQL/MM specification: + SQL-MM 3: 5.1.34 + + + See Also + + +