ST_DelaunayTriangles — 返回几何体顶点的Delaunay三角剖分。
geometry
ST_DelaunayTriangles
(
geometry
g1
, float
tolerance
, int4
flags
)
;
返回 Delaunay三角测量 输入几何图形的顶点的。输出是一个多边形集合(当标志=0时),或者是一个MULTILINESTRING(当标志=1)或三角网(当标志=2)。公差(如果有)用于将输入顶点捕捉到一起。
由GEOS模块执行。
可用性:2.1.0
This function supports 3d and will not drop the z-index.
This function supports Triangles and Triangulated Irregular Network Surfaces (TIN).
![]() 原始多边形
|
![]() 两个面的ST_Delaunay三角形:Delaunay三角形面,每个三角形以不同的颜色为主题
|
![]() -- delaunay triangles as multilinestring
|
![]() -- delaunay triangles of 45 points as 55 triangle polygons
|