Skip to content
On this page

geos.GEOSFree ⏏

Frees a GEOS object allocated by the library.

Kind: Exported member

ParamTypeDescription
objnumberThe GEOS object pointer.

geos.GEOSFree_r ⏏

Frees a GEOS object allocated by the library in a given context.

Kind: Exported member

ParamTypeDescription
contextnumberA pointer to the GEOS context handle.
objnumberThe GEOS object pointer.