public class CRD extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CRD.AnglesMeasurement
Pointing angles record.
|
static class |
CRD.Calibration
Calibration Record.
|
static class |
CRD.CalibrationDetail
Calibration Detail Record.
|
static class |
CRD.CRDDataBlock
Data block containing a set of data contain in the CRD file.
|
static class |
CRD.FrRangeMeasurement
Range record -- Full rate, Sampled Engineering/Quicklook.
|
static class |
CRD.Meteo
Meteorological data.
|
static class |
CRD.MeteorologicalMeasurement
This data record contains a minimal set of meteorological data.
|
static class |
CRD.NptRangeMeasurement
Range record -- Normal Point.
|
static class |
CRD.RangeMeasurement
Range record.
|
static class |
CRD.RangeSupplement
Range Supplement Record.
|
static class |
CRD.SessionStatistics
Session (Pass) Statistics Record.
|
Modifier and Type | Field and Description |
---|---|
static Pattern |
PATTERN_NAN
Pattern of "NaN".
|
static String |
STR_NAN
String of "NaN".
|
static String |
STR_VALUE_NOT_AVAILABLE
Value of 'not available' or 'not applicable' or 'no information'.
|
Constructor and Description |
---|
CRD()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
addDataBlock(CRD.CRDDataBlock dataBlock)
Add a data block to the current list of data blocks.
|
static String |
formatIntegerOrNaN(int value,
int valueNotAvailable)
Format the integer value as a string, or the string
VALUE_NOT_AVAILABLE . |
List<String> |
getComments()
Get the comments contained in the file.
|
List<CRD.CRDDataBlock> |
getDataBlocks()
Get the data blocks contain in the file.
|
static String |
handleNaN(String crdString)
Replace all " NaN" with " na".
|
public static final String STR_VALUE_NOT_AVAILABLE
public static final String STR_NAN
public static final Pattern PATTERN_NAN
public static String formatIntegerOrNaN(int value, int valueNotAvailable)
VALUE_NOT_AVAILABLE
.value
- the valuevalueNotAvailable
- the value means not availablepublic static String handleNaN(String crdString)
crdString
- the original stringpublic void addDataBlock(CRD.CRDDataBlock dataBlock)
dataBlock
- data block to addpublic List<String> getComments()
public List<CRD.CRDDataBlock> getDataBlocks()
Copyright © 2002-2023 CS GROUP. All rights reserved.