Method | Description | |
---|---|---|
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 |
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 | |
return | Landis.Succession |
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 | |
return | Landis.Succession |