geos.GEOSNode ⇒ GEOSGeometry
⏏
For linear inputs, returns a new geometry in which no lines cross each other, and all touching occurs at end points.
Kind: global property of geos
Returns: GEOSGeometry
- The noded geometry or NULL on exception Caller is responsible for freeing with GEOSGeom_destroy().
Param | Type | Description |
---|---|---|
g | GEOSGeometry | The input geometry |
geos.GEOSNode_r ⇒ GEOSGeometry
⏏
For linear inputs, returns a new geometry in which no lines cross each other, and all touching occurs at end points.
Kind: global property of geos
Returns: GEOSGeometry
- The noded geometry or NULL on exception Caller is responsible for freeing with GEOSGeom_destroy().
Param | Type | Description |
---|---|---|
handle | GEOSContextHandle_t | - |
g | GEOSGeometry | The input geometry |