geos.GEOSLength ⇒ number ⏏
Calculate the length of a geometry.
Kind: global property of geos
Returns: number - 1 on success, 0 on exception.
| Param | Type | Description |
|---|---|---|
| g | GEOSGeometry | Input geometry |
| length | NumberPointer | Pointer to be filled in with length result |
geos.GEOSLength_r ⇒ number ⏏
Calculate the length 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 |
| length | NumberPointer | Pointer to be filled in with length result |