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