PostGIS
3.4.0dev-r@@SVN_REVISION@@
|
Take a geometry and build the concave hull.
The concave hull is smaller than the convex hull, but still encompasses all the points of the input. For polygon input the hull encompasses all the input area. For line input the hull encompasses all the input lines.
g | the input geometry |
ratio | proportion of output vs input |
allow_holes | can there be holes in the output. large performance penalty. |
Definition at line 2151 of file liblwgeom/lwgeom_geos.c.
References AUTOFIX, LWGEOM::flags, FLAGS_GET_Z, GEOS2LWGEOM(), GEOS_FAIL, GEOS_FREE, GEOS_FREE_AND_FAIL, LW_FALSE, LWGEOM2GEOS(), lwgeom_geos_error(), lwnotice(), result, and RESULT_SRID.
Referenced by ST_ConcaveHull().