ST_Simplify
Signature
Description
Simplifies geom
using the Douglas-Peuker algorithm with a
distance tolerance of distance
. Ensures that resulting polygonal
geometries are valid.
The Douglas-Peucker algorithm does not preserve topology.
To preserve the topology, use ST_SimplifyPreserveTopology
.
But note that ST_Simplify
is significantly faster.
Examples
See also