Skip to content
On this page

geos.GEOSNode ⇒ number

Computes a geometric shape that represents the points shared by two or more geometries.

Kind: Exported member
Returns: number - The pointer to a GEOS geometry representing the noded version of the input, or NULL on error.
See: https://libgeos.org/doxygen/geos__c_8h.html

ParamTypeDescription
gnumberThe pointer to a GEOS geometry.

geos.GEOSNode_r ⇒ number

Computes a geometric shape that represents the points shared by two or more geometries.

Kind: Exported member
Returns: number - The pointer to a GEOS geometry representing the noded version of the input, or NULL on error.
See: https://libgeos.org/doxygen/geos__c_8h.html

ParamTypeDescription
handlenumberA pointer to the GEOS context handle.
gnumberThe pointer to a GEOS geometry.