跳转至
🎉 SedonaDB 0.4.0 已正式发布!🗺️ 新增 Python DataFrame API、R dplyr 接口、Geography 支持及 GPU 加速空间连接。阅读发布博客 →

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