Skip to content
On this page

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).

ParamTypeDescription
handlenumberA pointer to the GEOS context handle.