go-spatial / geom

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

Add support for extended MultiLineString geometries #112

Closed gbroccolo closed 3 years ago

gbroccolo commented 3 years ago

The PR contains the definitions of the extended geometries for MultiLineString type. As made for the previous extended geometries, basics methods for the new types have been defined to reduce the extradimensions to 2D objects in order to be integrated with the rest of the repo.

NOTE: The PR contains also changes related to LineString geometries after having executed a go fmt command.

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 498


Changes Missing Coverage Covered Lines Changed/Added Lines %
multi_line_stringms.go 10 13 76.92%
multi_line_strings.go 10 13 76.92%
multi_line_stringzms.go 10 13 76.92%
multi_line_stringzs.go 10 13 76.92%
multi_line_stringm.go 9 20 45.0%
multi_line_stringz.go 9 20 45.0%
multi_line_stringzm.go 9 20 45.0%
<!-- Total: 79 124 63.71% -->
Totals Coverage Status
Change from base Build 496: 0.07%
Covered Lines: 6442
Relevant Lines: 11600

💛 - Coveralls