]> granicus.if.org Git - postgis/commitdiff
documentatioin out of synch with reality since garden test failing. Change spelling...
authorRegina Obe <lr@pcorp.us>
Thu, 8 Jan 2009 16:06:48 +0000 (16:06 +0000)
committerRegina Obe <lr@pcorp.us>
Thu, 8 Jan 2009 16:06:48 +0000 (16:06 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@3501 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_new.xml

index 270727b566d097b4a484b8213e772c09afa60de7..321eb2d4379e9e781f3cea0cf46ecdd93b374f82 100644 (file)
@@ -7579,9 +7579,9 @@ WHERE ST_Crosses(roads.the_geom, highways.the_geom);</programlisting>
     </refsection>
   </refentry>
   
-  <refentry id="ST_CrossingDirection">
+  <refentry id="ST_LineCrossingDirection">
     <refnamediv>
-      <refname>ST_CrossingDirection</refname>
+      <refname>ST_LineCrossingDirection</refname>
   
       <refpurpose>Given 2 linestrings, returns a number between -3 and 3 denoting what kind of crossing behavior. 0 is no crossing.</refpurpose>
     </refnamediv>
@@ -7589,7 +7589,7 @@ WHERE ST_Crosses(roads.the_geom, highways.the_geom);</programlisting>
     <refsynopsisdiv>
       <funcsynopsis>
         <funcprototype>
-          <funcdef>integer <function>ST_CrossingDirection</function></funcdef>
+          <funcdef>integer <function>ST_LineCrossingDirection</function></funcdef>
           <paramdef><type>geometry </type> <parameter>linestringA</parameter></paramdef>
           <paramdef><type>geometry </type> <parameter>linestringB</parameter></paramdef>
         </funcprototype>