geofeatures2 icon indicating copy to clipboard operation
geofeatures2 copied to clipboard

Implement `func disjoint(_ other: Geometry) -> Bool`

Open tonystone opened this issue 8 years ago • 1 comments

A comprehensive test suite needs to be developed for all variations of geometries for the disjoint function.

tonystone avatar May 16 '16 14:05 tonystone

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

tonystone avatar Apr 09 '18 15:04 tonystone