跳转至
Apache Sedona 1.9.0 已正式发布,新增 Spark 4.1 支持、proj4sedona 坐标系转换、Bing Tile 函数等众多特性!

ST_SimplifyPreserveTopology

Introduction: Simplifies a geometry and ensures that the result is a valid geometry having the same dimension and number of components as the input, and with the components having the same topological relationship.

ST_SimplifyPreserveTopology

Format: ST_SimplifyPreserveTopology (A:geometry, distanceTolerance: Double)

Return type: Geometry

SELECT ST_SimplifyPreserveTopology(polygondf.countyshape, 10.0)
FROM polygondf