org.tridas.io.formats.csv
Class CSVFile

java.lang.Object
  extended by org.tridas.io.formats.csv.CSVFile
All Implemented Interfaces:
IDendroFile

Deprecated. use CSVMatrix instead

public class CSVFile
extends Object
implements IDendroFile

Basic Comma Separated Value file format. Files are simple two column spreadsheets with year in column 1 and value in column 2.

Author:
peterbrewer

Constructor Summary
CSVFile(IMetadataFieldSet argDefaults)
          Deprecated.  
 
Method Summary
 IMetadataFieldSet getDefaults()
          Deprecated. Gets the defaults that this file uses to save the file
 String getExtension()
          Deprecated. Gets the extension to use for saving this file.
 org.tridas.interfaces.ITridasSeries[] getSeries()
          Deprecated. Get the series list.
 String[] saveToString()
          Deprecated. Saves the file to strings.
 void setSeries(org.tridas.interfaces.ITridasSeries series)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSVFile

public CSVFile(IMetadataFieldSet argDefaults)
Deprecated. 
Method Detail

setSeries

public void setSeries(org.tridas.interfaces.ITridasSeries series)
               throws ConversionWarningException
Deprecated. 
Throws:
ConversionWarningException

getExtension

public String getExtension()
Deprecated. 
Description copied from interface: IDendroFile
Gets the extension to use for saving this file.

Specified by:
getExtension in interface IDendroFile
Returns:

getSeries

public org.tridas.interfaces.ITridasSeries[] getSeries()
Deprecated. 
Description copied from interface: IDendroFile
Get the series list.

Specified by:
getSeries in interface IDendroFile
Returns:

saveToString

public String[] saveToString()
Deprecated. 
Description copied from interface: IDendroFile
Saves the file to strings.

Specified by:
saveToString in interface IDendroFile
Returns:

getDefaults

public IMetadataFieldSet getDefaults()
Deprecated. 
Description copied from interface: IDendroFile
Gets the defaults that this file uses to save the file

Specified by:
getDefaults in interface IDendroFile
Returns:
See Also:
IDendroFile.getDefaults()


Copyright © 2011. All Rights Reserved.