Class SigmetVolumeScan


  • public class SigmetVolumeScan
    extends Object
    Since:
    Apr 7, 2010
    • Field Detail

      • base_time

        public int[] base_time
      • year

        public short[] year
      • month

        public short[] month
      • day

        public short[] day
      • firstRay

        public Ray firstRay
      • lastRay

        public Ray lastRay
      • raf

        public ucar.unidata.io.RandomAccessFile raf
      • hasReflectivity

        public boolean hasReflectivity
      • hasVelocity

        public boolean hasVelocity
      • hasWidth

        public boolean hasWidth
      • hasTotalPower

        public boolean hasTotalPower
      • hasDifferentialReflectivity

        public boolean hasDifferentialReflectivity
      • hasTime

        public boolean hasTime
    • Method Detail

      • getTotalPowerGroups

        public List<List<Ray>> getTotalPowerGroups()
      • getVelocityGroups

        public List<List<Ray>> getVelocityGroups()
      • getWidthGroups

        public List<List<Ray>> getWidthGroups()
      • getReflectivityGroups

        public List<List<Ray>> getReflectivityGroups()
      • getDifferentialReflectivityGroups

        public List<List<Ray>> getDifferentialReflectivityGroups()
      • getNumberGates

        public int[] getNumberGates()
      • getStartSweep

        public int[] getStartSweep()