Property | Type | Description | |
---|---|---|---|
AgeCohort | void | ||
ISpeciesCohortsDisturbance | void |
Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
AgeCohort ( AgeCohort cohorts, AgeCohort isDamaged ) : void | ||
ISpeciesCohortsDisturbance ( ISpeciesCohorts cohorts, ISpeciesCohortBoolArray isDamaged ) : void |
public Prescription ( string name, IStandRankingMethod rankingMethod, ISiteSelector siteSelector, ICohortSelector cohortSelector ) : Landis.AgeCohort | ||
name | string | |
rankingMethod | IStandRankingMethod | |
siteSelector | ISiteSelector | |
cohortSelector | ICohortSelector | |
return | Landis.AgeCohort |
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 | |
return | Landis.AgeCohort |
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 | |
return | Landis.AgeCohort |