Heureka API .NET Documentation
CreateSiteDataObject(AgeType,SoilMoistureType,VegetationType,Double,Double,Double,Nullable<Double>,Nullable<ClimateCode>,Nullable<CountyCode>,Nullable<Boolean>,SpeciesGroupCode,Double,Nullable<GroundLayerType>,Nullable<SoilDepth>,Nullable<TextureType>,Boolean,Boolean,ProjectionInfo) Method



Creates a site data object.
Syntax
'Declaration
 
Public Overloads Shared Function CreateSiteDataObject( _
   ByVal evenAgedClass As AgeType, _
   ByVal soilMoistureCode As SoilMoistureType, _
   ByVal vegetationType As VegetationType, _
   ByVal eastCoordinate As Double, _
   ByVal northCoordinate As Double, _
   ByVal altitude As Double, _
   ByVal latitude As Nullable(Of Double), _
   ByVal climateCode As Nullable(Of ClimateCode), _
   ByVal countyCode As Nullable(Of CountyCode), _
   ByVal isCloseToCoast As Nullable(Of Boolean), _
   ByVal siteIndexSpecies As SpeciesGroupCode, _
   ByVal siteIndex As Double, _
   ByVal bottomFieldLayer As Nullable(Of GroundLayerType), _
   Optional ByVal soilDepth As Nullable(Of SoilDepth), _
   Optional ByVal soilTexture As Nullable(Of TextureType), _
   Optional ByVal ditch As Boolean, _
   Optional ByVal peat As Boolean, _
   Optional ByVal projection As DotSpatial.Projections.ProjectionInfo _
) As SiteData
'Usage
 
Dim evenAgedClass As AgeType
Dim soilMoistureCode As SoilMoistureType
Dim vegetationType As VegetationType
Dim eastCoordinate As Double
Dim northCoordinate As Double
Dim altitude As Double
Dim latitude As Nullable(Of Double)
Dim climateCode As Nullable(Of ClimateCode)
Dim countyCode As Nullable(Of CountyCode)
Dim isCloseToCoast As Nullable(Of Boolean)
Dim siteIndexSpecies As SpeciesGroupCode
Dim siteIndex As Double
Dim bottomFieldLayer As Nullable(Of GroundLayerType)
Dim soilDepth As Nullable(Of SoilDepth)
Dim soilTexture As Nullable(Of TextureType)
Dim ditch As Boolean
Dim peat As Boolean
Dim projection As DotSpatial.Projections.ProjectionInfo
Dim value As SiteData
 
value = HeurekaObjectFactory.CreateSiteDataObject(evenAgedClass, soilMoistureCode, vegetationType, eastCoordinate, northCoordinate, altitude, latitude, climateCode, countyCode, isCloseToCoast, siteIndexSpecies, siteIndex, bottomFieldLayer, soilDepth, soilTexture, ditch, peat, projection)

Parameters

evenAgedClass
soilMoistureCode
vegetationType
eastCoordinate
northCoordinate
altitude
latitude
climateCode
countyCode
isCloseToCoast
siteIndexSpecies
siteIndex
bottomFieldLayer
soilDepth
soilTexture
ditch
peat
projection
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

HeurekaObjectFactory Class
HeurekaObjectFactory Members
Overload List

Send Feedback