Package org.orekit.gnss
Interface RadioWave
-
- All Known Subinterfaces:
GnssSignal
- All Known Implementing Classes:
Frequency
public interface RadioWaveTop level interface for radio waves.- Since:
- 12.1
- Author:
- Luc Maisonobe
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description doublegetFrequency()Get the value of the frequency in Hz.default doublegetWavelength()Get the wavelength in meters.
-
-
-
Method Detail
-
getFrequency
double getFrequency()
Get the value of the frequency in Hz.- Returns:
- value of the frequency in Hz
- See Also:
getWavelength()
-
getWavelength
default double getWavelength()
Get the wavelength in meters.- Returns:
- wavelength in meters
- See Also:
getFrequency()
-
-