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
Param | Type | Description |
---|---|---|
g | number | The 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
Param | Type | Description |
---|---|---|
handle | number | A pointer to the GEOS context handle. |
g | number | The pointer to a GEOS geometry. |