geos.GEOSGetInteriorRingN ⇒ number
⏏
Returns the N'th ring for a Polygon input.
Kind: global property of geos
Returns: number
- LinearRing geometry. Owned by parent geometry, do not free. NULL on exception.
Param | Type | Description |
---|---|---|
g | GEOSGeometry | Input Polygon geometry |
n | number | Index of the desired ring |
geos.GEOSGetInteriorRingN_r ⇒ number
⏏
Returns the N'th ring for a Polygon input.
Kind: global property of geos
Returns: number
- LinearRing geometry. Owned by parent geometry, do not free. NULL on exception.
Param | Type | Description |
---|---|---|
handle | GEOSContextHandle_t | - |
g | GEOSGeometry | Input Polygon geometry |
n | number | Index of the desired ring |