Skip to main content

touches

Function touches 

Source
pub fn touches(a: &Geometry, b: &Geometry) -> bool
Expand description

geof:sfTouches — geometries share a boundary point but no interior. A pragmatic test: they intersect, but neither contains an interior point of the other (approximated as: they intersect and no vertex of one is strictly inside a polygon of the other).