Property | Type | Description | |
---|---|---|---|
ExtType | Landis.Core.ExtensionType | ||
ExtensionName | string |
Method | Description | |
---|---|---|
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 | |
return | bool |
public LoadParameters ( string dataFile, ICore modelCore ) : void | ||
dataFile | string | |
modelCore | ICore | |
return | void |
public ProcessInputMap ( ProcessLandUseAt processLandUseAt ) : void | ||
processLandUseAt | ProcessLandUseAt | |
return | void |
public static ExtensionType,Landis.Core ExtType | ||
return | Landis.Core.ExtensionType |