Heureka API .NET Documentation
GetVolume Method



Part of sweden for prediction unit
Latitude where tree is located
Altitude where tree is located
Vegetation type where tree is located
Tree height, dm
Tree diameter, cm
Tree speciesGroup
Tree species
Calculates volume for a tree given part of sweden, height, diameter and species
Syntax
'Declaration
 
Public Function GetVolume( _
   ByVal partOfSweden As PartOfSweden, _
   ByVal latitude As Double, _
   ByVal altitude As Double, _
   ByVal vegetationType As VegetationType, _
   ByVal height As Single, _
   ByVal diameter As Single, _
   ByVal speciesGroup As SpeciesGroupCode, _
   ByVal species As SpeciesCode _
) As Double
'Usage
 
Dim instance As TreeVolumeBrandelLesser
Dim partOfSweden As PartOfSweden
Dim latitude As Double
Dim altitude As Double
Dim vegetationType As VegetationType
Dim height As Single
Dim diameter As Single
Dim speciesGroup As SpeciesGroupCode
Dim species As SpeciesCode
Dim value As Double
 
value = instance.GetVolume(partOfSweden, latitude, altitude, vegetationType, height, diameter, speciesGroup, species)

Parameters

partOfSweden
Part of sweden for prediction unit
latitude
Latitude where tree is located
altitude
Altitude where tree is located
vegetationType
Vegetation type where tree is located
height
Tree height, dm
diameter
Tree diameter, cm
speciesGroup
Tree speciesGroup
species
Tree species

Return Value

Volume for tree in dm3
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

TreeVolumeBrandelLesser Class
TreeVolumeBrandelLesser Members

Send Feedback