Class tree

java.lang.Object
  |
  +--tree

class tree
extends java.lang.Object

TreeGrOSS : class tree defines the trees for class stand http://treegross.sourceforge.net Version 18-Aug-2002


Field Summary
(package private)  int age
          age
(package private)  double c66
          competition index c66 and c66c
(package private)  double c66c
          competition index c66 and c66c
(package private)  double cb
          crown base and crown width
(package private)  int code
          species Code according to Lower Saxony
(package private)  boolean crop
          crop tree
(package private)  double cw
          crown base and crown width
(package private)  double d
          diameter, height, volume
(package private)  double fac
          weight factor for concentric sample plots
(package private)  double h
          diameter, height, volume
(package private)  java.lang.String no
          tree number
(package private)  int out
          if living -1, else the year when died or taken out
(package private)  int outtype
          0=alive, 1= mortality, 2=thinned or cut
(package private)  double si
          site index
(package private)  double v
          diameter, height, volume
(package private)  double x
          relative tree position coordinates , z=vertical height of ground
(package private)  double y
          relative tree position coordinates , z=vertical height of ground
(package private)  double z
          relative tree position coordinates , z=vertical height of ground
 
Constructor Summary
(package private) tree()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

code

int code
species Code according to Lower Saxony


no

java.lang.String no
tree number


age

int age
age


out

int out
if living -1, else the year when died or taken out


outtype

int outtype
0=alive, 1= mortality, 2=thinned or cut


d

double d
diameter, height, volume


h

double h
diameter, height, volume


v

double v
diameter, height, volume


cb

double cb
crown base and crown width


cw

double cw
crown base and crown width


x

double x
relative tree position coordinates , z=vertical height of ground


y

double y
relative tree position coordinates , z=vertical height of ground


z

double z
relative tree position coordinates , z=vertical height of ground


crop

boolean crop
crop tree


c66

double c66
competition index c66 and c66c


c66c

double c66c
competition index c66 and c66c


fac

double fac
weight factor for concentric sample plots


si

double si
site index

Constructor Detail

tree

tree()