ICore Interface |
Namespace: Landis.Core
The ICore type exposes the following members.
Name | Description | |
---|---|---|
![]() | CreateRaster``1 | (Inherited from IRasterFactory.) |
![]() | CreateTextFile | Obsolete. |
![]() | GenerateSeed |
Generates a non-zero random seed using the system clock.
This was found to fail on Mac OSX, due to identical results returned from System.Random (due to an internal error in System.Environment.TickCount)
System.Random was replaced with System.Security.Cryptography.RandomNumberGenerator by Brendan C. Ward on 6/4/2008
|
![]() | GenerateUniform | |
![]() | GetSiteVarT |
Gets a site variable with a specific name and data type.
|
![]() | Info |
Writes an informational message into the log.
|
![]() | Initialize |
Initializes the random-number generator with a specific seed.
|
![]() | LoadT | Obsolete. |
![]() | NextDouble | |
![]() | OpenRaster``1 | (Inherited from IRasterFactory.) |
![]() | OpenTextFile | Obsolete. |
![]() | RegisterSiteVar |
Registers a site variable under a specific name.
|
![]() | shuffleT |
Name | Description | |
---|---|---|
![]() | BetaDistribution | |
![]() | BetaPrimeDistribution | |
![]() | CauchyDistribution | |
![]() | CellArea |
The area of a cell (a site on landscape).
|
![]() | CellLength |
The length of a side of a cell (a site on landscape).
|
![]() | ChiDistribution | |
![]() | ChiSquareDistribution | |
![]() | ContinuousUniformDistribution | |
![]() | CurrentTime |
The calendar year in the current time step.
|
![]() | Ecoregion |
The ecoregion for each site on the landscape.
|
![]() | Ecoregions |
The dataset of ecoregion parameters for the scenario.
|
![]() | EndTime |
The last calendar year in the scenario.
|
![]() | ErlangDistribution | |
![]() | ExponentialDistribution | |
![]() | FisherSnedecorDistribution | |
![]() | FisherTippettDistribution | |
![]() | GammaDistribution | |
![]() | Generator | |
![]() | Landscape |
The landscape for the scenario.
|
![]() | LaplaceDistribution | |
![]() | Log | Obsolete. |
![]() | LognormalDistribution | |
![]() | NormalDistribution | |
![]() | ParetoDistribution | |
![]() | PoissonDistribution | |
![]() | PowerDistribution | |
![]() | RayleighDistribution | |
![]() | Species |
The dataset of species parameters for the scenario.
|
![]() | StartTime |
The calendar year that the scenario starts from.
|
![]() | StudentsTDistribution | |
![]() | TimeSinceStart |
The number of years from StartTime to CurrentTime.
|
![]() | TriangularDistribution | |
![]() | UI |
The user interface that the model writes information to.
|
![]() | WeibullDistribution |