|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnom.tam.fits.Column
Keep header and data information for a column from a FITS table.
| Constructor Summary | |
Column()
Create an empty column |
|
| Method Summary | |
void |
addKey(String key)
Add a key to the keys associated with this column. |
Object[] |
getData()
Return the data. |
String[] |
getKeys(int colNumber)
Get the keywords associated with the column. |
void |
setData(Object[] data)
Initialize the data segment. |
void |
setKeys(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(Object[] data)
data - The column data.public Object[] getData()
public void setKeys(String[] keys)
public String[] getKeys(int colNumber)
colNumber - the FITS column number that will be associated
with this column.public void addKey(String key)
key - The new key.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||