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

Buffer

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

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