geos.GEOSGetNumCoordinates ⇒ number ⏏
Get the total number of points in a geometry, of any type.
Kind: global property of geos
Returns: number - Number of points in the geometry. -1 on exception.
| Param | Type | Description |
|---|---|---|
| g | GEOSGeometry | Input geometry |
geos.GEOSGetNumCoordinates_r ⇒ number ⏏
Get the total number of points in a geometry, of any type.
Kind: global property of geos
Returns: number - Number of points in the geometry. -1 on exception.
| Param | Type | Description |
|---|---|---|
| handle | GEOSContextHandle_t | - |
| g | GEOSGeometry | Input geometry |