[postgis-commits] svn - r3501 - trunk/doc
postgis-commits at postgis.refractions.net
postgis-commits at postgis.refractions.net
Thu Jan 8 08:06:49 PST 2009
Author: robe
Date: 2009-01-08 08:06:48 -0800 (Thu, 08 Jan 2009)
New Revision: 3501
Modified:
trunk/doc/reference_new.xml
Log:
documentatioin out of synch with reality since garden test failing. Change spelling ST_CrossingDirection to new name ST_LineCrossingDirection
Modified: trunk/doc/reference_new.xml
===================================================================
--- trunk/doc/reference_new.xml 2009-01-08 15:50:16 UTC (rev 3500)
+++ trunk/doc/reference_new.xml 2009-01-08 16:06:48 UTC (rev 3501)
@@ -7579,9 +7579,9 @@
</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 @@
<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>
More information about the postgis-commits
mailing list