Click or drag to resize
ICore Interface
Interface to the core framework for extensions.

Namespace: Landis.Core
Assembly: Landis.Core (in Landis.Core.dll) Version: 6.1.5452.26346
Syntax
public interface ICore : IRasterFactory

The ICore type exposes the following members.

Methods
  NameDescription
Public methodCreateRaster``1 (Inherited from IRasterFactory.)
Public methodCreateTextFile Obsolete.
Public methodGenerateSeed
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
Public methodGenerateUniform
Public methodGetSiteVarT
Gets a site variable with a specific name and data type.
Public methodInfo
Writes an informational message into the log.
Public methodInitialize
Initializes the random-number generator with a specific seed.
Public methodLoadT Obsolete.
Public methodNextDouble
Public methodOpenRaster``1 (Inherited from IRasterFactory.)
Public methodOpenTextFile Obsolete.
Public methodRegisterSiteVar
Registers a site variable under a specific name.
Public methodshuffleT
Top
Properties
  NameDescription
Public propertyBetaDistribution
Public propertyBetaPrimeDistribution
Public propertyCauchyDistribution
Public propertyCellArea
The area of a cell (a site on landscape).
Public propertyCellLength
The length of a side of a cell (a site on landscape).
Public propertyChiDistribution
Public propertyChiSquareDistribution
Public propertyContinuousUniformDistribution
Public propertyCurrentTime
The calendar year in the current time step.
Public propertyEcoregion
The ecoregion for each site on the landscape.
Public propertyEcoregions
The dataset of ecoregion parameters for the scenario.
Public propertyEndTime
The last calendar year in the scenario.
Public propertyErlangDistribution
Public propertyExponentialDistribution
Public propertyFisherSnedecorDistribution
Public propertyFisherTippettDistribution
Public propertyGammaDistribution
Public propertyGenerator
Public propertyLandscape
The landscape for the scenario.
Public propertyLaplaceDistribution
Public propertyLog Obsolete.
Public propertyLognormalDistribution
Public propertyNormalDistribution
Public propertyParetoDistribution
Public propertyPoissonDistribution
Public propertyPowerDistribution
Public propertyRayleighDistribution
Public propertySpecies
The dataset of species parameters for the scenario.
Public propertyStartTime
The calendar year that the scenario starts from.
Public propertyStudentsTDistribution
Public propertyTimeSinceStart
The number of years from StartTime to CurrentTime.
Public propertyTriangularDistribution
Public propertyUI
The user interface that the model writes information to.
Public propertyWeibullDistribution
Top
See Also