Class CDMRadarSweepDB

java.lang.Object
ucar.unidata.data.radar.CDMRadarSweepDB

public class CDMRadarSweepDB extends Object
Class CDMRadarSweepDB holds things.
  • Constructor Details

    • CDMRadarSweepDB

      public CDMRadarSweepDB(float[] s, int[] sIdx, float b) throws IOException
      init a CDM radar sweep table.
      Parameters:
      s - sweep
      sIdx - s index
      b - beam
      Throws:
      IOException - On badness
  • Method Details

    • get

      public CDMRadarSweepDB.Ray get(int idx)
      get the ray index.
      Parameters:
      idx - rayIndex
      Returns:
      Ray object