Skip to content
On this page

geos.GEOS_setWKBOutputDims ⇒ number

Set the output dimension of WKB geometries.

Kind: Exported member
Returns: number - The previous output dimension.

ParamTypeDescription
newDimsnumberThe 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.

ParamTypeDescription
handlenumberA pointer to the GEOS context handle.
newDimsnumberThe new output dimension (2 or 3).