geofeatures2
geofeatures2 copied to clipboard
Implement `func contains(_ other: Geometry) -> Bool`
A comprehensive test suite needs to be developed for all variations of geometries for the contains
function.
Syntax should be:
///
/// - Returns: true if this geometric object “spatially contains” the other Geometry
///
func contains(_ other: Geometry) -> Bool