Class NOAA1bV2Reader.ArchiveHeaderV2

java.lang.Object
noaa.coastwatch.io.NOAA1bReader.ArchiveHeader
noaa.coastwatch.io.NOAA1bV2Reader.ArchiveHeaderV2
Enclosing class:
NOAA1bV2Reader

public class NOAA1bV2Reader.ArchiveHeaderV2 extends NOAA1bReader.ArchiveHeader
The archive header version 2 class is an archive header that can read NOAA-KLM style Archive Retrieval System (ARS) headers.
See Also:
  • Field Details

    • ORDER_CREATION_YEAR

      public static final int ORDER_CREATION_YEAR
      The archive order creation year attribute (Integer).
      See Also:
    • ORDER_CREATION_DAY

      public static final int ORDER_CREATION_DAY
      The archive order creation Julian day attribute (Integer).
      See Also:
    • PROCESSING_SITE

      public static final int PROCESSING_SITE
      The archive processing site attribute (String).
      See Also:
    • ORBIT_TYPE

      public static final int ORBIT_TYPE
      The orbit type attribute: 'A', 'D', 'B' (String).
      See Also:
    • DATA_FORMAT

      public static final int DATA_FORMAT
      The data format name and version attribute (String).
      See Also:
    • RECORD_SIZE

      public static final int RECORD_SIZE
      The data record size in bytes attribute (Integer).
      See Also:
  • Constructor Details

    • ArchiveHeaderV2

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