pub fn touches(a: &Geometry, b: &Geometry) -> boolExpand 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).