Package noaa.coastwatch.io
Class NOAA1bV1Reader.DataHeaderV1
java.lang.Object
noaa.coastwatch.io.NOAA1bReader.DataHeader
noaa.coastwatch.io.NOAA1bV1Reader.DataHeaderV1
- Enclosing class:
- NOAA1bV1Reader
The data header version 1 class is a data header that can
retrieve NOAA-A through -J data header information.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The NOAA-10 spacecraft ID code.static final int
The NOAA-11 spacecraft ID code.static final int
The NOAA-12 spacecraft ID code.static final int
The NOAA-14 spacecraft ID code.static final int
The NOAA-6 spacecraft ID code.static final int
The NOAA-7 spacecraft ID code.static final int
The NOAA-8 spacecraft ID code.static final int
The NOAA-9 spacecraft ID code.static final int
The TIROS-N spacecraft ID code.Fields inherited from class noaa.coastwatch.io.NOAA1bReader.DataHeader
data, DATA_GAPS, DATA_RECORDS, DATA_TYPE_CODE, DATASET_NAME, END_DAY, END_MILLISECOND, END_YEAR, SPACECRAFT_ID, START_DAY, START_MILLISECOND, START_YEAR
-
Constructor Summary
-
Method Summary
Methods inherited from class noaa.coastwatch.io.NOAA1bReader.DataHeader
getRawData
-
Field Details
-
TIROS_N_ID
public static final int TIROS_N_IDThe TIROS-N spacecraft ID code.- See Also:
-
NOAA_6_ID
public static final int NOAA_6_IDThe NOAA-6 spacecraft ID code.- See Also:
-
NOAA_7_ID
public static final int NOAA_7_IDThe NOAA-7 spacecraft ID code.- See Also:
-
NOAA_8_ID
public static final int NOAA_8_IDThe NOAA-8 spacecraft ID code.- See Also:
-
NOAA_9_ID
public static final int NOAA_9_IDThe NOAA-9 spacecraft ID code.- See Also:
-
NOAA_10_ID
public static final int NOAA_10_IDThe NOAA-10 spacecraft ID code.- See Also:
-
NOAA_11_ID
public static final int NOAA_11_IDThe NOAA-11 spacecraft ID code.- See Also:
-
NOAA_12_ID
public static final int NOAA_12_IDThe NOAA-12 spacecraft ID code.- See Also:
-
NOAA_14_ID
public static final int NOAA_14_IDThe NOAA-14 spacecraft ID code.- See Also:
-
-
Constructor Details
-
DataHeaderV1
Creates a new dataset header.- Throws:
IOException
- if an error occurred reading the file data.
-
-
Method Details
-
getAttribute
Description copied from class:NOAA1bReader.DataHeader
Gets a header attribute.- Specified by:
getAttribute
in classNOAA1bReader.DataHeader
- Parameters:
index
- the attribute index.- Returns:
- the attribute as an object. Primitive types are wrapped in their corresponding objects.
-