Skip to content

geos.GEOSBuildArea ⇒ GEOSGeometry

Perform a polygonization using all the linework, assuming that rings contained within rings are empty holes, rather then extra polygons.

Kind: global property of geos
Returns: GEOSGeometry - The polygonal output Caller is responsible for freeing with GEOSGeom_destroy().

ParamTypeDescription
gGEOSGeometryThe input linework

geos.GEOSBuildArea_r ⇒ GEOSGeometry

Perform a polygonization using all the linework, assuming that rings contained within rings are empty holes, rather then extra polygons.

Kind: global property of geos
Returns: GEOSGeometry - The polygonal output Caller is responsible for freeing with GEOSGeom_destroy().

ParamTypeDescription
handleGEOSContextHandle_t-
gGEOSGeometryThe input linework