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().
Param | Type | Description |
---|---|---|
g1 | GEOSGeometry | An input geometry |
g2 | GEOSGeometry | An 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().
Param | Type | Description |
---|---|---|
handle | GEOSContextHandle_t | - |
g1 | GEOSGeometry | An input geometry |
g2 | GEOSGeometry | An input geometry |