ST_ConstrainedDelaunayTriangles — Return a constrained Delaunay triangulation around the given input geometry.
geometry ST_ConstrainedDelaunayTriangles(
geometry g1)
;
ST_ConstrainedDelaunayTriangles is deprecated as of 3.5.0. Use CG_ConstrainedDelaunayTriangles instead. |
Return a Constrained Delaunay triangulation around the vertices of the input geometry. Output is a TIN.
This method needs SFCGAL backend.
2.1.0 버전부터 사용할 수 있습니다.
This function supports 3d and will not drop the z-index.