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

A repeat harvest is a variation of a prescription that harvests stands and then sets them aside for additional harvests.
Наследование: Prescription
Показать файл Открыть проект Примеры использования класса

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

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

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

RepeatHarvest ( string name, IStandRankingMethod rankingMethod, ISiteSelector siteSelector, ICohortSelector cohortSelector, Landis.Succession.Planting speciesToPlant, 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 ) : void
stand Stand
Результат void

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

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