C# Класс Landis.Extension.BiomassHarvest.PartialHarvestDisturbance

A biomass disturbance that handles partial thinning of cohorts.
Наследование: IDisturbance
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
IDisturbance int
PartialHarvestDisturbance Landis.Biomass
PartialHarvestDisturbance Landis.Core

Открытые методы

Метод Описание
Initialize ( ) : void
RecordBiomassReduction ( ICohort cohort, int reduction ) : void

Records the biomass reduction for a particular cohort.

ReduceCohortBiomass ( Landis.Landscape.ActiveSite site, Stand stand ) : void

Reduces the biomass of cohorts that have been marked for partial reduction. Original stand is the originating stand in cases where there is stand spreading.

Приватные методы

Метод Описание
IDisturbance ( ICohort cohort ) : int
PartialHarvestDisturbance ( ) : Landis.Biomass
PartialHarvestDisturbance ( ) : Landis.Core

Описание методов

Initialize() публичный статический Метод

public static Initialize ( ) : void
Результат void

RecordBiomassReduction() публичный статический Метод

Records the biomass reduction for a particular cohort.
public static RecordBiomassReduction ( ICohort cohort, int reduction ) : void
cohort ICohort
reduction int
Результат void

ReduceCohortBiomass() публичный статический Метод

Reduces the biomass of cohorts that have been marked for partial reduction. Original stand is the originating stand in cases where there is stand spreading.
public static ReduceCohortBiomass ( Landis.Landscape.ActiveSite site, Stand stand ) : void
site Landis.Landscape.ActiveSite
stand Stand
Результат void