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().
| Param | Type | Description |
|---|---|---|
| g | GEOSGeometry | The 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().
| Param | Type | Description |
|---|---|---|
| handle | GEOSContextHandle_t | - |
| g | GEOSGeometry | The input linework |