geos.GEOSPointOnSurface ⇒ GEOSGeometry ⏏
Returns a point that is inside the boundary of a polygonal geometry.
Kind: global property of geos
Returns: GEOSGeometry - A point that is inside the input Caller is responsible for freeing with GEOSGeom_destroy().
| Param | Type | Description |
|---|---|---|
| g | GEOSGeometry | The input geometry |
geos.GEOSPointOnSurface_r ⇒ GEOSGeometry ⏏
Returns a point that is inside the boundary of a polygonal geometry.
Kind: global property of geos
Returns: GEOSGeometry - A point that is inside the input Caller is responsible for freeing with GEOSGeom_destroy().
| Param | Type | Description |
|---|---|---|
| handle | GEOSContextHandle_t | - |
| g | GEOSGeometry | The input geometry |