C# Class Landis.Extension.BaseHarvest.ManagementAreas

Utility methods for management areas.
Afficher le fichier Open project: LANDIS-II-Foundation/Extensions-Disturbance

Méthodes publiques

Méthode Description
MapCodesToString ( List mapCodes ) : string
ReadMap ( string path, IManagementAreaDataset managementAreas ) : void

Reads the input map of management areas.

Method Details

MapCodesToString() public static méthode

public static MapCodesToString ( List mapCodes ) : string
mapCodes List
Résultat string

ReadMap() public static méthode

Reads the input map of management areas.
public static ReadMap ( string path, IManagementAreaDataset managementAreas ) : void
path string /// Path to the map. ///
managementAreas IManagementAreaDataset /// Management areas that have prescriptions applied to them. ///
Résultat void