ucar.unidata.data.radar
Class CDMRadarSweepDB

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

public class CDMRadarSweepDB
extends Object

Class CDMRadarSweepDB holds things

Version:
$Revision: 1.3 $
Author:
IDV Development Team

Nested Class Summary
 class CDMRadarSweepDB.Ray
          Class Ray represents a ray
 
Constructor Summary
CDMRadarSweepDB(float[] s, int[] sIdx, float b)
          init a CDM radar sweep table
 
Method Summary
 CDMRadarSweepDB.Ray get(int idx)
          get the ray index
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CDMRadarSweepDB

public CDMRadarSweepDB(float[] s,
                       int[] sIdx,
                       float b)
                throws IOException
init a CDM radar sweep table

Parameters:
s - sweep
sIdx - _more_
b - _more_
Throws:
IOException - On badness
Method Detail

get

public CDMRadarSweepDB.Ray get(int idx)
get the ray index

Parameters:
idx - rayIndex
Returns:
Ray object