geos.GEOSArea ⇒ number
⏏
Calculate the area of a geometry.
Kind: global property of geos
Returns: number
- 1 on success, 0 on exception.
Param | Type | Description |
---|---|---|
g | GEOSGeometry | Input geometry |
area | NumberPointer | Pointer to be filled in with area result |
geos.GEOSArea_r ⇒ number
⏏
Calculate the area of a geometry.
Kind: global property of geos
Returns: number
- 1 on success, 0 on exception.
Param | Type | Description |
---|---|---|
handle | GEOSContextHandle_t | - |
g | GEOSGeometry | Input geometry |
area | NumberPointer | Pointer to be filled in with area result |