Public Member Functions | |
CutRange (float fLow, float fHigh, float fAmountToCut, HarvestData oParent) throws ModelException | |
Constructor. | |
float | GetLowBound () |
Gets the lower bound value of the dbh cut range. | |
float | GetHighBound () |
Gets the upper bound value of the dbh cut range. | |
float | GetAmountToCut () |
Gets the amount to cut. | |
Private Attributes | |
float | m_fLowDbh |
Low end of the dbh range. | |
float | m_fHighDbh |
High end of the dbh range. | |
float | m_fAmountToCut |
Amount to cut, according to the cut type. |
Copyright: Copyright (c) Charles D. Canham 2003
Company: Institute of Ecosystem Studies
javawrapper::CutRange::CutRange | ( | float | fLow, | |
float | fHigh, | |||
float | fAmountToCut, | |||
HarvestData | oParent | |||
) | throws ModelException [inline] |
Constructor.
fLow | Lower bound of the cut range, as a dbh in cm. | |
fHigh | Upper bound of the cut range, as a dbh in cm. | |
fAmountToCut | Amount to cut. If the amount cut type is as a percentage of either basal area or density, this is a percentage value between 0 and 100. If it is amount of basal area, this is basal area in square meters per hectare. If this is amount of density, this is number of trees per hectare. | |
oParent | Parent HarvestData object. |
ModelException | if any of the following are true:
|
float javawrapper::CutRange::GetAmountToCut | ( | ) | [inline] |
Gets the amount to cut.
float javawrapper::CutRange::GetHighBound | ( | ) | [inline] |
Gets the upper bound value of the dbh cut range.
float javawrapper::CutRange::GetLowBound | ( | ) | [inline] |
Gets the lower bound value of the dbh cut range.