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_timestatic String[]data_nameSee 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_unitshort[]dayRayfirstRayRaylastRaystatic byteMISSING_VALUE_BYTEstatic ucar.ma2.ArrayMISSING_VALUE_BYTE_ARRAYstatic ByteBufferMISSING_VALUE_BYTE_ARRAY_BBstatic doubleMISSING_VALUE_DOUBLEstatic floatMISSING_VALUE_FLOATshort[]monthucar.unidata.io.RandomAccessFilerafstatic intREC_SIZEshort[]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 ucar.ma2.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 ucar.unidata.io.RandomAccessFile raf
-
-