public class SigmetVolumeScan
extends java.lang.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 |
|---|---|
java.util.List |
getDifferentialReflectivityGroups() |
int[] |
getNumberGates() |
java.util.List |
getReflectivityGroups() |
int[] |
getStartSweep() |
java.util.List |
getTotalPowerGroups() |
java.util.List |
getVelocityGroups() |
java.util.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 java.util.List getTotalPowerGroups()
public java.util.List getVelocityGroups()
public java.util.List getWidthGroups()
public java.util.List getReflectivityGroups()
public java.util.List getDifferentialReflectivityGroups()
public int[] getNumberGates()
public int[] getStartSweep()