tonystone / geofeatures2

A lightweight, high performance geometry library in Swift.
Apache License 2.0
19 stars 4 forks source link

Collectionbuffer impl #132

Closed tonystone closed 7 years ago

tonystone commented 7 years ago

Moving inset, update, remove buffer code into the CollectionBuffer impl.

tonystone commented 7 years ago

Current coverage is 97.41% (diff: 100%)

Merging #132 into master will decrease coverage by 0.21%

@@             master       #132   diff @@
==========================================
  Files            39         39          
  Lines          2371       2170   -201   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
- Hits           2315       2114   -201   
  Misses           56         56          
  Partials          0          0          
Diff Coverage File Path
•••••••••• 100% Sources/GeoFeatures/LineString.swift
•••••••••• 100% Sources/GeoFeatures/LinearRing.swift
•••••••••• 100% Sources/GeoFeatures/MultiLineString.swift
•••••••••• 100% Sources/GeoFeatures/GeometryCollection.swift
•••••••••• 100% Sources/GeoFeatures/MultiPolygon.swift
•••••••••• 100% Sources/GeoFeatures/MultiPoint.swift
•••••••••• 100% Sources/GeoFeatures/CollectionBuffer.swift

Powered by Codecov. Last update 765cae1...2d70774