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

A land cover change that removes trees with partial thinning (i.e., a percentage of one or more cohorts are harvested).
Inheritance: Landis.Library.BiomassHarvest.BiomassCohortHarvest, IChange
Mostra file Open project: LANDIS-II-Foundation/Extensions-Disturbance

Private Properties

Property Type Description

Public Methods

Method Description
ApplyTo ( Landis.SpatialModeling.ActiveSite site ) : void
RemoveTreesWithPartialHarvest ( Landis cohortSelector, PartialCohortSelectors partialCohortSelectors ) : Landis.Library.BiomassCohorts

Protected Methods

Method Description
Record ( int reduction, ICohort cohort ) : void

Method Details

ApplyTo() public method

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

Record() protected method

protected Record ( int reduction, ICohort cohort ) : void
reduction int
cohort ICohort
return void

RemoveTreesWithPartialHarvest() public method

public RemoveTreesWithPartialHarvest ( Landis cohortSelector, PartialCohortSelectors partialCohortSelectors ) : Landis.Library.BiomassCohorts
cohortSelector Landis
partialCohortSelectors PartialCohortSelectors
return Landis.Library.BiomassCohorts