public abstract class EcsvStarTable extends AbstractStarTable
Modifier and Type | Field and Description |
---|---|
static ValueInfo |
CFORMAT_INFO
Metadata for ECSV format item.
|
Modifier | Constructor and Description |
---|---|
protected |
EcsvStarTable(EcsvMeta meta)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
getColumnCount()
Returns the number of columns in this table.
|
ColumnInfo |
getColumnInfo(int icol)
Returns the object describing the data in a given column.
|
long |
getRowCount()
Returns the number of rows in this table, if known.
|
checkedLongToInt, close, getCell, getColumnAuxDataInfos, getName, getParameters, getRow, getRowAccess, getRowSequence, getRowSplittable, getURL, isRandom, setName, setParameters, setURL
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getParameterByName, setParameter
public static final ValueInfo CFORMAT_INFO
protected EcsvStarTable(EcsvMeta meta)
meta
- ECSV metadata objectpublic int getColumnCount()
StarTable
getColumnCount
in interface StarTable
getColumnCount
in class AbstractStarTable
public ColumnInfo getColumnInfo(int icol)
StarTable
getColumnInfo
in interface StarTable
getColumnInfo
in class AbstractStarTable
icol
- the column for which header information is requiredicol
public long getRowCount()
StarTable
getRowCount
in interface StarTable
getRowCount
in class AbstractStarTable
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.