[postgis-tickets] r16463 - ST_LocateBetween: document offset parameter, link See Also
Darafei
komzpa at gmail.com
Fri Mar 16 04:34:33 PDT 2018
Author: komzpa
Date: 2018-03-16 04:34:33 -0700 (Fri, 16 Mar 2018)
New Revision: 16463
Modified:
trunk/doc/reference_lrs.xml
Log:
ST_LocateBetween: document offset parameter, link See Also
https://lists.osgeo.org/pipermail/postgis-devel/2018-February/026966.html
Modified: trunk/doc/reference_lrs.xml
===================================================================
--- trunk/doc/reference_lrs.xml 2018-03-16 05:01:48 UTC (rev 16462)
+++ trunk/doc/reference_lrs.xml 2018-03-16 11:34:33 UTC (rev 16463)
@@ -417,7 +417,7 @@
<refsection>
<title>See Also</title>
- <para><xref linkend="ST_Dump" />, <xref linkend="ST_LocateBetween" /></para>
+ <para><xref linkend="ST_Dump" />, <xref linkend="ST_LocateBetween" />, <xref linkend="ST_LocateBetweenElevations" /></para>
</refsection>
</refentry>
@@ -446,13 +446,16 @@
<refsection>
<title>Description</title>
- <para>Return a derived geometry collection value with elements
- that match the specified range of measures inclusively. Polygonal
- elements are not supported.</para>
+ <para>Return a derived geometry collection with elements that match the specified range of
+ measures inclusively. Polygonal elements are not supported.</para>
- <para>Semantic is specified by: ISO/IEC CD 13249-3:200x(E) - Text
- for Continuation CD Editing Meeting</para>
+ <para>If an offset is provided, the resultant will be offset to the left or right of the
+ input line by the specified number of units. A positive offset will be to the left, and
+ a negative one to the right.</para>
+ <para>Semantic is specified by: ISO/IEC CD 13249-3:200x(E) - Text for Continuation
+ CD Editing Meeting</para>
+
<para>Availability: 1.1.0 by old name ST_Locate_Between_Measures. </para>
<para>Changed: 2.0.0 - in prior versions this used to be called ST_Locate_Between_Measures. The old name has been deprecated and will be removed in the future but is still available for backward compatibility.</para>
@@ -490,7 +493,7 @@
<refsection>
<title>See Also</title>
- <para><xref linkend="ST_Dump" />, <xref linkend="ST_LocateAlong" /></para>
+ <para><xref linkend="ST_Dump" />, <xref linkend="ST_LocateAlong" />, <xref linkend="ST_LocateBetweenElevations" /></para>
</refsection>
</refentry>
More information about the postgis-tickets
mailing list