-
Notifications
You must be signed in to change notification settings - Fork 0
DotSpatial.Data.FeatureSetExt.UnionShapes
sindizzy edited this page Dec 30, 2020
·
1 revision
Syntax
| UnionShapes(DotSpatial.Data.IFeatureSet self, DotSpatial.Data.ShapeRelateType style) |
Summary
| This method will create a new IFeatureSet with the the shapes that intersect merged into single shapes, or else it will return a new featureset where EVERY shape is unioned into a single, multi-part shape. |
| Name | Description |
|---|---|
| self | The source of features to union |
| style | This controls whether intersecting or all features are unioned |
Returns
An IFeatureSet with the unioned shapes.