Skip to content

geos.GEOSSharedPaths ⇒ GEOSGeometry

Find paths shared between the two given lineal geometries.

Kind: global property of geos
Returns: GEOSGeometry - The shared paths Caller is responsible for freeing with GEOSGeom_destroy().

ParamTypeDescription
g1GEOSGeometryAn input geometry
g2GEOSGeometryAn input geometry

geos.GEOSSharedPaths_r ⇒ GEOSGeometry

Find paths shared between the two given lineal geometries.

Kind: global property of geos
Returns: GEOSGeometry - The shared paths Caller is responsible for freeing with GEOSGeom_destroy().

ParamTypeDescription
handleGEOSContextHandle_t-
g1GEOSGeometryAn input geometry
g2GEOSGeometryAn input geometry