C# Class Landis.Extension.LandUse.LandUseRegistry

Show file Open project: LANDIS-II-Foundation/Extensions-Disturbance Class Usage Examples

Public Methods

Method Description
LookUp ( ushort mapCode ) : LandUse

Look up a land use by its map code.

Register ( LandUse landUse ) : void

Private Methods

Method Description
LandUseRegistry ( ) : System.Collections.Generic

Method Details

LookUp() public static method

Look up a land use by its map code.
public static LookUp ( ushort mapCode ) : LandUse
mapCode ushort
return LandUse

Register() public static method

public static Register ( LandUse landUse ) : void
landUse LandUse
return void