C# Class Landis.Extension.LandUse.LandUse

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

Public Methods

Method 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 method

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

LandUse() public method

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