ucar.unidata.data.radar
Class CDMRadarSweepDB
java.lang.Object
ucar.unidata.data.radar.CDMRadarSweepDB
public class CDMRadarSweepDB
- extends Object
Class CDMRadarSweepDB holds things
- Version:
- $Revision: 1.3 $
- Author:
- IDV Development Team
|
Constructor Summary |
CDMRadarSweepDB(float[] s,
int[] sIdx,
float b)
init a CDM radar sweep table |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CDMRadarSweepDB
public CDMRadarSweepDB(float[] s,
int[] sIdx,
float b)
throws IOException
- init a CDM radar sweep table
- Parameters:
s - sweepsIdx - _more_b - _more_
- Throws:
IOException - On badness
get
public CDMRadarSweepDB.Ray get(int idx)
- get the ray index
- Parameters:
idx - rayIndex
- Returns:
- Ray object