Package nom.tam.fits.header
Interface IFitsHeader
-
- All Known Implementing Classes:
Checksum
,Compression
,CXCExt
,CXCStclSharedExt
,DataDescription
,FitsHeaderImpl
,HierarchicalGrouping
,InstrumentDescription
,MaxImDLExt
,NOAOExt
,NonStandard
,ObservationDescription
,ObservationDurationDescription
,SBFitsExt
,Standard
,STScIExt
public interface IFitsHeader
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IFitsHeader.HDU
static class
IFitsHeader.SOURCE
static class
IFitsHeader.VALUE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
comment()
IFitsHeader.HDU
hdu()
java.lang.String
key()
IFitsHeader
n(int... number)
IFitsHeader.SOURCE
status()
IFitsHeader.VALUE
valueType()
-
-
-
Method Detail
-
comment
java.lang.String comment()
-
hdu
IFitsHeader.HDU hdu()
-
key
java.lang.String key()
-
n
IFitsHeader n(int... number)
-
status
IFitsHeader.SOURCE status()
-
valueType
IFitsHeader.VALUE valueType()
-
-