go-spatial / geom

Geometry interfaces to help drive interoperability within the Go geospatial community
MIT License
168 stars 37 forks source link

Add extended types for MultiPoint geometries #111

Closed gbroccolo closed 4 years ago

gbroccolo commented 4 years ago

As made for Point and LineString types, the PR contains the definitions of the extended geometries for MultiPoint type.

As made for LineString, basics methods for the new types have been defined, basically to reduce the extradimensions to 2D objects in order to be integrated with the rest of the repo.

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 494


Changes Missing Coverage Covered Lines Changed/Added Lines %
multi_pointms.go 10 13 76.92%
multi_points.go 10 13 76.92%
multi_pointzms.go 10 13 76.92%
multi_pointzs.go 10 13 76.92%
multi_pointm.go 9 19 47.37%
multi_pointz.go 9 19 47.37%
multi_pointzm.go 9 19 47.37%
<!-- Total: 67 109 61.47% -->
Totals Coverage Status
Change from base Build 493: 0.06%
Covered Lines: 6374
Relevant Lines: 11480

💛 - Coveralls