public class SigmetVolumeScan extends Object
| Modifier and Type | Field and Description |
|---|---|
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 |
| Modifier and Type | Method and Description |
|---|---|
List |
getDifferentialReflectivityGroups() |
int[] |
getNumberGates() |
List |
getReflectivityGroups() |
int[] |
getStartSweep() |
List |
getTotalPowerGroups() |
List |
getVelocityGroups() |
List |
getWidthGroups() |
public int[] base_time
public short[] year
public short[] month
public short[] day
public Ray firstRay
public Ray lastRay
public RandomAccessFile raf
public boolean hasReflectivity
public boolean hasVelocity
public boolean hasWidth
public boolean hasTotalPower
public boolean hasDifferentialReflectivity
public boolean hasTime
public List getTotalPowerGroups()
public List getVelocityGroups()
public List getWidthGroups()
public List getReflectivityGroups()
public List getDifferentialReflectivityGroups()
public int[] getNumberGates()
public int[] getStartSweep()
Copyright © 1999-2012 UCAR/Unidata. All Rights Reserved.