DotSpatial.Data.FeatureSetExt.CombinedFields - sindizzy/DSW GitHub Wiki
Syntax
CombinedFields(DotSpatial.Data.IFeatureSet self, DotSpatial.Data.IFeatureSet other) |
Summary
Generates an empty featureset that has the combined fields from this featureset and the specified featureset. |
Name | Description |
---|---|
self | This featureset |
other | The other featureset to combine fields with. |
Returns