Package noaa.coastwatch.io
Class NOAA1bV1Reader.ArchiveHeaderV1
java.lang.Object
noaa.coastwatch.io.NOAA1bReader.ArchiveHeader
noaa.coastwatch.io.NOAA1bV1Reader.ArchiveHeaderV1
- Enclosing class:
- NOAA1bV1Reader
The archive header version 1 class is an archive header that can
read NOAA-A through -J style Terabit Memory (TBM) headers.
-
Field Summary
Fields inherited from class noaa.coastwatch.io.NOAA1bReader.ArchiveHeader
data, DATASET_NAME, DURATION_MINUTES, SENSOR_DATA_WORD_SIZE, START_HOUR, START_MINUTE
-
Constructor Summary
-
Method Summary
Methods inherited from class noaa.coastwatch.io.NOAA1bReader.ArchiveHeader
getRawData
-
Constructor Details
-
ArchiveHeaderV1
Creates a new archive header.- Throws:
IOException
- if an error occurred reading the file data.
-
-
Method Details
-
getAttribute
Description copied from class:NOAA1bReader.ArchiveHeader
Gets a header attribute.- Specified by:
getAttribute
in classNOAA1bReader.ArchiveHeader
- Parameters:
index
- the attribute index.- Returns:
- the attribute as an object. Primitive types are wrapped in their corresponding objects.
-