Class CDMRadarSweepDB.Ray

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

public class CDMRadarSweepDB.Ray extends Object
Class Ray represents a ray.
  • Field Details

    • index

      public int 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 Details

    • Ray

      public Ray()
  • Method Details

    • toString

      public String toString()
      get the string object of rayIndex.
      Overrides:
      toString in class Object
      Returns:
      rayIndex string
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object