geofeatures2
geofeatures2 copied to clipboard
Implement `func disjoint(_ other: Geometry) -> Bool`
A comprehensive test suite needs to be developed for all variations of geometries for the disjoint
function.
Add to protocol Geometry
and all implementing types with the syntax:
//
///- Returns: true if this geometric object is “spatially disjoint” from the other Geometry.
///
func disjoint(_ other: Geometry) -> Bool