Classes
| Class | Description |
 | ApiBiomass |
Container for tree biomass fractions and total tree biomass
|
 | ApiCompartment | This class is used for holding input data and result data. A compartment object should be filled with data by the client, (such as coordinates and site index) and tree layer descriptions (ApiTreeLayerData |
 | ApiSpeciesInputData | As an alternative to populating an ApiCompartment object with ApiTreeLayerData, a list of objects of this class can be used instead. This class represent species-wise data based on species proportion in a stand, mean height per species, etc. |
 | ApiState |
This class is used by ApiCompartment for holding stand data for a given planning period.
|
 | ApiTreatment | |
 | ApiTreatmentList |
This class is a list of treatments that have already been applied or that should be applied in the future.
Regeneration treatments (time for planting and tree species planted)
is useful information for Heureka when creating a young stand.
Thinning treatments (thinning at most thirty years before date of initial state) affects growth.
Fertilization treatments affects growth and can be used to "lock" management, so that at least 10 years must pass since the
fertilization was done before a new activity can be done.
If plantation but no inventory has been done, time for final felling is useful to estimate age of the plantation.
|
 | ApiTree |
Light weight implementation of ITree. ApiTree is used in API library only.
|
 | ApiTreeLayerData |
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.
|
 | EmptyLayer |
An ApiTreeLayerData object that has no data.
|
 | HeurekaLayerResult | |
 | HeurekaPrognosisResult | |
 | LayerTypeConverter | |
 | PeriodResults | |
 | SumExtensions | |
Enumerations
| Enumeration | Description |
 | ApiLayerType |
Type of tree layer
|
 | ApiTreeLayerType | Layer Type according to 'SkiktTyp' in 3G-Plan. This value makes the API able to convert Trees to SeedTrees which is required when performing Treatments of Type 'RemovalOfOverstorey' Obsolete, use ApiLayerType instead. |
See Also