public class CRD extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CRD.AnglesMeasurement
Pointing angles record.
|
static class |
CRD.CRDDataBlock
Data block containing a set of data contain in the CRD file.
|
static class |
CRD.Meteo
Meteorological data.
|
static class |
CRD.MeteorologicalMeasurement
This data record contains a minimal set of meteorological data.
|
static class |
CRD.RangeMeasurement
Range record.
|
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.
|
List<String> |
getComments()
Get the comments contained in the file.
|
List<CRD.CRDDataBlock> |
getDataBlocks()
Get the data blocks contain in the file.
|
public void addDataBlock(CRD.CRDDataBlock dataBlock)
dataBlock
- data block to addpublic List<String> getComments()
public List<CRD.CRDDataBlock> getDataBlocks()
Copyright © 2002-2022 CS GROUP. All rights reserved.