]> granicus.if.org Git - postgis/commitdiff
Added segmentize(geom,double) documentation
authorSandro Santilli <strk@keybit.net>
Wed, 8 Sep 2004 14:18:35 +0000 (14:18 +0000)
committerSandro Santilli <strk@keybit.net>
Wed, 8 Sep 2004 14:18:35 +0000 (14:18 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@784 b70326c6-7e19-0410-871a-916f4a2858ee

doc/postgis.xml

index 3fcc55e12bdbd9bcf5df4ca6d6d10f64039c421a..bdbc0f1db69781cd2acc9364fb7dc6da249e1a19 100644 (file)
@@ -3562,7 +3562,20 @@ FROM geometry_table;</literallayout>
             point.</para>
           </listitem>
         </varlistentry>
+
+        <varlistentry>
+          <term>segmentize(geometry, maxlength)</term>
+
+          <listitem>
+            <para>Return a modified [multi]polygon having no ring segment
+           longer then the given distance. Interpolated points will
+           have Z and M values (if needed) set to 0. Distance computation
+           is performed in 2d only.
+            </para>
+          </listitem>
+        </varlistentry>
+
       </variablelist>
     </sect1>
   </chapter>
-</book>
\ No newline at end of file
+</book>