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



Creates a site data object. Coordinates must be included in argument list.
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 siteIndexSpecies As SpeciesGroupCode, _
   ByVal siteIndex As Double, _
   Optional 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 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, siteIndexSpecies, siteIndex, bottomFieldLayer, soilDepth, soilTexture, ditch, peat, projection)

Parameters

evenAgedClass
soilMoistureCode
vegetationType
eastCoordinate
northCoordinate
altitude
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