This function simplifies the input geometry by applying the Douglas-Peucker algorithm.Documentation Index
Fetch the complete documentation index at: https://docs.wherobots.com/llms.txt
Use this file to discover all available pages before exploring further.
The simplification may not preserve topology, potentially producing invalid geometries. Use ST_SimplifyPreserveTopology to retain valid topology after simplification.
Signatures
Parameters
The input geometry.
The distance tolerance.
Return type
The resulting geometry.

