Heureka API .NET Documentation
Slu.Heureka.HeurekaAPI.Calculators Namespace
Inheritance Hierarchy
Classes
 ClassDescription
ClassApiSiteIndexCalculator Interface to functions in Heureka to calculate and convert site indexes. Note! There is a class with the same name in DomainLayer.ProductionModel.SiteIndexCalculator, but they are not the same.
ClassDiameterDistributionCalculator This class is responsible for genrating a tree list using stand level variables as input
ClassDiameterDistributionCalculator.LayerData  
ClassGrowthCalculator This class is responsible for calculating growth for a stand. As input, tree layer descriptions are used, in terms of basal area, number of stems, mean diameter etc. for each layer. All calculations refer to per hectar. A GrowthCalculator is thread-safe and can be used simultaneously in parallel loops.
ClassInitialStateCalculator This class is responsible for calculating the initial state for a stand. It is not possible to use this class if you are using the GrowthCalcualtor, since the GrowthCalcualtor is calculting the initial state too. As input, tree layer descriptions are used in the same way as for a GrowthCalculator, in terms of basal area, number of stems, mean diameter etc. for each layer. All calculations refer to per hectar. A GrowthCalculator is threadsafe and can be reused. If using a GrowthCalculator in a parellel loop, create a new GrowthCalculator in each thread.
ClassStateCalculatorBase Base class for InitialStateCalculor and GrowthCalculator
See Also

Reference

Slu.Heureka.HeurekaAPI Assembly

Send Feedback