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