public class BouchonVolumeEquations
extends java.lang.Object
Bouchon, J. 1974. Les tarifs de cubage. ENGREF. 57 p.
Constructor and Description |
---|
BouchonVolumeEquations() |
Modifier and Type | Method and Description |
---|---|
double |
getStemAndBranchesCommercialOverbarkVolume(double dbh,
double height,
FagaceesSpeciesProvider.FgSpecies species)
Calculates the commercial wood volume for the stem and the branches, using a
small-end minimum diameter of 7cm.
|
double |
getStemCommercialOverbarkVolume(double dbh,
double height,
FagaceesSpeciesProvider.FgSpecies species)
Calculates the over-bark wood volume for STEM ONLY, using a small end minimum
diameter of 7 cm using Bouchon Volume Tables (Bouchon 1982 for beech, Bouchon 1974 for oak)
|
static void |
main(java.lang.String[] args) |
public double getStemAndBranchesCommercialOverbarkVolume(double dbh, double height, FagaceesSpeciesProvider.FgSpecies species)
dbh
- the diameter at breast height (cm)height
- the height (m)species
- a Species enum variable Oak or BeechBouchon, J. 1974. Les tarifs de cubage. ENGREF. 57 p.
public double getStemCommercialOverbarkVolume(double dbh, double height, FagaceesSpeciesProvider.FgSpecies species)
dbh
- the diameter at breast height (cm)height
- the height (m)species
- a FgSpecies enum variable Oak or BeechBouchon, J. 1974. Les tarifs de cubage. ENGREF. 57 p.
public static void main(java.lang.String[] args)