[postgis-commits] svn - r2862 - trunk/doc

postgis-commits at postgis.refractions.net postgis-commits at postgis.refractions.net
Tue Jul 15 22:10:33 PDT 2008


Author: kneufeld
Date: 2008-07-15 22:10:32 -0700 (Tue, 15 Jul 2008)
New Revision: 2862

Modified:
   trunk/doc/reference_new.xml
Log:
updated the st_crosses method:
  made the geometry parameters lowercase and made a few changes to content.

Modified: trunk/doc/reference_new.xml
===================================================================
--- trunk/doc/reference_new.xml	2008-07-16 05:03:28 UTC (rev 2861)
+++ trunk/doc/reference_new.xml	2008-07-16 05:10:32 UTC (rev 2862)
@@ -486,7 +486,7 @@
     <refnamediv>
       <refname>ST_Crosses</refname>
 
-      <refpurpose>Returns <varname>TRUE</varname> if the Geometries have some, but not all,
+      <refpurpose>Returns <varname>TRUE</varname> if the supplied geometries have some, but not all,
       interior points in common.</refpurpose>
     </refnamediv>
 
@@ -495,9 +495,9 @@
         <funcprototype>
           <funcdef>boolean <function>ST_Crosses</function></funcdef>
 
-          <paramdef><type>Geometry </type><parameter>g1</parameter></paramdef>
+          <paramdef><type>geometry </type><parameter>g1</parameter></paramdef>
 
-          <paramdef><type>Geometry </type><parameter>g2</parameter></paramdef>
+          <paramdef><type>geometry </type><parameter>g2</parameter></paramdef>
         </funcprototype>
       </funcsynopsis>
     </refsynopsisdiv>
@@ -554,7 +554,7 @@
         symmetric.</para>
 
     <important>
-        <para>Do not call with a GeometryCollection as an argument</para>
+        <para>Do not call with a <varname>GEOMETRYCOLLECTION</varname> as an argument</para>
       </important>
     </refsection>
     



More information about the postgis-commits mailing list