|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.starlink.table.WrapperStarTable
uk.ac.starlink.ttools.filter.EveryTable
public class EveryTable
Wrapper table which looks at only every n'th row.
Field Summary |
---|
Fields inherited from class uk.ac.starlink.table.WrapperStarTable |
---|
baseTable |
Constructor Summary | |
---|---|
EveryTable(uk.ac.starlink.table.StarTable base,
long step)
Constructor. |
Method Summary | |
---|---|
Object |
getCell(long irow,
int icol)
|
Object[] |
getRow(long irow)
|
long |
getRowCount()
|
uk.ac.starlink.table.RowSequence |
getRowSequence()
|
Methods inherited from class uk.ac.starlink.table.WrapperStarTable |
---|
checkedLongToInt, getBaseTable, getColumnAuxDataInfos, getColumnCount, getColumnInfo, getName, getParameterByName, getParameters, getURL, isRandom, setName, setParameter, setURL, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EveryTable(uk.ac.starlink.table.StarTable base, long step)
base
- base tablestep
- number of rows of base table per single row of this oneMethod Detail |
---|
public long getRowCount()
getRowCount
in interface uk.ac.starlink.table.StarTable
getRowCount
in class uk.ac.starlink.table.WrapperStarTable
public Object getCell(long irow, int icol) throws IOException
getCell
in interface uk.ac.starlink.table.StarTable
getCell
in class uk.ac.starlink.table.WrapperStarTable
IOException
public Object[] getRow(long irow) throws IOException
getRow
in interface uk.ac.starlink.table.StarTable
getRow
in class uk.ac.starlink.table.WrapperStarTable
IOException
public uk.ac.starlink.table.RowSequence getRowSequence() throws IOException
getRowSequence
in interface uk.ac.starlink.table.StarTable
getRowSequence
in class uk.ac.starlink.table.WrapperStarTable
IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |