ucar.nc2.iosp.sigmet
Class SigmetVolumeScan

java.lang.Object
  extended by ucar.nc2.iosp.sigmet.SigmetVolumeScan

public class SigmetVolumeScan
extends Object

Created by IntelliJ IDEA. User: yuanho Date: Apr 7, 2010 Time: 2:25:57 PM To change this template use File | Settings | File Templates.


Field Summary
 int[] base_time
           
 short[] day
           
 Ray firstRay
           
 boolean hasDifferentialReflectivity
           
 boolean hasReflectivity
           
 boolean hasTime
           
 boolean hasTotalPower
           
 boolean hasVelocity
           
 boolean hasWidth
           
 Ray lastRay
           
 short[] month
           
 RandomAccessFile raf
           
 short[] year
           
 
Method Summary
 List getDifferentialReflectivityGroups()
           
 int[] getNumberGates()
           
 List getReflectivityGroups()
           
 int[] getStartSweep()
           
 List getTotalPowerGroups()
           
 List getVelocityGroups()
           
 List getWidthGroups()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 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 getTotalPowerGroups()

getVelocityGroups

public List getVelocityGroups()

getWidthGroups

public List getWidthGroups()

getReflectivityGroups

public List getReflectivityGroups()

getDifferentialReflectivityGroups

public List getDifferentialReflectivityGroups()

getNumberGates

public int[] getNumberGates()

getStartSweep

public int[] getStartSweep()


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.