]> granicus.if.org Git - postgis/commitdiff
updated the st_crosses method:
authorKevin Neufeld <kneufeld.ca@gmail.com>
Wed, 16 Jul 2008 05:10:32 +0000 (05:10 +0000)
committerKevin Neufeld <kneufeld.ca@gmail.com>
Wed, 16 Jul 2008 05:10:32 +0000 (05:10 +0000)
  made the geometry parameters lowercase and made a few changes to content.

git-svn-id: http://svn.osgeo.org/postgis/trunk@2862 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_new.xml

index 358b4e1c37ceaffe4517fa3afe944503874a1f65..17e2ebf8b3030b7339fd950062db236d292d8820 100644 (file)
@@ -486,7 +486,7 @@ FROM userpoints ;
     <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 @@ FROM userpoints ;
         <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 @@ FROM userpoints ;
         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>