C# 클래스 Landis.Harvest.Stands

Utility methods for stands.
파일 보기 프로젝트 열기: LANDIS-II-Foundation/Extensions-Disturbance

공개 메소드들

메소드 설명
AssignSiteToStand ( ActiveSite activeSite, ushort mapCode ) : void

Assigns an active site to a particular stand.

ReadMap ( string path ) : void

Reads the input map of stands.

비공개 메소드들

메소드 설명
Stands ( ) : Landis.DualScale

메소드 상세

AssignSiteToStand() 공개 정적인 메소드

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. ///
리턴 void

ReadMap() 공개 정적인 메소드

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