geofeatures2
geofeatures2 copied to clipboard
A lightweight, high performance geometry library in Swift.
Adding minimal supported ios version
When I attempt to build a swift package collection using the command `swift run package-collection-generate --pretty-printed ` I get this error "Skipping package https://github.com/tonystone/geofeatures2.git because it does not have any...
There's a broken link in the CocoaPods page. Did I miss the documentation some where?
A comprehensive test suite needs to be developed for all variations of geometries for the intersects function.
The OGC standard states for Collection types > By the nature of digital representations, collections are inherently ordered by the underlying storage mechanism. Two collections whose difference is only this...
Add to protocol `Geometry` and all implementing types with the syntax: ``` func intersection(other: Geometry) -> Geometry ```
When Apple ApplicationServices is imported either directly or indirectly (XCTest imports it indirectly) code using GeoFeatures can not resolve our Polygon. We get the following messages. We need to decide...
Implementing isSimple with complete tests for all Geometry types.
Add to protocol `Geometry` and all implementing types with the syntax: ``` /// /// - Returns: true if this GeometryType instance has no anomalous geometric points, such /// as self...