C# Class Landis.Extension.BaseHarvest.Stands

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

Public Methods

Method Description
ReadMap ( string path ) : void

Reads the input map of stands.

Method Details

ReadMap() public static method

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