ucar.unidata.data.radar
Class CDMRadarSweepDB.Ray

java.lang.Object
  extended by ucar.unidata.data.radar.CDMRadarSweepDB.Ray
Enclosing class:
CDMRadarSweepDB

public class CDMRadarSweepDB.Ray
extends Object

Class Ray represents a ray

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

Field Summary
 float azimuth
          azimuth angle, 0 to 360+/- degree
 String index
          azi angle index, such 255
 int rayIndex
          number index, 0 to 360+/-
 
Constructor Summary
CDMRadarSweepDB.Ray()
           
 
Method Summary
 String toString()
          get the string object of rayIndex
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

index

public String index
azi angle index, such 255


rayIndex

public int rayIndex
number index, 0 to 360+/-


azimuth

public float azimuth
azimuth angle, 0 to 360+/- degree

Constructor Detail

CDMRadarSweepDB.Ray

public CDMRadarSweepDB.Ray()
Method Detail

toString

public String toString()
get the string object of rayIndex

Overrides:
toString in class Object
Returns:
rayIndex string