public class NOAA1bV2Reader.ArchiveHeaderV2 extends NOAA1bReader.ArchiveHeader
Modifier and Type | Field and Description |
---|---|
static int |
DATA_FORMAT
The data format name and version attribute (String).
|
static int |
ORBIT_TYPE
The orbit type attribute: 'A', 'D', 'B' (String).
|
static int |
ORDER_CREATION_DAY
The archive order creation Julian day attribute (Integer).
|
static int |
ORDER_CREATION_YEAR
The archive order creation year attribute (Integer).
|
static int |
PROCESSING_SITE
The archive processing site attribute (String).
|
static int |
RECORD_SIZE
The data record size in bytes attribute (Integer).
|
data, DATASET_NAME, DURATION_MINUTES, SENSOR_DATA_WORD_SIZE, START_HOUR, START_MINUTE
Constructor and Description |
---|
ArchiveHeaderV2()
Creates a new archive header.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getAttribute(int index)
Gets a header attribute.
|
getRawData
public static final int ORDER_CREATION_YEAR
public static final int ORDER_CREATION_DAY
public static final int PROCESSING_SITE
public static final int ORBIT_TYPE
public static final int DATA_FORMAT
public static final int RECORD_SIZE
public ArchiveHeaderV2() throws java.io.IOException
java.io.IOException
- if an error occurred reading the file data.public java.lang.Object getAttribute(int index)
NOAA1bReader.ArchiveHeader
getAttribute
in class NOAA1bReader.ArchiveHeader
index
- the attribute index.