From: Sandro Santilli Date: Wed, 5 Jan 2005 17:08:22 +0000 (+0000) Subject: Added apply_grid doc X-Git-Tag: pgis_1_0_0RC1~83 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=038f57f1cb4b4511e4114170bd63c51002e39657;p=postgis Added apply_grid doc git-svn-id: http://svn.osgeo.org/postgis/trunk@1221 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/postgis.xml b/doc/postgis.xml index 9b34ce5d2..3e44eda59 100644 --- a/doc/postgis.xml +++ b/doc/postgis.xml @@ -4055,6 +4055,16 @@ FROM geometry_table; + + Apply_Grid(geometry, originX, originY, sizeX, sizeY) + + + Apply the grid defined by its origin and cell size to + the geometry points so that each one falls on a cell. + Remove consecutive points falling on the same cell. + + + Segmentize(geometry, maxlength)