geos.GEOSCoverageUnion ⇒ GEOSGeometry
⏏
Optimized union algorithm for polygonal inputs that are correctly noded and do not overlap. It may generate an error (return NULL) for inputs that do not satisfy this constraint, however this is not guaranteed.
Kind: global property of geos
Returns: GEOSGeometry
- A geometry that covers all the points of the input geometry. Caller is responsible for freeing with GEOSGeom_destroy().
Param | Type | Description |
---|---|---|
g | GEOSGeometry | The input geometry |
geos.GEOSCoverageUnion_r ⇒ GEOSGeometry
⏏
Optimized union algorithm for polygonal inputs that are correctly noded and do not overlap. It may generate an error (return NULL) for inputs that do not satisfy this constraint, however this is not guaranteed.
Kind: global property of geos
Returns: GEOSGeometry
- A geometry that covers all the points of the input geometry. Caller is responsible for freeing with GEOSGeom_destroy().
Param | Type | Description |
---|---|---|
handle | GEOSContextHandle_t | - |
g | GEOSGeometry | The input geometry |