Heureka API .NET Documentation
ApiTreeLayerData Class
Members  Example 



This class is a data container used both for the input data and the results. It can be used by a client to enter data that describes the state of the tree layers. If the client instead chooses to enter species-wise data as input, an ApiTreeLayerData object will be created for each species. A tree layer represents a group of trees that have the same species (or no species defined). Tree layer attributes consist of species code, mean age, mean diameter, mean height, basal area, stem density, volume, diameter distribution class, and layer type. Not all of these are mandatory.
Object Model
ApiTreeLayerData ClassApiBiomass Class
Syntax
'Declaration
 
Public Class ApiTreeLayerData 
'Usage
 
Dim instance As ApiTreeLayerData
public class ApiTreeLayerData 
public ref class ApiTreeLayerData 
Example
Creates a layer of pine trees with layer number label1, mean age 40, mean diameter dgv = 15, mean diameter DG = 13.5., mean heigth Hgv = 14, stems per ha = 1200, volume = 70, with a narrow diameter distribution.
var pineLayer = new ApiTreeLayerData(layerNumber:1, 
                   speciesCode:SpeciesCode.PinusSylvestris, 
                   meanAge:40.0, 
                   meanDiameterDgv:15.0, 
                   meanDiameterDg:13.5, 
                   meanHeight:14.0, 
                   basalAreaPerHa:17.0,
                   stemsPerHa:1200.0, 
                   volumePerHa:70.0, 
                   diameterDistributionClass:Distribution.Low, 
                   layerType:ApiLayerType.Trees);
Inheritance Hierarchy

System.Object
   Slu.Heureka.HeurekaAPI.Data.ApiTreeLayerData
      Slu.Heureka.HeurekaAPI.Data.EmptyLayer

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

ApiTreeLayerData Members
Slu.Heureka.HeurekaAPI.Data Namespace

Send Feedback