C# 클래스 Landis.Extension.LandUse.LandUse

The definition of a particular land use.
파일 보기 프로젝트 열기: LANDIS-II-Foundation/Extensions-Disturbance 1 사용 예제들

공개 메소드들

메소드 설명
LandUse ( string name, ushort mapCode, bool harvestingAllowed, LandCover initialLCC ) : Landis.SpatialModeling
LandUse ( string name, ushort mapCode, bool harvestingAllowed, bool establishmentAllowed, LandCover initialLCC ) : Landis.SpatialModeling

메소드 상세

LandUse() 공개 메소드

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

LandUse() 공개 메소드

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