]> granicus.if.org Git - postgis/commitdiff
Applying Michael Fuhrs patch to correct my attrocious selling.
authorMark Leslie <mark.leslie@lisasoft.com>
Wed, 18 Jul 2007 15:57:27 +0000 (15:57 +0000)
committerMark Leslie <mark.leslie@lisasoft.com>
Wed, 18 Jul 2007 15:57:27 +0000 (15:57 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@2665 b70326c6-7e19-0410-871a-916f4a2858ee

doc/postgis.xml

index 88df42d7e7791f2e36dbaf4864c128211db13a7f..f30f2a0349cfc1dfb1aa09da84797e5ed3d3179e 100644 (file)
 
               <para>Do not call with a GeometryCollection as an argument</para>
 
-              <para>This function call will autowatically include a bounding box comparison that will make use of any indicies that are available on the geometries.  To avoid index use, use the function _ST_Intersects.</para>
+              <para>This function call will automatically include a bounding box comparison that will make use of any indexes that are available on the geometries.  To avoid index use, use the function _ST_Intersects.</para>
 
               <para>NOTE: this is the &#34;allowable&#34; version that returns
               a boolean, not an integer.</para>
 
               <para>Do not call with a GeometryCollection as an argument</para>
               
-              <para>This function call will automatically include a bounding box comparison that will make use of any indicies that are available on the geometries.  To avoid index use, use the function _ST_Touches.</para>
+              <para>This function call will automatically include a bounding box comparison that will make use of any indexes that are available on the geometries.  To avoid index use, use the function _ST_Touches.</para>
 
               <para>NOTE: this is the &#34;allowable&#34; version that returns
               a boolean, not an integer.</para>
 
               <para>Do not call with a GeometryCollection as an argument</para>
 
-              <para>This function call will automatically include a bounding box comparison that will make use of any indicies that are available on the geometries.  To avoid index use, use the function _ST_Crosses.</para>
+              <para>This function call will automatically include a bounding box comparison that will make use of any indexes that are available on the geometries.  To avoid index use, use the function _ST_Crosses.</para>
 
               <para>NOTE: this is the &#34;allowable&#34; version that returns
               a boolean, not an integer.</para>
 
               <para>Do not call with a GeometryCollection as an argument</para>
 
-              <para>This function call will automatically include a bounding box comparison that will make use of any indicies that are available on the geometries.  To avoid index use, use the function _ST_Within.</para>
+              <para>This function call will automatically include a bounding box comparison that will make use of any indexes that are available on the geometries.  To avoid index use, use the function _ST_Within.</para>
 
               <para>NOTE: this is the &#34;allowable&#34; version that returns
               a boolean, not an integer.</para>
 
               <para>Do not call with a GeometryCollection as an argument</para>
 
-              <para>This function call will automatically include a bounding box comparison that will make use of any indicies that are available on the geometries.  To avoid index use, use the function _ST_Overlaps.</para>
+              <para>This function call will automatically include a bounding box comparison that will make use of any indexes that are available on the geometries.  To avoid index use, use the function _ST_Overlaps.</para>
 
               <para>NOTE: this is the &#34;allowable&#34; version that returns
               a boolean, not an integer.</para>
 
               <para>Do not call with a GeometryCollection as an argument</para>
 
-              <para>This function call will automatically include a bounding box comparison that will make use of any indicies that are available on the geometries.  To avoid index use, use the function _ST_Contains.</para>
+              <para>This function call will automatically include a bounding box comparison that will make use of any indexes that are available on the geometries.  To avoid index use, use the function _ST_Contains.</para>
 
               <para>NOTE: this is the &#34;allowable&#34; version that returns
               a boolean, not an integer.</para>
               <para>Returns 1 (TRUE) if no point in Geometry B is outside 
               Geometry A</para>
               <para>Refer to http://lin-ear-th-inking.blogspot.com/2007/06/subtleties-of-ogc-covers-spatial.html
-              for an explaination of the need of this function.</para>
-              <para>This function call will automatically include a bounding box comparison that will make use of any indicies that are available on the geometries.  To avoid index use, use the function _ST_Covers.</para>
+              for an explanation of the need of this function.</para>
+              <para>This function call will automatically include a bounding box comparison that will make use of any indexes that are available on the geometries.  To avoid index use, use the function _ST_Covers.</para>
             </listitem>
           </varlistentry>