Class CropTreeSelection

java.lang.Object
  |
  +--CropTreeSelection

class CropTreeSelection
extends java.lang.Object


Field Summary
(package private)  CTSpecies[] ctsp
           
(package private)  int nctsp
           
 
Constructor Summary
CropTreeSelection()
           
 
Method Summary
(package private)  void addCtsp(int code, int nha, double dist)
          Crop tree species settings
(package private)  int getNcroptrees(stand st, int spe)
          get number of croptrees you get all crop trees by giving 0 for species code
(package private)  void reset(stand st)
          cropt tree reset, cancels all selection of crop trees
(package private)  void select(stand st)
          method select starts the selection process, it expects the number of crop trees per species, which you load first with method addCtsp()
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ctsp

CTSpecies[] ctsp

nctsp

int nctsp
Constructor Detail

CropTreeSelection

public CropTreeSelection()
Method Detail

addCtsp

void addCtsp(int code,
             int nha,
             double dist)
Crop tree species settings


select

void select(stand st)
method select starts the selection process, it expects the number of crop trees per species, which you load first with method addCtsp()


getNcroptrees

int getNcroptrees(stand st,
                  int spe)
get number of croptrees you get all crop trees by giving 0 for species code


reset

void reset(stand st)
cropt tree reset, cancels all selection of crop trees