From c5bb52482d05228c700522def1c6504a2086f06d Mon Sep 17 00:00:00 2001 From: Darafei Praliaskouski Date: Fri, 16 Mar 2018 11:34:33 +0000 Subject: [PATCH] ST_LocateBetween: document offset parameter, link See Also 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 | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/doc/reference_lrs.xml b/doc/reference_lrs.xml index 0a3bf2bb7..5f0fa303f 100644 --- a/doc/reference_lrs.xml +++ b/doc/reference_lrs.xml @@ -417,7 +417,7 @@ SELECT ST_AsText((ST_Dump(the_geom)).geom) See Also - , + , , @@ -446,12 +446,15 @@ SELECT ST_AsText((ST_Dump(the_geom)).geom) Description - Return a derived geometry collection value with elements - that match the specified range of measures inclusively. Polygonal - elements are not supported. + Return a derived geometry collection with elements that match the specified range of + measures inclusively. Polygonal elements are not supported. + + 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. - Semantic is specified by: ISO/IEC CD 13249-3:200x(E) - Text - for Continuation CD Editing Meeting + Semantic is specified by: ISO/IEC CD 13249-3:200x(E) - Text for Continuation + CD Editing Meeting Availability: 1.1.0 by old name ST_Locate_Between_Measures. 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. @@ -490,7 +493,7 @@ SELECT ST_AsText((ST_Dump(the_geom)).geom) See Also - , + , , -- 2.40.0