From 7a0e447095ba6a96df004dd4536eac5e52babade Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Thu, 6 Jan 2005 15:34:40 +0000 Subject: [PATCH] Added not about possible lost of simplicity() using SnapToGrid(), added links to the function from there and simplify() git-svn-id: http://svn.osgeo.org/postgis/trunk@1236 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/postgis.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/postgis.xml b/doc/postgis.xml index bb8115b5c..eaa9638ea 100644 --- a/doc/postgis.xml +++ b/doc/postgis.xml @@ -2967,7 +2967,7 @@ dimension - + IsSimple(geometry) @@ -4052,7 +4052,7 @@ FROM geometry_table; any kind of geometry. Since simplification occurs on a object-by-object basis you can also feed a GeometryCollection to this function. Note that returned geometry might loose its - simplicity (see isSimple) + simplicity (see IsSimple) @@ -4069,6 +4069,8 @@ FROM geometry_table; enough to define a geometry of the given type. Collapsed geometries in a collection are stripped from it. + Note that returned geometry might loose its + simplicity (see IsSimple). -- 2.49.0