-
Notifications
You must be signed in to change notification settings - Fork 0
DotSpatial_Data.FeatureSetExt.Buffer
sindizzy edited this page Dec 30, 2020
·
1 revision
Syntax Buffer(DotSpatial.Data.IFeatureSet self, double distance, bool copyAttributes) Summary
Creates a new polygon featureset that is created by buffering each of the individual shapes.
Parameters
Name | Description | |
---|---|---|
self | The IFeatureSet to buffer | |
distance | The double distance to buffer | |
copyAttributes | Boolean, if this is true, then the new featureset will have the same attributes as the original. |
Returns
The newly created IFeatureSet