From 4be62a343d1c22df6721b047a7030e08795a78ee Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Tue, 18 May 2004 16:56:59 +0000 Subject: [PATCH] Fix typos and section misreferences in OGC function reference section git-svn-id: http://svn.osgeo.org/postgis/trunk@554 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/postgis.xml | 37 ++++++++++++++++++------------------- 1 file changed, 18 insertions(+), 19 deletions(-) diff --git a/doc/postgis.xml b/doc/postgis.xml index 2200fb0b0..d9f6fe034 100644 --- a/doc/postgis.xml +++ b/doc/postgis.xml @@ -1775,7 +1775,7 @@ representational geometry primitives as discussed in the OGC SPEC, section 3.12. anotherGeometry. Use this for a 'better' answer than '='. equals ('LINESTRING(0 0, 10 10)','LINESTRING(0 0, 5 5, 10 10)') is true. Performed by the GEOS module - OGC SPEC s2.1.1.1 + OGC SPEC s2.1.1.2 @@ -1787,7 +1787,7 @@ anotherGeometry. Use this for a 'better' answer than '='. equals ('LINESTRING( Performed by the GEOS module Do not call with a GeometryCollection as an argument NOTE: this is the "allowable" version that returns a boolean, not an integer. - OGC SPEC s2.1.1.1 //s2.1.13.3 - a.Relate(b, 'FF*FF****') + OGC SPEC s2.1.1.2 //s2.1.13.3 - a.Relate(b, 'FF*FF****') @@ -1798,7 +1798,7 @@ anotherGeometry. Use this for a 'better' answer than '='. equals ('LINESTRING( Performed by the GEOS module Do not call with a GeometryCollection as an argument NOTE: this is the "allowable" version that returns a boolean, not an integer. - OGC SPEC s2.1.1.1 //s2.1.13.3 - Intersects(g1, g2 ) --> Not (Disjoint(g1, g2 )) + OGC SPEC s2.1.1.2 //s2.1.13.3 - Intersects(g1, g2 ) --> Not (Disjoint(g1, g2 )) @@ -1809,7 +1809,7 @@ anotherGeometry. Use this for a 'better' answer than '='. equals ('LINESTRING( Performed by the GEOS module Do not call with a GeometryCollection as an argument NOTE: this is the "allowable" version that returns a boolean, not an integer. - OGC SPEC s2.1.1.1 // s2.1.13.3- a.Touches(b) -> (I(a) intersection I(b) = {empty set} ) and (a intersection b) not empty + OGC SPEC s2.1.1.2 // s2.1.13.3- a.Touches(b) -> (I(a) intersection I(b) = {empty set} ) and (a intersection b) not empty @@ -1820,7 +1820,7 @@ anotherGeometry. Use this for a 'better' answer than '='. equals ('LINESTRING( Performed by the GEOS module Do not call with a GeometryCollection as an argument NOTE: this is the "allowable" version that returns a boolean, not an integer. - OGC SPEC s2.1.1.1 // s2.1.13.3 - a.Relate(b, 'T*T******') + OGC SPEC s2.1.1.2 // s2.1.13.3 - a.Relate(b, 'T*T******') @@ -1831,7 +1831,7 @@ anotherGeometry. Use this for a 'better' answer than '='. equals ('LINESTRING( Performed by the GEOS module Do not call with a GeometryCollection as an argument NOTE: this is the "allowable" version that returns a boolean, not an integer. - OGC SPEC s2.1.1.1 // s2.1.13.3 - a.Relate(b, 'T*F**F***') + OGC SPEC s2.1.1.2 // s2.1.13.3 - a.Relate(b, 'T*F**F***') @@ -1842,7 +1842,7 @@ anotherGeometry. Use this for a 'better' answer than '='. equals ('LINESTRING( Performed by the GEOS module Do not call with a GeometryCollection as an argument NOTE: this is the "allowable" version that returns a boolean, not an integer. - OGC SPEC s2.1.1.1 // s2.1.13.3 + OGC SPEC s2.1.1.2 // s2.1.13.3 @@ -1853,7 +1853,7 @@ anotherGeometry. Use this for a 'better' answer than '='. equals ('LINESTRING( Performed by the GEOS module Do not call with a GeometryCollection as an argument NOTE: this is the "allowable" version that returns a boolean, not an integer. - OGC SPEC s2.1.1.1 // s2.1.13.3 - same as within(geometry,geometry) + OGC SPEC s2.1.1.2 // s2.1.13.3 - same as within(geometry,geometry) @@ -1864,7 +1864,7 @@ anotherGeometry. Use this for a 'better' answer than '='. equals ('LINESTRING( Performed by the GEOS module Do not call with a GeometryCollection as an argument NOTE: this is the "allowable" version that returns a boolean, not an integer. - OGC SPEC s2.1.1.1 // s2.1.13.3 - NOT disjoint(geometry,geometry) + OGC SPEC s2.1.1.2 // s2.1.13.3 - NOT disjoint(geometry,geometry) @@ -1877,7 +1877,7 @@ Boundary and Exterior of the two geometries as specified by the values in the in Performed by the GEOS module Do not call with a GeometryCollection as an argument NOTE: this is the "allowable" version that returns a boolean, not an integer. - OGC SPEC s2.1.1.1 // s2.1.13.3 + OGC SPEC s2.1.1.2 // s2.1.13.3 @@ -1899,7 +1899,7 @@ Geometry. Performed by the GEOS module Do not call with a GeometryCollection as an argument - OGC SPEC s2.1.1.1 + OGC SPEC s2.1.1.3 @@ -1908,7 +1908,7 @@ Geometry. Returns a geometry that represents the convex hull of this Geometry. Performed by the GEOS module - OGC SPEC s2.1.1.1 + OGC SPEC s2.1.1.3 @@ -1919,7 +1919,7 @@ intersection of this Geometry with anotherGeometry. Performed by the GEOS module Do not call with a GeometryCollection as an argument - OGC SPEC s2.1.1.1 + OGC SPEC s2.1.1.3 @@ -1932,7 +1932,7 @@ this Geometry with anotherGeometry. Performed by the GEOS module Do not call with a GeometryCollection as an argument NOTE: this is renamed from "union" because union is an SQL reserved word - OGC SPEC s2.1.1.1 + OGC SPEC s2.1.1.3 @@ -1954,14 +1954,13 @@ this all Geometries in given set. - difference(geometry,geometry) + symdifference(geometry,geometry) - Returns a geometry that represents the point set -difference of this Geometry with anotherGeometry. + Returns a geometry that represents the point set symmetric difference of this Geometry with anotherGeometry. Performed by the GEOS module Do not call with a GeometryCollection as an argument - OGC SPEC s2.1.1.1 + OGC SPEC s2.1.1.3 @@ -1972,7 +1971,7 @@ symmetric difference of this Geometry with anotherGeometry. Performed by the GEOS module Do not call with a GeometryCollection as an argument - OGC SPEC s2.1.1.1 + OGC SPEC s2.1.1.3 -- 2.50.1