]> granicus.if.org Git - postgis/commitdiff
Added third buffer arg expanation
authorSandro Santilli <strk@keybit.net>
Wed, 13 Oct 2004 19:32:46 +0000 (19:32 +0000)
committerSandro Santilli <strk@keybit.net>
Wed, 13 Oct 2004 19:32:46 +0000 (19:32 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@996 b70326c6-7e19-0410-871a-916f4a2858ee

doc/postgis.xml

index b07504ab0d5624b883715a48bb4a468dc197e968..f9300fdb3445bce4fb3a674422e01a7bf37a31c6 100644 (file)
@@ -2651,13 +2651,15 @@ if( geom.getType() = Geometry.POLYGON )
           </varlistentry>
 
           <varlistentry>
-            <term>Buffer(geometry,double)</term>
+            <term>Buffer(geometry,double,[integer])</term>
 
             <listitem>
               <para>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.</para>
+              Geometry. The optional third parameter sets the
+             number of segment used to approximate a quarter circle
+             (defaults to 8).</para>
 
               <para>Performed by the GEOS module</para>