public class SigmetVolumeScan
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int[] |
base_time |
static java.lang.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 java.lang.String[] |
data_unit |
short[] |
day |
Ray |
firstRay |
Ray |
lastRay |
static byte |
MISSING_VALUE_BYTE |
static Array |
MISSING_VALUE_BYTE_ARRAY |
static java.nio.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 |
Modifier and Type | Method and Description |
---|---|
short[] |
getDataTypes() |
java.util.List<java.util.List<Ray>> |
getGroup(java.lang.String name) |
int[] |
getNumberGates() |
int[] |
getStartSweep() |
public static final java.lang.String[] data_name
public static final java.lang.String[] data_unit
public static final int REC_SIZE
public static final float MISSING_VALUE_FLOAT
public static final double MISSING_VALUE_DOUBLE
public static final byte MISSING_VALUE_BYTE
public static final java.nio.ByteBuffer MISSING_VALUE_BYTE_ARRAY_BB
public static final Array MISSING_VALUE_BYTE_ARRAY
public int[] base_time
public short[] year
public short[] month
public short[] day
public Ray firstRay
public Ray lastRay
public RandomAccessFile raf
public java.util.List<java.util.List<Ray>> getGroup(java.lang.String name)
public short[] getDataTypes()
public int[] getNumberGates()
public int[] getStartSweep()