Skip to content

DotSpatial.Data.FeatureSetExt.Buffer

sindizzy edited this page Dec 30, 2020 · 1 revision

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

Clone this wiki locally