]> granicus.if.org Git - postgis/commitdiff
Fix typos and section misreferences in OGC function reference section
authorPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 18 May 2004 16:56:59 +0000 (16:56 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 18 May 2004 16:56:59 +0000 (16:56 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@554 b70326c6-7e19-0410-871a-916f4a2858ee

doc/postgis.xml

index 2200fb0b020cbc777710ae2b8e870606473317ad..d9f6fe0343134d52726ef861cbc2a7054bff08ff 100644 (file)
@@ -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.
                                        </para> 
                                        <para>Performed by the GEOS module</para>
-                                       <para>OGC SPEC s2.1.1.1  </para>
+                                       <para>OGC SPEC s2.1.1.2  </para>
                                </listitem> 
                                </varlistentry> 
                        
@@ -1787,7 +1787,7 @@ anotherGeometry.  Use this for a 'better' answer than '='.  equals ('LINESTRING(
                                        <para>Performed by the GEOS module</para>
                                        <para>Do not call with a GeometryCollection as an argument</para>
                                        <para> NOTE: this is the "allowable" version that returns a boolean, not an integer.</para>
-                                       <para>OGC SPEC s2.1.1.1 //s2.1.13.3 - a.Relate(b, 'FF*FF****') </para>
+                                       <para>OGC SPEC s2.1.1.2 //s2.1.13.3 - a.Relate(b, 'FF*FF****') </para>
                                </listitem> 
                                </varlistentry> 
                                <varlistentry> 
@@ -1798,7 +1798,7 @@ anotherGeometry.  Use this for a 'better' answer than '='.  equals ('LINESTRING(
                                        <para>Performed by the GEOS module</para>
                                        <para>Do not call with a GeometryCollection as an argument</para>
                                        <para> NOTE: this is the "allowable" version that returns a boolean, not an integer.  </para>
-                                       <para>OGC SPEC s2.1.1.1 //s2.1.13.3 - Intersects(g1, g2 ) --&gt; Not (Disjoint(g1, g2 )) </para>
+                                       <para>OGC SPEC s2.1.1.2 //s2.1.13.3 - Intersects(g1, g2 ) --&gt; Not (Disjoint(g1, g2 )) </para>
                                </listitem> 
                                </varlistentry> 
                                <varlistentry> 
@@ -1809,7 +1809,7 @@ anotherGeometry.  Use this for a 'better' answer than '='.  equals ('LINESTRING(
                                        <para>Performed by the GEOS module</para>
                                        <para>Do not call with a GeometryCollection as an argument</para>
                                        <para> NOTE: this is the "allowable" version that returns a boolean, not an integer.  </para>
-                                       <para>OGC SPEC s2.1.1.1 // s2.1.13.3- a.Touches(b) -&gt; (I(a) intersection I(b) = {empty set} ) and (a intersection b) not empty  </para>
+                                       <para>OGC SPEC s2.1.1.2 // s2.1.13.3- a.Touches(b) -&gt; (I(a) intersection I(b) = {empty set} ) and (a intersection b) not empty  </para>
                                </listitem> 
                                </varlistentry> 
                                <varlistentry> 
@@ -1820,7 +1820,7 @@ anotherGeometry.  Use this for a 'better' answer than '='.  equals ('LINESTRING(
                                        <para>Performed by the GEOS module</para>
                                        <para>Do not call with a GeometryCollection as an argument</para>
                                        <para> NOTE: this is the "allowable" version that returns a boolean, not an integer.  </para>
-                                       <para>OGC SPEC s2.1.1.1 // s2.1.13.3 - a.Relate(b, 'T*T******')  </para>
+                                       <para>OGC SPEC s2.1.1.2 // s2.1.13.3 - a.Relate(b, 'T*T******')  </para>
                                </listitem> 
                                </varlistentry> 
                                <varlistentry> 
@@ -1831,7 +1831,7 @@ anotherGeometry.  Use this for a 'better' answer than '='.  equals ('LINESTRING(
                                        <para>Performed by the GEOS module</para>
                                        <para>Do not call with a GeometryCollection as an argument</para>
                                        <para> NOTE: this is the "allowable" version that returns a boolean, not an integer. </para>
-                                       <para>OGC SPEC s2.1.1.1 // s2.1.13.3 - a.Relate(b, 'T*F**F***') </para>
+                                       <para>OGC SPEC s2.1.1.2 // s2.1.13.3 - a.Relate(b, 'T*F**F***') </para>
                                </listitem> 
                                </varlistentry> 
                                <varlistentry> 
@@ -1842,7 +1842,7 @@ anotherGeometry.  Use this for a 'better' answer than '='.  equals ('LINESTRING(
                                        <para>Performed by the GEOS module</para>
                                        <para>Do not call with a GeometryCollection as an argument</para>
                                        <para> NOTE: this is the "allowable" version that returns a boolean, not an integer.  </para>
-                                       <para>OGC SPEC s2.1.1.1 // s2.1.13.3 </para>
+                                       <para>OGC SPEC s2.1.1.2 // s2.1.13.3 </para>
                                </listitem> 
                                </varlistentry> 
                                <varlistentry> 
@@ -1853,7 +1853,7 @@ anotherGeometry.  Use this for a 'better' answer than '='.  equals ('LINESTRING(
                                        <para>Performed by the GEOS module</para>
                                        <para>Do not call with a GeometryCollection as an argument</para>
                                        <para> NOTE: this is the "allowable" version that returns a boolean, not an integer.  </para>
-                                       <para>OGC SPEC s2.1.1.1 // s2.1.13.3  - same as within(geometry,geometry)</para>
+                                       <para>OGC SPEC s2.1.1.2 // s2.1.13.3  - same as within(geometry,geometry)</para>
                                </listitem> 
                                </varlistentry> 
                                <varlistentry> 
@@ -1864,7 +1864,7 @@ anotherGeometry.  Use this for a 'better' answer than '='.  equals ('LINESTRING(
                                        <para>Performed by the GEOS module</para>
                                        <para>Do not call with a GeometryCollection as an argument</para>
                                        <para> NOTE: this is the "allowable" version that returns a boolean, not an integer.  </para>
-                                       <para>OGC SPEC s2.1.1.1 // s2.1.13.3  - NOT disjoint(geometry,geometry)</para>
+                                       <para>OGC SPEC s2.1.1.2 // s2.1.13.3  - NOT disjoint(geometry,geometry)</para>
                                </listitem> 
                                </varlistentry> 
                                <varlistentry> 
@@ -1877,7 +1877,7 @@ Boundary and Exterior of the two geometries as specified by the values in the in
                                        <para>Performed by the GEOS module</para>
                                        <para>Do not call with a GeometryCollection as an argument</para>
                                        <para> NOTE: this is the "allowable" version that returns a boolean, not an integer.  </para>
-                                       <para>OGC SPEC s2.1.1.1 // s2.1.13.3 </para>
+                                       <para>OGC SPEC s2.1.1.2 // s2.1.13.3 </para>
                                </listitem> 
                                </varlistentry> 
                                <varlistentry> 
@@ -1899,7 +1899,7 @@ Geometry.
                                        </para> 
                                        <para>Performed by the GEOS module</para>
                                        <para>Do not call with a GeometryCollection as an argument</para>
-                                       <para>OGC SPEC s2.1.1.1</para>
+                                       <para>OGC SPEC s2.1.1.3</para>
                                </listitem> 
                                </varlistentry> 
                                <varlistentry> 
@@ -1908,7 +1908,7 @@ Geometry.
                                        <para> Returns a geometry that represents the convex hull of this Geometry.
                                        </para> 
                                        <para>Performed by the GEOS module</para>
-                                       <para>OGC SPEC s2.1.1.1</para>
+                                       <para>OGC SPEC s2.1.1.3</para>
                                </listitem> 
                                </varlistentry> 
                                <varlistentry> 
@@ -1919,7 +1919,7 @@ intersection of this Geometry with anotherGeometry.
                                        </para> 
                                        <para>Performed by the GEOS module</para>
                                        <para>Do not call with a GeometryCollection as an argument</para>
-                                       <para>OGC SPEC s2.1.1.1</para>
+                                       <para>OGC SPEC s2.1.1.3</para>
                                </listitem> 
                                </varlistentry> 
 <!-- Should this be documented? -->
@@ -1932,7 +1932,7 @@ this Geometry with anotherGeometry.
                                        <para>Performed by the GEOS module</para>
                                        <para>Do not call with a GeometryCollection as an argument</para>
                                        <para>NOTE: this is renamed from "union" because union is an SQL reserved word</para>
-                                       <para>OGC SPEC s2.1.1.1</para>
+                                       <para>OGC SPEC s2.1.1.3</para>
                                </listitem> 
                                </varlistentry> 
                                <varlistentry> 
@@ -1954,14 +1954,13 @@ this all Geometries in given set.
                                </listitem> 
                                </varlistentry> 
                                <varlistentry> 
-                               <term>difference(geometry,geometry)</term> 
+                               <term>symdifference(geometry,geometry)</term> 
                                <listitem> 
-                                       <para> Returns a geometry that represents the point set
-difference of this Geometry with anotherGeometry.
+                                       <para> Returns a geometry that represents the point set symmetric difference of this Geometry with anotherGeometry.
                                        </para> 
                                        <para>Performed by the GEOS module</para>
                                        <para>Do not call with a GeometryCollection as an argument</para>
-                                       <para>OGC SPEC s2.1.1.1</para>
+                                       <para>OGC SPEC s2.1.1.3</para>
                                </listitem> 
                                </varlistentry> 
                                <varlistentry> 
@@ -1972,7 +1971,7 @@ symmetric difference of this Geometry with anotherGeometry.
                                        </para> 
                                        <para>Performed by the GEOS module</para>
                                        <para>Do not call with a GeometryCollection as an argument</para>
-                                       <para>OGC SPEC s2.1.1.1</para>
+                                       <para>OGC SPEC s2.1.1.3</para>
                                </listitem> 
                                </varlistentry> 
                                <varlistentry>