|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnom.tam.fits.Column
public class Column
Keep header and data information for a column from a FITS table.
Constructor Summary | |
---|---|
Column()
Create an empty column |
Method Summary | |
---|---|
void |
addKey(java.lang.String key)
Add a key to the keys associated with this column. |
java.lang.Object[] |
getData()
Return the data. |
java.lang.String[] |
getKeys(int colNumber)
Get the keywords associated with the column. |
void |
setData(java.lang.Object[] data)
Initialize the data segment. |
void |
setKeys(java.lang.String[] keys)
Set the FITS keywords associated with this column. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Column()
Method Detail |
---|
public void setData(java.lang.Object[] data)
data
- The column data.public java.lang.Object[] getData()
public void setKeys(java.lang.String[] keys)
public java.lang.String[] getKeys(int colNumber)
colNumber
- the FITS column number that will be associated
with this column.public void addKey(java.lang.String key)
key
- The new key.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |