C# Класс Landis.Extension.BaseHarvest.PrescriptionMaps

Utility class for prescription maps.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
PrescriptionMaps ( string nameTemplate ) : Landis.SpatialModeling

Initializes a new instance.

WriteMap ( int timestep ) : void

Writes an output map of prescriptions that harvested each active site.

Описание методов

PrescriptionMaps() публичный Метод

Initializes a new instance.
public PrescriptionMaps ( string nameTemplate ) : Landis.SpatialModeling
nameTemplate string /// The template for the pathnames to the maps. ///
Результат Landis.SpatialModeling

WriteMap() публичный Метод

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. ///
Результат void