geos.GEOSFree ⏏
Frees a GEOS object allocated by the library.
Kind: Exported member
Param | Type | Description |
---|---|---|
obj | number | The GEOS object pointer. |
geos.GEOSFree_r ⏏
Frees a GEOS object allocated by the library in a given context.
Kind: Exported member
Param | Type | Description |
---|---|---|
context | number | A pointer to the GEOS context handle. |
obj | number | The GEOS object pointer. |