From: Sandro Santilli Date: Wed, 8 Sep 2004 14:18:35 +0000 (+0000) Subject: Added segmentize(geom,double) documentation X-Git-Tag: pgis_0_9_1~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5b4ea906c20305ba8caf56548e078c1398809f73;p=postgis Added segmentize(geom,double) documentation git-svn-id: http://svn.osgeo.org/postgis/trunk@784 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/postgis.xml b/doc/postgis.xml index 3fcc55e12..bdbc0f1db 100644 --- a/doc/postgis.xml +++ b/doc/postgis.xml @@ -3562,7 +3562,20 @@ FROM geometry_table; point. + + + segmentize(geometry, maxlength) + + + 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. + + + + - \ No newline at end of file +