public class NOAA1bV4Reader extends NOAA1bV3Reader
NOAA1bV3Reader
Modifier and Type | Class and Description |
---|---|
class |
NOAA1bV4Reader.DataHeaderV4
The data header version 4 class is a data header that can
retrieve NOAA-KLMNN' and Metop data header information.
|
NOAA1bV3Reader.DataHeaderV3, NOAA1bV3Reader.ScanLineV3
NOAA1bV2Reader.ArchiveHeaderV2, NOAA1bV2Reader.DataHeaderV2, NOAA1bV2Reader.ScanLineV2
NOAA1bReader.ArchiveHeader, NOAA1bReader.DataHeader, NOAA1bReader.LongitudeInterpolator, NOAA1bReader.ScanLine, NOAA1bReader.ScanLineCalibration
cloudDataOffset, DATA_FORMAT
archive, archiveHeaderSize, attributeDataSize, dataHeaders, GAC_NAVIGATION_END, GAC_NAVIGATION_START, GAC_NAVIGATION_STEP, GAC_SAMPLES, header, inputChannel, LAC_NAVIGATION_END, LAC_NAVIGATION_START, LAC_NAVIGATION_STEP, LAC_SAMPLES, lines, LOOKUP_TABLE_SIZE, MAX_LOOKUP_TABLES, MAX_SCAN_LINES, navigationEnd, navigationStart, navigationStep, records, recordSize, samples, scanLineCache, scanLineMap, sensorWordSize, SWATH_POLY_SIZE
dataProjection, info, rawMetadataMap, variables
Constructor and Description |
---|
NOAA1bV4Reader(java.lang.String file)
Constructs a NOAA 1b version 4 reader from the specified file.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDataFormat()
Gets the data format description.
|
protected int |
getDataFormatVersion()
Gets the data format version.
|
NOAA1bReader.DataHeader |
getDataHeader()
Gets the data header.
|
getScanLine
checkFormat, getArchiveFlag, getArchiveHeader, getVariableNames, isNavigationUsable, isValidFormatDescription
close, getBytes, getDataBuffer, getInt, getLines, getNBit, getPreviewImpl, getRecordStart, getSamples, getShort, getUByte, getUInt, getUShort, getVariable, interpolateNavigation, interpolateRawNavigation, isArchive, isByteSwapped, isPrint
canUpdateNavigation, finalize, getAllGrids, getAllVariables, getCoordinateSystems, getIndex, getInfo, getName, getPreview, getPreview, getRawMetadata, getSceneTime, getSource, getStatistics, getStatisticsVariables, getVariable, getVariables, getVariablesForSystem, putStatistics, setDataProjection, setUnitsMap, updateNavigation
public NOAA1bV4Reader(java.lang.String file) throws java.io.IOException
file
- the file name to read.java.io.IOException
- if an error occurred reading the file data.public java.lang.String getDataFormat()
getDataFormat
in class NOAA1bV3Reader
protected int getDataFormatVersion()
getDataFormatVersion
in class NOAA1bV3Reader
public NOAA1bReader.DataHeader getDataHeader() throws java.io.IOException
NOAA1bReader
getDataHeader
in class NOAA1bV3Reader
java.io.IOException
- if an error occurred reading the file data.