ST_Simplify — Returns a "simplified" geometry version of the given TopoGeometry using the Douglas-Peucker algorithm.
geometry ST_Simplify(topogeometry tg, float8 tolerance);
Returns a "simplified" geometry version of the given TopoGeometry using the Douglas-Peucker algorithm on each component edge.
                 
               | 
              |
| 
                 The returned geometry may be non-simple or non-valid. Splitting component edges may help retaining simplicity/validity.  | 
            
Eseguito dal modulo GEOS.
Disponibilità: 2.1.0
Geometry ST_Simplify, ST_IsSimple, ST_IsValid, ST_ModEdgeSplit