Class NOAA1bV3Reader.ScanLineV3

Enclosing class:
NOAA1bV3Reader

public class NOAA1bV3Reader.ScanLineV3 extends NOAA1bV2Reader.ScanLineV2
The scan line version 3 class is a scan line that can read, calibrate, and navigate NOAA-KLMNN' data.
  • Constructor Details

    • ScanLineV3

      public ScanLineV3(int line, int start, int count) throws IOException
      Creates a new dataset scan line using the specified index.
      Parameters:
      line - the scan line index in the range [0..lines-1].
      start - the starting sensor data sample.
      count - the total number of sensor data samples. If the count is 0, no sensor data is read.
      Throws:
      IOException - if an error occurred reading the file data.
      See Also:
  • Method Details

    • getAttribute

      public Object getAttribute(int index)
      Description copied from class: NOAA1bReader.ScanLine
      Gets a scan line attribute.
      Overrides:
      getAttribute in class NOAA1bV2Reader.ScanLineV2
      Parameters:
      index - the attribute index.
      Returns:
      the attribute as an object. Primitive types are wrapped in their corresponding objects.