C# 클래스 Landis.Harvest.PrescriptionMaps

Utility class for prescription maps.
파일 보기 프로젝트 열기: LANDIS-II-Foundation/Extensions-Disturbance 1 사용 예제들

공개 메소드들

메소드 설명
PrescriptionMaps ( string nameTemplate ) : Landis.Landscape

Initializes a new instance.

PrescriptionMaps ( string nameTemplate ) : Wisc.Flel.GeospatialModeling.Landscapes

Initializes a new instance.

PrescriptionMaps ( string nameTemplate ) : Wisc.Flel.GeospatialModeling.Landscapes.DualScale

Initializes a new instance.

WriteMap ( int timestep ) : void

Writes an output map of prescriptions that harvested each active site.

비공개 메소드들

메소드 설명
CreateMap ( string path ) : IOutputRaster

메소드 상세

PrescriptionMaps() 공개 메소드

Initializes a new instance.
public PrescriptionMaps ( string nameTemplate ) : Landis.Landscape
nameTemplate string /// The template for the pathnames to the maps. ///
리턴 Landis.Landscape

PrescriptionMaps() 공개 메소드

Initializes a new instance.
public PrescriptionMaps ( string nameTemplate ) : Wisc.Flel.GeospatialModeling.Landscapes
nameTemplate string /// The template for the pathnames to the maps. ///
리턴 Wisc.Flel.GeospatialModeling.Landscapes

PrescriptionMaps() 공개 메소드

Initializes a new instance.
public PrescriptionMaps ( string nameTemplate ) : Wisc.Flel.GeospatialModeling.Landscapes.DualScale
nameTemplate string /// The template for the pathnames to the maps. ///
리턴 Wisc.Flel.GeospatialModeling.Landscapes.DualScale

WriteMap() 공개 메소드

Writes an output map of prescriptions that harvested each active site.
public WriteMap ( int timestep ) : void
timestep int /// Timestep to use in the map's name. ///
리턴 void