C# Класс Landis.Extension.BaseHarvest.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 ) : 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.Library.Succession.Planting speciesToPlant, ICohortSelector additionalCohortSelector, Landis.Library.Succession.Planting additionalSpeciesToPlant, ISiteSelector additionalSiteSelector, int minTimeSinceDamage, bool preventEstablishment, int interval ) : Landis.Core
SingleRepeatHarvest ( string name, IStandRankingMethod rankingMethod, ISiteSelector siteSelector, ICohortSelector cohortSelector, Landis.Library.Succession.Planting speciesToPlant, ICohortSelector additionalCohortSelector, Landis.Library.Succession.Planting additionalSpeciesToPlant, ISiteSelector additionalSiteSelector, int minTimeSinceDamage, bool preventEstablishment, int interval ) : Landis.Library.Succession

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

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.Library.Succession.Planting speciesToPlant, ICohortSelector additionalCohortSelector, Landis.Library.Succession.Planting additionalSpeciesToPlant, ISiteSelector additionalSiteSelector, int minTimeSinceDamage, bool preventEstablishment, int interval ) : Landis.Core
name string
rankingMethod IStandRankingMethod
siteSelector ISiteSelector
cohortSelector ICohortSelector
speciesToPlant Landis.Library.Succession.Planting
additionalCohortSelector ICohortSelector
additionalSpeciesToPlant Landis.Library.Succession.Planting
additionalSiteSelector ISiteSelector
minTimeSinceDamage int
preventEstablishment bool
interval int
Результат Landis.Core

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

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