Class NOAA1bV1Reader.DataHeaderV1

java.lang.Object
noaa.coastwatch.io.NOAA1bReader.DataHeader
noaa.coastwatch.io.NOAA1bV1Reader.DataHeaderV1
Enclosing class:
NOAA1bV1Reader

public class NOAA1bV1Reader.DataHeaderV1 extends NOAA1bReader.DataHeader
The data header version 1 class is a data header that can retrieve NOAA-A through -J data header information.
  • Field Details

    • TIROS_N_ID

      public static final int TIROS_N_ID
      The TIROS-N spacecraft ID code.
      See Also:
    • NOAA_6_ID

      public static final int NOAA_6_ID
      The NOAA-6 spacecraft ID code.
      See Also:
    • NOAA_7_ID

      public static final int NOAA_7_ID
      The NOAA-7 spacecraft ID code.
      See Also:
    • NOAA_8_ID

      public static final int NOAA_8_ID
      The NOAA-8 spacecraft ID code.
      See Also:
    • NOAA_9_ID

      public static final int NOAA_9_ID
      The NOAA-9 spacecraft ID code.
      See Also:
    • NOAA_10_ID

      public static final int NOAA_10_ID
      The NOAA-10 spacecraft ID code.
      See Also:
    • NOAA_11_ID

      public static final int NOAA_11_ID
      The NOAA-11 spacecraft ID code.
      See Also:
    • NOAA_12_ID

      public static final int NOAA_12_ID
      The NOAA-12 spacecraft ID code.
      See Also:
    • NOAA_14_ID

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

    • DataHeaderV1

      public DataHeaderV1() 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.