Package ucar.nc2.iosp.sigmet
Class SigmetVolumeScan
- java.lang.Object
-
- ucar.nc2.iosp.sigmet.SigmetVolumeScan
-
public class SigmetVolumeScan extends Object
- Since:
- Apr 7, 2010
-
-
Field Summary
Fields Modifier and Type Field Description int[]
base_time
static String[]
data_name
See IRIS-Programming-Guide-M211318EN: 4.9 Constants empty or undefined types are set to their index number to avoid duplicates if suffix is "_2" it means a two byte value instead of just one byte (2 bytes are experimental at this point - didn't have a file to test)static String[]
data_unit
short[]
day
Ray
firstRay
Ray
lastRay
static byte
MISSING_VALUE_BYTE
static Array
MISSING_VALUE_BYTE_ARRAY
static ByteBuffer
MISSING_VALUE_BYTE_ARRAY_BB
static double
MISSING_VALUE_DOUBLE
static float
MISSING_VALUE_FLOAT
short[]
month
RandomAccessFile
raf
static int
REC_SIZE
short[]
year
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description short[]
getDataTypes()
List<List<Ray>>
getGroup(String name)
int[]
getNumberGates()
int[]
getStartSweep()
-
-
-
Field Detail
-
data_name
public static final String[] data_name
See IRIS-Programming-Guide-M211318EN: 4.9 Constants empty or undefined types are set to their index number to avoid duplicates if suffix is "_2" it means a two byte value instead of just one byte (2 bytes are experimental at this point - didn't have a file to test)
-
data_unit
public static final String[] data_unit
-
REC_SIZE
public static final int REC_SIZE
- See Also:
- Constant Field Values
-
MISSING_VALUE_FLOAT
public static final float MISSING_VALUE_FLOAT
- See Also:
- Constant Field Values
-
MISSING_VALUE_DOUBLE
public static final double MISSING_VALUE_DOUBLE
- See Also:
- Constant Field Values
-
MISSING_VALUE_BYTE
public static final byte MISSING_VALUE_BYTE
- See Also:
- Constant Field Values
-
MISSING_VALUE_BYTE_ARRAY_BB
public static final ByteBuffer MISSING_VALUE_BYTE_ARRAY_BB
-
MISSING_VALUE_BYTE_ARRAY
public static final Array MISSING_VALUE_BYTE_ARRAY
-
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
-
-