|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.starlink.table.AbstractStarTable
uk.ac.starlink.table.RandomStarTable
uk.ac.starlink.table.ColumnStarTable
uk.ac.starlink.fits.ColFitsStarTable
public class ColFitsStarTable
StarTable based on a single-row FITS BINTABLE which contains the data for an entire column in each cell of the table. The BINTABLE must be the first extension of an uncompressed FITS table on disk.
Field Summary |
---|
Fields inherited from class uk.ac.starlink.table.ColumnStarTable |
---|
columns |
Constructor Summary | |
---|---|
ColFitsStarTable(java.io.File file,
nom.tam.fits.Header hdr,
long dataPos)
Constructor. |
Method Summary | |
---|---|
long |
getRowCount()
Gets the number of rows in the table (which must be applicable to all the columns). |
Methods inherited from class uk.ac.starlink.table.ColumnStarTable |
---|
addColumn, getCell, getColumnCount, getColumnData, getColumnInfo, makeTableWithRows, setCell, setColumn |
Methods inherited from class uk.ac.starlink.table.RandomStarTable |
---|
getRowSequence, isRandom |
Methods inherited from class uk.ac.starlink.table.AbstractStarTable |
---|
checkedLongToInt, getColumnAuxDataInfos, getName, getParameterByName, getParameters, getRow, getURL, setName, setParameter, setParameters, setURL |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ColFitsStarTable(java.io.File file, nom.tam.fits.Header hdr, long dataPos) throws java.io.IOException
file
- file containing the FITS datahdr
- header of the HDU containing the tabledataPos
- offset into file
of the start of the
data part of the HDU
java.io.IOException
Method Detail |
---|
public long getRowCount()
ColumnStarTable
getRowCount
in interface StarTable
getRowCount
in class ColumnStarTable
|
Copyright © 2004 CLRC: Central Laboratory of the Research Councils. All rights reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |