Slu.Heureka.HeurekaAPI.Factories Namespace > HeurekaObjectFactory Class > CreateSiteDataObject Method : CreateSiteDataObject(AgeType,SoilMoistureType,VegetationType,Double,Double,Double,SpeciesGroupCode,Double,Nullable<GroundLayerType>,Nullable<SoilDepth>,Nullable<TextureType>,Boolean,Boolean,ProjectionInfo) Method |
'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)
public static SiteData CreateSiteDataObject( AgeType evenAgedClass, SoilMoistureType soilMoistureCode, VegetationType vegetationType, double eastCoordinate, double northCoordinate, double altitude, SpeciesGroupCode siteIndexSpecies, double siteIndex, Nullable<GroundLayerType> bottomFieldLayer, Nullable<SoilDepth> soilDepth, Nullable<TextureType> soilTexture, bool ditch, bool peat, DotSpatial.Projections.ProjectionInfo projection )
public: static SiteData^ CreateSiteDataObject( AgeType evenAgedClass, SoilMoistureType soilMoistureCode, VegetationType vegetationType, double eastCoordinate, double northCoordinate, double altitude, SpeciesGroupCode siteIndexSpecies, double siteIndex, Nullable<GroundLayerType> bottomFieldLayer, Nullable<SoilDepth> soilDepth, Nullable<TextureType> soilTexture, bool ditch, bool peat, DotSpatial.Projections.ProjectionInfo^ projection )
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