Heureka API .NET Documentation
ConvertToPineOrSpruce Method



site index species to convert from. Return species converted to
si (m) of species to convert from
Conversion from birch (H50), oak (H100), beech (H100), or contorta (H50) to spruce or pine. In Heureka, only pine and spruce are supported as site index species. http H100Bok -> H100Gran: SI= 0,43 * H100Bok+ 21,1 H50Björk -> H100Gran: SI=1,15 * H50Björk- 1 H100Ek -> H100Gran: SI=0,6 * H100Ek+ 15 H50Contorta -> H100Tall: SI=0,9 * H50Contorta+ 4
Syntax
'Declaration
 
Public Shared Function ConvertToPineOrSpruce( _
   ByRef species As SpeciesGroupCode, _
   ByVal fromSpeciesSiteIndex As Double _
) As Double
'Usage
 
Dim species As SpeciesGroupCode
Dim fromSpeciesSiteIndex As Double
Dim value As Double
 
value = ApiSiteIndexCalculator.ConvertToPineOrSpruce(species, fromSpeciesSiteIndex)
public static double ConvertToPineOrSpruce( 
   ref SpeciesGroupCode species,
   double fromSpeciesSiteIndex
)
public:
static double ConvertToPineOrSpruce( 
   SpeciesGroupCode% species,
   double fromSpeciesSiteIndex
) 

Parameters

species
site index species to convert from. Return species converted to
fromSpeciesSiteIndex
si (m) of species to convert from

Return Value

si converted (m) and species to converted to by ref
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

ApiSiteIndexCalculator Class
ApiSiteIndexCalculator Members

Send Feedback