uk.ac.starlink.table.StarTablepublic class AddColumnsTable
extends uk.ac.starlink.table.WrapperStarTable
| Constructor | Description |
|---|---|
AddColumnsTable(uk.ac.starlink.table.StarTable baseTable,
ColumnSupplement colSup) |
Constructs a table in which the added columns come after all the
columns of the base table.
|
AddColumnsTable(uk.ac.starlink.table.StarTable baseTable,
ColumnSupplement colSup,
int ipos) |
Constructs a table in which the added columns are placed at a
given position.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
getCell(long irow,
int icol) |
|
int |
getColumnCount() |
|
uk.ac.starlink.table.ColumnInfo |
getColumnInfo(int icol) |
|
java.lang.Object[] |
getRow(long irow) |
|
uk.ac.starlink.table.RowSequence |
getRowSequence() |
public AddColumnsTable(uk.ac.starlink.table.StarTable baseTable,
ColumnSupplement colSup,
int ipos)
baseTable - base tablecolSup - object supplying columns to be addedipos - column index within the output table at which
the first colSup column should appearpublic AddColumnsTable(uk.ac.starlink.table.StarTable baseTable,
ColumnSupplement colSup)
baseTable - base tablecolSup - object supplying columns to be addedpublic int getColumnCount()
getColumnCount in interface uk.ac.starlink.table.StarTablegetColumnCount in class uk.ac.starlink.table.WrapperStarTablepublic uk.ac.starlink.table.ColumnInfo getColumnInfo(int icol)
getColumnInfo in interface uk.ac.starlink.table.StarTablegetColumnInfo in class uk.ac.starlink.table.WrapperStarTablepublic java.lang.Object getCell(long irow,
int icol)
throws java.io.IOException
getCell in interface uk.ac.starlink.table.StarTablegetCell in class uk.ac.starlink.table.WrapperStarTablejava.io.IOExceptionpublic java.lang.Object[] getRow(long irow)
throws java.io.IOException
getRow in interface uk.ac.starlink.table.StarTablegetRow in class uk.ac.starlink.table.WrapperStarTablejava.io.IOExceptionpublic uk.ac.starlink.table.RowSequence getRowSequence()
throws java.io.IOException
getRowSequence in interface uk.ac.starlink.table.StarTablegetRowSequence in class uk.ac.starlink.table.WrapperStarTablejava.io.IOExceptionCopyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.