NetTopologySuite / NetTopologySuite.Features

An implementation of Feature and FeatureCollection
BSD 3-Clause "New" or "Revised" License
8 stars 14 forks source link

Add FeatureCollection ctor with IEnumerable<IFeature> parameter #12

Closed atlefren closed 3 years ago

atlefren commented 4 years ago

This should solve #9.

Added tests for list of both IFeature and Feature, decided to accept IEnumerable, as this is more generic.

All existing tests still passing.

CLAassistant commented 4 years ago

CLA assistant check
All committers have signed the CLA.

DGuidi commented 3 years ago

looks "mergeable" to me