sonification.dataimport.visbards_resourcetoolkit.repository.resource
Class ColumnASCII
java.lang.Object
sonification.dataimport.visbards_resourcetoolkit.repository.resource.ColumnBase
sonification.dataimport.visbards_resourcetoolkit.repository.resource.ColumnASCII
- All Implemented Interfaces:
- Column
- Direct Known Subclasses:
- ColumnASCIITime
public class ColumnASCII
- extends ColumnBase
Describes a column which holds data in a resource. CDF columns
store association to CDF variables
A Column either holds specific column numbers in the ascii file,
or header string names which identify the column.
|
Constructor Summary |
ColumnASCII(java.lang.String name,
int[] col,
boolean isDouble,
org.gjt.fredgc.unit.Unit unit,
java.lang.String[] missingData)
|
ColumnASCII(java.lang.String name,
int col,
boolean isDouble,
org.gjt.fredgc.unit.Unit unit,
java.lang.String[] missingData)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ColumnASCII
public ColumnASCII(java.lang.String name,
int col,
boolean isDouble,
org.gjt.fredgc.unit.Unit unit,
java.lang.String[] missingData)
throws SonificationException
- Throws:
SonificationException
ColumnASCII
public ColumnASCII(java.lang.String name,
int[] col,
boolean isDouble,
org.gjt.fredgc.unit.Unit unit,
java.lang.String[] missingData)
throws SonificationException
- Throws:
SonificationException
getIndex
public int[] getIndex()
getMissingDataStrings
public java.lang.String[] getMissingDataStrings()