From a65cf20a80735f7fa454d2491a04fcb75074727c Mon Sep 17 00:00:00 2001 From: David Blasby Date: Thu, 22 Apr 2004 16:05:44 +0000 Subject: [PATCH] fixed minor typos GeomFromWKB not GeometryFromWKB git-svn-id: http://svn.osgeo.org/postgis/trunk@507 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/postgis.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/postgis.xml b/doc/postgis.xml index 567180079..2200fb0b0 100644 --- a/doc/postgis.xml +++ b/doc/postgis.xml @@ -2386,10 +2386,10 @@ is simple (does not pass through the same point more than once). - GeometryFromWKB(text,[<srid>]) + GeomFromWKB(text,[<srid>]) Makes a Geometry from WKB with the given SRID. If SRID is not give, it defaults to -1. - OGC SPEC 3.2.6.2 - option SRID is from the conformance suite + OGC SPEC 3.2.7.2 - option SRID is from the conformance suite @@ -2397,7 +2397,7 @@ is simple (does not pass through the same point more than once). PointFromWKB(text,[<srid>]) Makes a Geometry from WKB with the given SRID. If SRID is not give, it defaults to -1. - OGC SPEC 3.2.6.2 - option SRID is from the conformance suite + OGC SPEC 3.2.7.2 - option SRID is from the conformance suite throws an error if WKB is not a POINT @@ -2406,7 +2406,7 @@ is simple (does not pass through the same point more than once). LineFromWKB(text,[<srid>]) Makes a Geometry from WKB with the given SRID. If SRID is not give, it defaults to -1. - OGC SPEC 3.2.6.2 - option SRID is from the conformance suite + OGC SPEC 3.2.7.2 - option SRID is from the conformance suite throws an error if WKB is not a LINESTRING @@ -2424,7 +2424,7 @@ is simple (does not pass through the same point more than once). PolyFromWKB(text,[<srid>]) Makes a Geometry from WKB with the given SRID. If SRID is not give, it defaults to -1. - OGC SPEC 3.2.6.2 - option SRID is from the conformance suite + OGC SPEC 3.2.7.2 - option SRID is from the conformance suite throws an error if WKB is not a POLYGON @@ -2442,7 +2442,7 @@ is simple (does not pass through the same point more than once). MPointFromWKB(text,[<srid>]) Makes a Geometry from WKB with the given SRID. If SRID is not give, it defaults to -1. - OGC SPEC 3.2.6.2 - option SRID is from the conformance suite + OGC SPEC 3.2.7.2 - option SRID is from the conformance suite throws an error if WKB is not a MULTIPOINT @@ -2451,7 +2451,7 @@ is simple (does not pass through the same point more than once). MLineFromWKB(text,[<srid>]) Makes a Geometry from WKB with the given SRID. If SRID is not give, it defaults to -1. - OGC SPEC 3.2.6.2 - option SRID is from the conformance suite + OGC SPEC 3.2.7.2 - option SRID is from the conformance suite throws an error if WKB is not a MULTILINESTRING @@ -2460,7 +2460,7 @@ is simple (does not pass through the same point more than once). MPolyFromWKB(text,[<srid>]) Makes a Geometry from WKB with the given SRID. If SRID is not give, it defaults to -1. - OGC SPEC 3.2.6.2 - option SRID is from the conformance suite + OGC SPEC 3.2.7.2 - option SRID is from the conformance suite throws an error if WKB is not a MULTIPOLYGON @@ -2469,7 +2469,7 @@ is simple (does not pass through the same point more than once). GeomCollFromWKB(text,[<srid>]) Makes a Geometry from WKB with the given SRID. If SRID is not give, it defaults to -1. - OGC SPEC 3.2.6.2 - option SRID is from the conformance suite + OGC SPEC 3.2.7.2 - option SRID is from the conformance suite throws an error if WKB is not a GEOMETRYCOLLECTION -- 2.49.0