Package noaa.coastwatch.io
Class NOAA1bV2Reader.ArchiveHeaderV2
java.lang.Object
noaa.coastwatch.io.NOAA1bReader.ArchiveHeader
noaa.coastwatch.io.NOAA1bV2Reader.ArchiveHeaderV2
- Enclosing class:
- NOAA1bV2Reader
The archive header version 2 class is an archive header that can
read NOAA-KLM style Archive Retrieval System (ARS) headers.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe data format name and version attribute (String).static final intThe orbit type attribute: 'A', 'D', 'B' (String).static final intThe archive order creation Julian day attribute (Integer).static final intThe archive order creation year attribute (Integer).static final intThe archive processing site attribute (String).static final intThe data record size in bytes attribute (Integer).Fields inherited from class noaa.coastwatch.io.NOAA1bReader.ArchiveHeader
data, DATASET_NAME, DURATION_MINUTES, SENSOR_DATA_WORD_SIZE, START_HOUR, START_MINUTE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class noaa.coastwatch.io.NOAA1bReader.ArchiveHeader
getRawData
-
Field Details
-
ORDER_CREATION_YEAR
public static final int ORDER_CREATION_YEARThe archive order creation year attribute (Integer).- See Also:
-
ORDER_CREATION_DAY
public static final int ORDER_CREATION_DAYThe archive order creation Julian day attribute (Integer).- See Also:
-
PROCESSING_SITE
public static final int PROCESSING_SITEThe archive processing site attribute (String).- See Also:
-
ORBIT_TYPE
public static final int ORBIT_TYPEThe orbit type attribute: 'A', 'D', 'B' (String).- See Also:
-
DATA_FORMAT
public static final int DATA_FORMATThe data format name and version attribute (String).- See Also:
-
RECORD_SIZE
public static final int RECORD_SIZEThe data record size in bytes attribute (Integer).- See Also:
-
-
Constructor Details
-
ArchiveHeaderV2
Creates a new archive header.- Throws:
IOException- if an error occurred reading the file data.
-
-
Method Details
-
getAttribute
Description copied from class:NOAA1bReader.ArchiveHeaderGets a header attribute.- Specified by:
getAttributein classNOAA1bReader.ArchiveHeader- Parameters:
index- the attribute index.- Returns:
- the attribute as an object. Primitive types are wrapped in their corresponding objects.
-