Class siteindex

java.lang.Object
  |
  +--siteindex

class siteindex
extends java.lang.Object

TreeGrOSS : class siteindex defines the forest site index information http://treegross.sourceforge.net Version 29-Mar-2002


Field Summary
(package private)  double ehoch
           
(package private)  double hb0
           
(package private)  double hb1
           
(package private)  double hb2
           
(package private)  double hb3
           
(package private)  double hb4
           
(package private)  double hb5
           
(package private)  double hbon
           
(package private)  double ihpot
           
(package private)  java.lang.String rtyp
           
 
Constructor Summary
(package private) siteindex()
           
 
Method Summary
(package private)  double getsiteindex(int code, double age, double h100)
          this returns the height at the age of 100 years
(package private)  double indexheight(int code, double age, double hboni)
          returns the index height for a given site index and age
(package private)  double potheightgrowth(int code, double age, double h100, double hboni)
          returns the potential height growth
(package private)  void setcoefficient(int code)
          set the coefficients for the species
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hbon

double hbon

hb0

double hb0

hb1

double hb1

hb2

double hb2

hb3

double hb3

hb4

double hb4

hb5

double hb5

ehoch

double ehoch

rtyp

java.lang.String rtyp

ihpot

double ihpot
Constructor Detail

siteindex

siteindex()
Method Detail

setcoefficient

void setcoefficient(int code)
set the coefficients for the species


getsiteindex

double getsiteindex(int code,
                    double age,
                    double h100)
this returns the height at the age of 100 years


potheightgrowth

double potheightgrowth(int code,
                       double age,
                       double h100,
                       double hboni)
returns the potential height growth


indexheight

double indexheight(int code,
                   double age,
                   double hboni)
returns the index height for a given site index and age