geos.GEOSIntersects ⇒ number ⏏
Tests if two geometries intersect.
Kind: global property of geos
Returns: number - 1 on true, 0 on false, 2 on exception
| Param | Type | Description |
|---|---|---|
| g1 | GEOSGeometry | Input geometry |
| g2 | GEOSGeometry | Input geometry |
geos.GEOSIntersects_r ⇒ number ⏏
Tests if two geometries intersect.
Kind: global property of geos
Returns: number - 1 on true, 0 on false, 2 on exception
| Param | Type | Description |
|---|---|---|
| handle | GEOSContextHandle_t | - |
| g1 | GEOSGeometry | Input geometry |
| g2 | GEOSGeometry | Input geometry |