Simplifies a 2D geometry by removing points that would fall within a specified distance tolerance.
Valid Data Types
- LineString
- MultiLineString
- Polygon
- MultiPolygon
The preceding types can be within Geometry Collections.
If called on another type of 2D geometry, SimplifyPreserveTopology returns it unchanged.
Result Type
Returns an ST_Geometry value.