| Package | Description |
|---|---|
| org.orekit.gnss |
This package provides classes related to GNSS applications.
|
| Modifier and Type | Method and Description |
|---|---|
ObservationType |
ObservationData.getObservationType()
Get the observation type.
|
ObservationType |
RinexLoader.Parser.PhaseShiftCorrection.getTypeObs()
Get the Carrier Phase Observation Code.
|
static ObservationType |
ObservationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObservationType[] |
ObservationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<ObservationType> |
RinexLoader.Parser.ScaleFactorCorrection.getTypesObsScaled()
Get the list of Observation Types scaled.
|
| Constructor and Description |
|---|
ObservationData(ObservationType observationType,
double value,
int lli,
int signalStrength)
Simple constructor.
|
Copyright © 2002-2019 CS Systèmes d'information. All rights reserved.