C# Класс Landis.Extension.BaseHarvest.Prescription

A prescription describes how stands are ranked, how sites are selected, and which cohorts are harvested.
Наследование: ISpeciesCohortsDisturbance
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
ISpeciesCohortsDisturbance void

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

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

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

Prescription ( string name, IStandRankingMethod rankingMethod, ISiteSelector siteSelector, ICohortSelector cohortSelector, Landis.Library.Succession.Planting speciesToPlant, int minTimeSinceDamage, bool preventEstablishment ) : Edu.Wisc.Forest.Flel.Util
Prescription ( string name, IStandRankingMethod rankingMethod, ISiteSelector siteSelector, ICohortSelector cohortSelector, Landis.Library.Succession.Planting speciesToPlant, int minTimeSinceDamage, bool preventEstablishment ) : Landis.Library.AgeOnlyCohorts

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

Метод Описание
ISpeciesCohortsDisturbance ( ISpeciesCohorts cohorts, ISpeciesCohortBoolArray isDamaged ) : void

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

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

public static CheckLandUseName ( string name ) : void
name string
Результат void

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

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

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

public Prescription ( string name, IStandRankingMethod rankingMethod, ISiteSelector siteSelector, ICohortSelector cohortSelector, Landis.Library.Succession.Planting speciesToPlant, int minTimeSinceDamage, bool preventEstablishment ) : Edu.Wisc.Forest.Flel.Util
name string
rankingMethod IStandRankingMethod
siteSelector ISiteSelector
cohortSelector ICohortSelector
speciesToPlant Landis.Library.Succession.Planting
minTimeSinceDamage int
preventEstablishment bool
Результат Edu.Wisc.Forest.Flel.Util

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

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