]> granicus.if.org Git - postgis/commitdiff
Updated the documentation for the '~' operator and added documentation for the '...
authorChris Hodgson <chodgson@refractions.net>
Thu, 6 Mar 2003 18:10:30 +0000 (18:10 +0000)
committerChris Hodgson <chodgson@refractions.net>
Thu, 6 Mar 2003 18:10:30 +0000 (18:10 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@245 b70326c6-7e19-0410-871a-916f4a2858ee

doc/postgis.xml

index db9aac3f148550ebe91503d2f51533da1e15adff..7390f63f8bf1a61999e42d847cda6e96335a9dc5 100644 (file)
@@ -1932,13 +1932,21 @@ if( geom.getType() = Geometry.POLYGON )
                                        </listitem> 
                                </varlistentry> 
                                <varlistentry> 
-                                       <term>A ~ B</term> 
+                                       <term>A @ B</term> 
                                        <listitem> 
-                                               <para>The "~" operator returns true of A's bounding box is
+                                               <para>The "@" operator returns true if A's bounding box is
                                                  completely contained by B's bounding box.
                                                </para> 
                                        </listitem> 
                                </varlistentry> 
+                               <varlistentry> 
+                                       <term>A ~ B</term> 
+                                       <listitem> 
+                                               <para>The "~" operator returns true if A's bounding box
+                                                 completely contains B's bounding box.
+                                               </para> 
+                                       </listitem> 
+                               </varlistentry> 
                                <varlistentry> 
                                        <term>A &amp;&amp; B</term> 
                                        <listitem>