프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ExtType | Landis.Core.ExtensionType | ||
ExtensionName | string |
메소드 | 설명 | |
---|---|---|
CleanUp ( ) : void | ||
Initialize ( ) : void | ||
IsHarvestAllowedAt ( Landis.SpatialModeling.ActiveSite site ) : bool |
Is harvesting allowed at a site? This method is registered with the harvest library so that a site's land use can affect site selection in the harvest extensions (if they are used in a scenario). |
|
LoadParameters ( string dataFile, ICore modelCore ) : void | ||
Main ( ) : Landis.Core | ||
ProcessInputMap ( ProcessLandUseAt processLandUseAt ) : void | ||
Run ( ) : void |
public static IsHarvestAllowedAt ( Landis.SpatialModeling.ActiveSite site ) : bool | ||
site | Landis.SpatialModeling.ActiveSite | |
리턴 | bool |
public LoadParameters ( string dataFile, ICore modelCore ) : void | ||
dataFile | string | |
modelCore | ICore | |
리턴 | void |
public ProcessInputMap ( ProcessLandUseAt processLandUseAt ) : void | ||
processLandUseAt | ProcessLandUseAt | |
리턴 | void |
public static ExtensionType,Landis.Core ExtType | ||
리턴 | Landis.Core.ExtensionType |