geos.GEOS_getWKBOutputDims ⇒ number
⏏
Get the output dimension of WKB geometries.
Kind: Exported member
Returns: number
- The output dimension (2 or 3).
geos.GEOS_getWKBOutputDims_r ⇒ number
⏏
Get the output dimension of WKB geometries in a given context.
Kind: Exported member
Returns: number
- The output dimension (2 or 3).
Param | Type | Description |
---|---|---|
handle | number | A pointer to the GEOS context handle. |