Class competition

java.lang.Object
  |
  +--competition

class competition
extends java.lang.Object

TreeGrOSS : class competition defines the competition indicies http://treegross.sourceforge.net Version 01-Aug-2002


Constructor Summary
(package private) competition()
           
 
Method Summary
(package private)  void c66andc66c(stand st)
          calculates the c66 and c66c vaues of a stand (see literature above), for only the living tree.
(package private)  void c66andc66cxy(stand st)
          calculates the c66 and c66c values for a certain influence zone (see literature above) it expects a stand of class stand
(package private)  double overlap(double r1, double r2, double e)
          calculate overlap area of two circle only if they overlap
(package private)  int pnpoly(double x, double y, stand st)
          check if a point is in polygon , if return is 0 then outside
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

competition

competition()
Method Detail

c66andc66c

void c66andc66c(stand st)
calculates the c66 and c66c vaues of a stand (see literature above), for only the living tree. It expects a stand of class stand


c66andc66cxy

void c66andc66cxy(stand st)
calculates the c66 and c66c values for a certain influence zone (see literature above) it expects a stand of class stand


overlap

double overlap(double r1,
               double r2,
               double e)
calculate overlap area of two circle only if they overlap


pnpoly

int pnpoly(double x,
           double y,
           stand st)
check if a point is in polygon , if return is 0 then outside