]> granicus.if.org Git - postgis/commitdiff
ST_LocateBetween: document offset parameter, link See Also
authorDarafei Praliaskouski <me@komzpa.net>
Fri, 16 Mar 2018 11:34:33 +0000 (11:34 +0000)
committerDarafei Praliaskouski <me@komzpa.net>
Fri, 16 Mar 2018 11:34:33 +0000 (11:34 +0000)
https://lists.osgeo.org/pipermail/postgis-devel/2018-February/026966.html

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

doc/reference_lrs.xml

index 0a3bf2bb7dab49944bf895b495f0a663a6725b33..5f0fa303ff183da23360ad634cb8a7515337f38e 100644 (file)
@@ -417,7 +417,7 @@ SELECT ST_AsText((ST_Dump(the_geom)).geom)
          <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,12 +446,15 @@ SELECT ST_AsText((ST_Dump(the_geom)).geom)
          <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>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>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 @@ SELECT ST_AsText((ST_Dump(the_geom)).geom)
          <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>