Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
CreateMap ( string path ) : IOutputRaster |
public BiomassMaps ( string nameTemplate ) : Landis.Landscape | ||
nameTemplate | string | /// The template for the pathnames to the maps. /// |
return | Landis.Landscape |
public BiomassMaps ( string nameTemplate ) : Landis.SpatialModeling | ||
nameTemplate | string | /// The template for the pathnames to the maps. /// |
return | Landis.SpatialModeling |
public WriteMap ( int timestep ) : void | ||
timestep | int | /// Timestep to use in the map's name. /// |
return | void |