C# Class Landis.Harvest.Stands

Utility methods for stands.
Show file Open project: LANDIS-II-Foundation/Extensions-Disturbance

Public Methods

Method Description
AssignSiteToStand ( ActiveSite activeSite, ushort mapCode ) : void

Assigns an active site to a particular stand.

ReadMap ( string path ) : void

Reads the input map of stands.

Private Methods

Method Description
Stands ( ) : Landis.DualScale

Method Details

AssignSiteToStand() public static method

Assigns an active site to a particular stand.
public static AssignSiteToStand ( ActiveSite activeSite, ushort mapCode ) : void
activeSite ActiveSite /// The active site that is being assigned to a stand. ///
mapCode ushort /// The map code of the stand that the site is being assigned to. ///
return void

ReadMap() public static method

Reads the input map of stands.
public static ReadMap ( string path ) : void
path string /// Path to the map. ///
return void