Skip to main content
Return the Concave Hull of polygon A, with alpha set to pctConvex[0, 1] in the Delaunay Triangulation method, the concave hull will not contain a hole unless allowHoles is set to true ST_ConcaveHull

Signatures

Parameters

Geometry
required
The input geometry.
Double
required
The pct convex value.
Boolean
The allow holes value.

Return type

The resulting geometry.

Example