Package | Description |
---|---|
agi.foundation.navigation.datareaders |
Contains types for reading various navigation-related data file formats.
|
Modifier and Type | Method and Description |
---|---|
static RinexObservationType |
RinexObservationType.getDefault()
Get the enum constant that is considered to be the default.
|
static RinexObservationType |
RinexObservationType.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
static RinexObservationType |
RinexObservationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RinexObservationType[] |
RinexObservationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<RinexObservationType> |
RinexObservationSatRecord.getObservationTypes()
Gets the array of observation types for this satellite in this epoch
Each observation type directly corresponds to the observation, LLI and signal strength
of the same index.
|
Modifier and Type | Method and Description |
---|---|
void |
RinexObservationSatRecord.setObservationTypes(List<RinexObservationType> value)
Sets the array of observation types for this satellite in this epoch
Each observation type directly corresponds to the observation, LLI and signal strength
of the same index.
|