C# Class Landis.Extension.LandUse.LandUse

The definition of a particular land use.
Afficher le fichier Open project: LANDIS-II-Foundation/Extensions-Disturbance Class Usage Examples

Méthodes publiques

Méthode Description
LandUse ( string name, ushort mapCode, bool harvestingAllowed, LandCover initialLCC ) : Landis.SpatialModeling
LandUse ( string name, ushort mapCode, bool harvestingAllowed, bool establishmentAllowed, LandCover initialLCC ) : Landis.SpatialModeling

Method Details

LandUse() public méthode

public LandUse ( string name, ushort mapCode, bool harvestingAllowed, LandCover initialLCC ) : Landis.SpatialModeling
name string
mapCode ushort
harvestingAllowed bool
initialLCC LandCover
Résultat Landis.SpatialModeling

LandUse() public méthode

public LandUse ( string name, ushort mapCode, bool harvestingAllowed, bool establishmentAllowed, LandCover initialLCC ) : Landis.SpatialModeling
name string
mapCode ushort
harvestingAllowed bool
establishmentAllowed bool
initialLCC LandCover
Résultat Landis.SpatialModeling