Class NOAA1bV2Reader.DataHeaderV2

java.lang.Object
noaa.coastwatch.io.NOAA1bReader.DataHeader
noaa.coastwatch.io.NOAA1bV2Reader.DataHeaderV2
Direct Known Subclasses:
NOAA1bV3Reader.DataHeaderV3
Enclosing class:
NOAA1bV2Reader

public class NOAA1bV2Reader.DataHeaderV2 extends NOAA1bReader.DataHeader
The data header version 2 class is a data header that can retrieve NOAA-KLM data header information.
  • Field Details

    • CREATION_SITE

      public static final int CREATION_SITE
      The dataset creation site attribute (String).
      See Also:
    • FORMAT_VERSION

      public static final int FORMAT_VERSION
      The NOAA 1b format version attribute (Integer).
      See Also:
    • INSTRUMENT_STATUS

      public static final int INSTRUMENT_STATUS
      The instrument status attribute (Long).
      See Also:
    • CALIBRATED_LINES

      public static final int CALIBRATED_LINES
      The count of calibrated, earth located lines attribute (Integer).
      See Also:
    • MISSING_LINES

      public static final int MISSING_LINES
      The count of missing scan lines attribute (Integer).
      See Also:
    • CH3B_CENTRAL_WAVE

      public static final int CH3B_CENTRAL_WAVE
      The AVHRR channel 3b central wave number attribute (Float).
      See Also:
    • CH3B_CONSTANT1

      public static final int CH3B_CONSTANT1
      The AVHRR channel 3b constant 1 attribute (Float).
      See Also:
    • CH3B_CONSTANT2

      public static final int CH3B_CONSTANT2
      The AVHRR channel 3b constant 2 attribute (Float).
      See Also:
    • CH4_CENTRAL_WAVE

      public static final int CH4_CENTRAL_WAVE
      The AVHRR channel 4 central wave number attribute (Float).
      See Also:
    • CH4_CONSTANT1

      public static final int CH4_CONSTANT1
      The AVHRR channel 4 constant 1 attribute (Float).
      See Also:
    • CH4_CONSTANT2

      public static final int CH4_CONSTANT2
      The AVHRR channel 4 constant 2 attribute (Float).
      See Also:
    • CH5_CENTRAL_WAVE

      public static final int CH5_CENTRAL_WAVE
      The AVHRR channel 5 central wave number attribute (Float).
      See Also:
    • CH5_CONSTANT1

      public static final int CH5_CONSTANT1
      The AVHRR channel 5 constant 1 attribute (Float).
      See Also:
    • CH5_CONSTANT2

      public static final int CH5_CONSTANT2
      The AVHRR channel 5 constant 2 attribute (Float).
      See Also:
    • ELLIPSOID

      public static final int ELLIPSOID
      The reference ellipsoid model attribute (String).
      See Also:
    • HEADER_RECORDS

      public static final int HEADER_RECORDS
      The number of header records attribute (Integer).
      See Also:
    • NOAA_15_ID

      public static final int NOAA_15_ID
      The NOAA-15 spacecraft ID code.
      See Also:
    • NOAA_16_ID

      public static final int NOAA_16_ID
      The NOAA-16 spacecraft ID code.
      See Also:
    • NOAA_17_ID

      public static final int NOAA_17_ID
      The NOAA-17 spacecraft ID code.
      See Also:
  • Constructor Details

    • DataHeaderV2

      public DataHeaderV2() throws IOException
      Creates a new dataset header.
      Throws:
      IOException - if an error occurred reading the file data.
  • Method Details

    • getAttribute

      public Object getAttribute(int index)
      Description copied from class: NOAA1bReader.DataHeader
      Gets a header attribute.
      Specified by:
      getAttribute in class NOAA1bReader.DataHeader
      Parameters:
      index - the attribute index.
      Returns:
      the attribute as an object. Primitive types are wrapped in their corresponding objects.