|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FitsTableSerializer
Defines an object which can serialize a table to a FITS HDU.
Method Summary | |
---|---|
java.lang.String |
getBadValue(int icol)
Returns the bad value (text of the TNULLnn card), if any, used for a given column. |
int[] |
getDimensions(int icol)
Returns the dimensions of the items which will be output for a given column. |
char |
getFormatChar(int icol)
Returns the FITS TFORM letter which describes the type of data output for a given column. |
nom.tam.fits.Header |
getHeader()
Returns a header suitable for the HDU which will contain the table. |
long |
getRowCount()
Returns the number of rows which will be output. |
void |
writeData(java.io.DataOutput out)
Writes the HDU data for the table to an output stream. |
Method Detail |
---|
nom.tam.fits.Header getHeader() throws nom.tam.fits.HeaderCardException
nom.tam.fits.HeaderCardException
void writeData(java.io.DataOutput out) throws java.io.IOException
out
- destination stream
java.io.IOException
long getRowCount()
int[] getDimensions(int icol)
icol
- column to query
char getFormatChar(int icol)
icol
- column to query
java.lang.String getBadValue(int icol)
icol
- column to query
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |