Click or drag to resize
ISpecies Interface
The information for a tree species (its index and parameters).

Namespace: Landis.Core
Assembly: Landis.Core (in Landis.Core.dll) Version: 6.1.5452.26346
Syntax
public interface ISpecies : ISpeciesParameters

The ISpecies type exposes the following members.

Properties
  NameDescription
Public propertyEffectiveSeedDist
Effective seed dispersal distance (m?)
(Inherited from ISpeciesParameters.)
Public propertyFireTolerance
Fire tolerance class (1-5)
(Inherited from ISpeciesParameters.)
Public propertyIndex
Index of the species in the dataset of species parameters.
Public propertyLongevity
Longevity (years)
(Inherited from ISpeciesParameters.)
Public propertyMaturity
Age of sexual maturity (years)
(Inherited from ISpeciesParameters.)
Public propertyMaxSeedDist
Maximum seed dispersal distance (m?)
(Inherited from ISpeciesParameters.)
Public propertyMaxSproutAge
Maximum age for sprouting (years)
(Inherited from ISpeciesParameters.)
Public propertyMinSproutAge
Minimum age for sprouting (years)
(Inherited from ISpeciesParameters.)
Public propertyName
Name
(Inherited from ISpeciesParameters.)
Public propertyPostFireRegeneration
The form of reproduction that occurs after fires.
(Inherited from ISpeciesParameters.)
Public propertyShadeTolerance
Shade tolerance class (1-5)
(Inherited from ISpeciesParameters.)
Public propertyVegReprodProb
Vegetative reproduction probability
(Inherited from ISpeciesParameters.)
Top
See Also