Class DataExchangeFormat

java.lang.Object
  |
  +--DataExchangeFormat

class DataExchangeFormat
extends java.lang.Object


Constructor Summary
(package private) DataExchangeFormat()
           
 
Method Summary
(package private)  void read(stand st, java.lang.String fn)
           
(package private)  void save(stand st, java.lang.String fn)
          write stand data format delimited by ; : 1.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataExchangeFormat

DataExchangeFormat()
Method Detail

save

void save(stand st,
          java.lang.String fn)
write stand data format delimited by ; : 1. Row : stand name; 2. Row : year of data measurement 3. Row : stand size in ha 4. ROW : number of Corner Points ncp: 5. to ncp ROW: label,x-coordinate, y-coordinate, z_koordinate Rest. Row to end : single tree values : species code Lower Saxony, tree number (string), -1 = tree is alive otherwise the year of mortality or cut, dbh (cm), height (m), crown base (m), crown width (m), x-coordinate, y-coordinate, z-coordinate (all in m and should be positive or zero)


read

void read(stand st,
          java.lang.String fn)