public class NOAA1bV1Reader.DataHeaderV1 extends NOAA1bReader.DataHeader
Modifier and Type | Field and Description |
---|---|
static int |
NOAA_10_ID
The NOAA-10 spacecraft ID code.
|
static int |
NOAA_11_ID
The NOAA-11 spacecraft ID code.
|
static int |
NOAA_12_ID
The NOAA-12 spacecraft ID code.
|
static int |
NOAA_14_ID
The NOAA-14 spacecraft ID code.
|
static int |
NOAA_6_ID
The NOAA-6 spacecraft ID code.
|
static int |
NOAA_7_ID
The NOAA-7 spacecraft ID code.
|
static int |
NOAA_8_ID
The NOAA-8 spacecraft ID code.
|
static int |
NOAA_9_ID
The NOAA-9 spacecraft ID code.
|
static int |
TIROS_N_ID
The TIROS-N spacecraft ID code.
|
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 and Description |
---|
DataHeaderV1()
Creates a new dataset header.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getAttribute(int index)
Gets a header attribute.
|
getRawData
public static final int TIROS_N_ID
public static final int NOAA_6_ID
public static final int NOAA_7_ID
public static final int NOAA_8_ID
public static final int NOAA_9_ID
public static final int NOAA_10_ID
public static final int NOAA_11_ID
public static final int NOAA_12_ID
public static final int NOAA_14_ID
public DataHeaderV1() throws java.io.IOException
java.io.IOException
- if an error occurred reading the file data.public java.lang.Object getAttribute(int index)
NOAA1bReader.DataHeader
getAttribute
in class NOAA1bReader.DataHeader
index
- the attribute index.