C# Класс Landis.Harvest.SingleRepeatHarvest

A single repeat-harvest harvests stands and then sets them aside for just one additional harvest. The additional harvest can remove a different set of cohorts than the initial harvest.
Наследование: RepeatHarvest
Показать файл Открыть проект

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

Метод Описание
Harvest ( Stand stand ) : double

Harvests a stand (and possibly its neighbors) according to the repeat-harvest's site-selection method.

Harvest ( Stand stand ) : void

Harvests a stand (and possibly its neighbors) according to the repeat-harvest's site-selection method.

SingleRepeatHarvest ( string name, IStandRankingMethod rankingMethod, ISiteSelector siteSelector, ICohortSelector cohortSelector, Landis.Succession.Planting speciesToPlant, ICohortSelector additionalCohortSelector, Landis.Succession.Planting additionalSpeciesToPlant, int interval ) : Landis.Succession
SingleRepeatHarvest ( string name, IStandRankingMethod rankingMethod, ISiteSelector siteSelector, ICohortSelector cohortSelector, Landis.Succession.Planting speciesToPlant, ICohortSelector additionalCohortSelector, Landis.Succession.Planting additionalSpeciesToPlant, int minTimeSinceDamage, bool preventEstablishment, int interval ) : Landis.Succession

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

Harvest() публичный Метод

Harvests a stand (and possibly its neighbors) according to the repeat-harvest's site-selection method.
public Harvest ( Stand stand ) : double
stand Stand
Результат double

Harvest() публичный Метод

Harvests a stand (and possibly its neighbors) according to the repeat-harvest's site-selection method.
public Harvest ( Stand stand ) : void
stand Stand
Результат void

SingleRepeatHarvest() публичный Метод

public SingleRepeatHarvest ( string name, IStandRankingMethod rankingMethod, ISiteSelector siteSelector, ICohortSelector cohortSelector, Landis.Succession.Planting speciesToPlant, ICohortSelector additionalCohortSelector, Landis.Succession.Planting additionalSpeciesToPlant, int interval ) : Landis.Succession
name string
rankingMethod IStandRankingMethod
siteSelector ISiteSelector
cohortSelector ICohortSelector
speciesToPlant Landis.Succession.Planting
additionalCohortSelector ICohortSelector
additionalSpeciesToPlant Landis.Succession.Planting
interval int
Результат Landis.Succession

SingleRepeatHarvest() публичный Метод

public SingleRepeatHarvest ( string name, IStandRankingMethod rankingMethod, ISiteSelector siteSelector, ICohortSelector cohortSelector, Landis.Succession.Planting speciesToPlant, ICohortSelector additionalCohortSelector, Landis.Succession.Planting additionalSpeciesToPlant, int minTimeSinceDamage, bool preventEstablishment, int interval ) : Landis.Succession
name string
rankingMethod IStandRankingMethod
siteSelector ISiteSelector
cohortSelector ICohortSelector
speciesToPlant Landis.Succession.Planting
additionalCohortSelector ICohortSelector
additionalSpeciesToPlant Landis.Succession.Planting
minTimeSinceDamage int
preventEstablishment bool
interval int
Результат Landis.Succession