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

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

Private Properties

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

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

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

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

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.AgeCohort
Prescription ( string name, IStandRankingMethod rankingMethod, ISiteSelector siteSelector, ICohortSelector cohortSelector, Landis.Succession.Planting speciesToPlant ) : Landis.AgeCohort
Prescription ( string name, IStandRankingMethod rankingMethod, ISiteSelector siteSelector, ICohortSelector cohortSelector, Landis.Succession.Planting speciesToPlant, int minTimeSinceDamage, bool preventEstablishment ) : Landis.AgeCohort

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

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

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

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

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

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.AgeCohort
name string
rankingMethod IStandRankingMethod
siteSelector ISiteSelector
cohortSelector ICohortSelector
Результат Landis.AgeCohort

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

public Prescription ( string name, IStandRankingMethod rankingMethod, ISiteSelector siteSelector, ICohortSelector cohortSelector, Landis.Succession.Planting speciesToPlant ) : Landis.AgeCohort
name string
rankingMethod IStandRankingMethod
siteSelector ISiteSelector
cohortSelector ICohortSelector
speciesToPlant Landis.Succession.Planting
Результат Landis.AgeCohort

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

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