C# Class Landis.Harvest.PrescriptionMaps

Utility class for prescription maps.
Afficher le fichier Open project: LANDIS-II-Foundation/Extensions-Disturbance Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
CreateMap ( string path ) : IOutputRaster

Method Details

PrescriptionMaps() public méthode

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

PrescriptionMaps() public méthode

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

PrescriptionMaps() public méthode

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

WriteMap() public méthode

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. ///
Résultat void