Polygonize — 查找并注册由拓扑边定义的所有面。
text Polygonize(varchar toponame);
text Polygonize(
)
注册所有可以从拓扑边基元构建的面。
假设目标拓扑不包含自相交边。
已知的面会被识别,因此在同一个拓扑上多次调用 Polygonize 是安全的。
此函数不使用也不设置边表的 next_left_edge 和 next_right_edge 字段。
可用性:2.0.0
AddFace, ST_Polygonize