From: Sandro Santilli Date: Thu, 26 Feb 2015 10:54:51 +0000 (+0000) Subject: Reduce length of purpose section for ST_Buffer and ST_Intersection X-Git-Tag: 2.2.0rc1~629 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=426d8414298272b4ace32e361a40adfd081b2e60;p=postgis Reduce length of purpose section for ST_Buffer and ST_Intersection Better use description for lengthy text... git-svn-id: http://svn.osgeo.org/postgis/trunk@13291 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_processing.xml b/doc/reference_processing.xml index 7f9e12c2f..0f53c6732 100644 --- a/doc/reference_processing.xml +++ b/doc/reference_processing.xml @@ -5,10 +5,9 @@ ST_Buffer - (T) For geometry: Returns a geometry that represents all points whose distance - from this Geometry is less than or equal to distance. Calculations - are in the Spatial Reference System of this Geometry. For geography: Uses a planar transform wrapper. Introduced in 1.5 support for - different end cap and mitre settings to control shape. buffer_style options: quad_segs=#,endcap=round|flat|square,join=round|mitre|bevel,mitre_limit=#.# + +Returns a geometry covering all points within a given distance +from the input geometry. @@ -1679,8 +1678,8 @@ SELECT ST_AsText( ST_Intersection - (T) Returns a geometry that represents the shared portion of geomA and geomB. The geography implementation - does a transform to geometry to do the intersection and then transform back to WGS84. + +Returns a geometry that represents the shared portion of geomA and geomB.