geos.GEOSMinimumBoundingCircle ⇒ GEOSGeometry ⏏
Returns a geometry which represents the "minimum bounding circle", the smallest circle that contains the input.
Kind: global property of geos
Returns: GEOSGeometry - The circle geometry or NULL on exception Caller is responsible for freeing with GEOSGeom_destroy().
| Param | Type | Description |
|---|---|---|
| g | GEOSGeometry | The input geometry |
| radius | NumberPointer | Pointer will be filled with output radius. |
| center | GEOSGeometry | Pointer will be filled with output circle center. Caller must free. |
geos.GEOSMinimumBoundingCircle_r ⇒ GEOSGeometry ⏏
Returns a geometry which represents the "minimum bounding circle", the smallest circle that contains the input.
Kind: global property of geos
Returns: GEOSGeometry - The circle geometry or NULL on exception Caller is responsible for freeing with GEOSGeom_destroy().
| Param | Type | Description |
|---|---|---|
| handle | GEOSContextHandle_t | - |
| g | GEOSGeometry | The input geometry |
| radius | NumberPointer | Pointer will be filled with output radius. |
| center | GEOSGeometry | Pointer will be filled with output circle center. Caller must free. |