From 038f57f1cb4b4511e4114170bd63c51002e39657 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Wed, 5 Jan 2005 17:08:22 +0000 Subject: [PATCH] Added apply_grid doc git-svn-id: http://svn.osgeo.org/postgis/trunk@1221 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/postgis.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) 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) -- 2.40.0