Heureka API .NET Documentation
CreateNewFeatureSet Method



Creates a new featureset by creating nature retention patches for features with column attribute NCpropotion > 0. Splits original polygon for those feature into one main stand polygon and one retention patch. A column called "NCproportion" must be available. This should hold the proportion of the entire polygon area that should be set aside. For example, if the desired NC area should be 1 ha, then NCproportion should be 1/polygon.Area.
Syntax
'Declaration
 
Public Function CreateNewFeatureSet() As DotSpatial.Data.IFeatureSet
'Usage
 
Dim instance As NcPatchesCalculator
Dim value As DotSpatial.Data.IFeatureSet
 
value = instance.CreateNewFeatureSet()
public DotSpatial.Data.IFeatureSet CreateNewFeatureSet()
public:
DotSpatial.Data.IFeatureSet^ CreateNewFeatureSet(); 
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NcPatchesCalculator Class
NcPatchesCalculator Members

Send Feedback