DotSpatial.Data.FeatureSetExt.UnionShapes - sindizzy/DSW GitHub Wiki

UnionShapes

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.

 

Parameters

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.

⚠️ **GitHub.com Fallback** ⚠️