C# Class Landis.Extension.LandUse.LandCover.RemoveTrees

Inheritance: Landis.Library.Harvest.AgeCohortHarvest, IChange
Afficher le fichier Open project: LANDIS-II-Foundation/Extensions-Disturbance Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ApplyTo ( Landis.SpatialModeling.ActiveSite site ) : void
RemoveTrees ( ICohortHarvest cohortHarvest ) : Landis.Library.Harvest
RemoveTrees ( ICohortHarvest cohortHarvest, Planting speciesToPlant ) : Landis.Library.Harvest
RemoveTrees ( ICohortSelector cohortSelector ) : Landis.Library.Harvest
RemoveTrees ( ICohortCutter cohortCutter, Planting speciesToPlant ) : Landis.Library.SiteHarvest

Method Details

ApplyTo() public méthode

public ApplyTo ( Landis.SpatialModeling.ActiveSite site ) : void
site Landis.SpatialModeling.ActiveSite
Résultat void

RemoveTrees() public méthode

public RemoveTrees ( ICohortHarvest cohortHarvest ) : Landis.Library.Harvest
cohortHarvest ICohortHarvest
Résultat Landis.Library.Harvest

RemoveTrees() public méthode

public RemoveTrees ( ICohortHarvest cohortHarvest, Planting speciesToPlant ) : Landis.Library.Harvest
cohortHarvest ICohortHarvest
speciesToPlant Planting
Résultat Landis.Library.Harvest

RemoveTrees() public méthode

public RemoveTrees ( ICohortSelector cohortSelector ) : Landis.Library.Harvest
cohortSelector ICohortSelector
Résultat Landis.Library.Harvest

RemoveTrees() public méthode

public RemoveTrees ( ICohortCutter cohortCutter, Planting speciesToPlant ) : Landis.Library.SiteHarvest
cohortCutter ICohortCutter
speciesToPlant Planting
Résultat Landis.Library.SiteHarvest