C# 클래스 Landis.Extension.BiomassHarvest.BiomassMaps

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

공개 메소드들

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

Initializes a new instance.

BiomassMaps ( string nameTemplate ) : Landis.SpatialModeling

Initializes a new instance.

WriteMap ( int timestep ) : void

Writes an output map of biomass removed from each active site.

비공개 메소드들

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

메소드 상세

BiomassMaps() 공개 메소드

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

BiomassMaps() 공개 메소드

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

WriteMap() 공개 메소드

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