Package org.orekit.gnss
Interface ObservationType
- All Known Implementing Classes:
PredefinedObservationType
public interface ObservationType
Observation Types for GNSS measurements.
- Since:
- 13.0
- Author:
- Luc Maisonobe
-
Method Summary
Modifier and TypeMethodDescriptionGet the measurement type.getName()Get the name of the observation type.getSignal(SatelliteSystem system) Get the signal for a specified satellite system.Get the signal code.
-
Method Details
-
getName
String getName()Get the name of the observation type.- Returns:
- name of the observation type
-
getMeasurementType
MeasurementType getMeasurementType()Get the measurement type.- Returns:
- measurement type
-
getSignalCode
SignalCode getSignalCode()Get the signal code.- Returns:
- signal code
-
getSignal
Get the signal for a specified satellite system.- Parameters:
system- satellite system- Returns:
- signal for the satellite system, or null if satellite system not compatible
-