C# Class Landis.Harvest.PrescriptionMaps

Utility class for prescription maps.
Mostra file Open project: LANDIS-II-Foundation/Extensions-Disturbance Class Usage Examples

Public Methods

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.

Private Methods

Method Description
CreateMap ( string path ) : IOutputRaster

Method Details

PrescriptionMaps() public method

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

PrescriptionMaps() public method

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

PrescriptionMaps() public method

Initializes a new instance.
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

WriteMap() public method

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. ///
return void