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

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

Private Properties

Property Type Description

Public Methods

Method 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 method

public ApplyTo ( Landis.SpatialModeling.ActiveSite site ) : void
site Landis.SpatialModeling.ActiveSite
return void

RemoveTrees() public method

public RemoveTrees ( ICohortHarvest cohortHarvest ) : Landis.Library.Harvest
cohortHarvest ICohortHarvest
return Landis.Library.Harvest

RemoveTrees() public method

public RemoveTrees ( ICohortHarvest cohortHarvest, Planting speciesToPlant ) : Landis.Library.Harvest
cohortHarvest ICohortHarvest
speciesToPlant Planting
return Landis.Library.Harvest

RemoveTrees() public method

public RemoveTrees ( ICohortSelector cohortSelector ) : Landis.Library.Harvest
cohortSelector ICohortSelector
return Landis.Library.Harvest

RemoveTrees() public method

public RemoveTrees ( ICohortCutter cohortCutter, Planting speciesToPlant ) : Landis.Library.SiteHarvest
cohortCutter ICohortCutter
speciesToPlant Planting
return Landis.Library.SiteHarvest