| Package | Description | 
|---|---|
| agi.foundation.navigation.datareaders | 
 Contains types for reading various navigation-related data file formats. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static MeteorologicalMeasurement | 
MeteorologicalMeasurement.getDefault()
Get the enum constant that is considered to be the default. 
 | 
static MeteorologicalMeasurement | 
MeteorologicalMeasurement.getFromValue(int value)
Get the enum constant that is associated with the given numeric value. 
 | 
static MeteorologicalMeasurement | 
MeteorologicalMeasurement.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static MeteorologicalMeasurement[] | 
MeteorologicalMeasurement.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ArrayList<MeteorologicalMeasurement> | 
RinexMeteorological.getMeasurementTypes()
Gets a list of the meteorological data types in the file. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
RinexMeteorologicalRecord.add(MeteorologicalMeasurement measurementType,
   String measurement)
Adds a measurement type to this record. 
 |