Skip to content

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().

ParamTypeDescription
gGEOSGeometryThe 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().

ParamTypeDescription
handleGEOSContextHandle_t-
gGEOSGeometryThe input geometry