Uses of Interface
org.orekit.gnss.RadioWave
-
Packages that use RadioWave Package Description org.orekit.gnss This package provides classes related to GNSS applications.org.orekit.gnss.antenna This package provides classes related to receiver and satellites antenna modeling.org.orekit.propagation.analytical.gnss.data This package provides classes related to navigation data containing in GNSS almanacs and navigation messages. -
-
Uses of RadioWave in org.orekit.gnss
Subinterfaces of RadioWave in org.orekit.gnss Modifier and Type Interface Description interface
GnssSignal
Intermediate level interface for radio waves related to GNSS common frequency.Classes in org.orekit.gnss that implement RadioWave Modifier and Type Class Description class
PredefinedGnssSignal
Enumerate for GNSS predefined signals.Methods in org.orekit.gnss with parameters of type RadioWave Modifier and Type Method Description default boolean
RadioWave. closeTo(RadioWave other)
Check if two radio waves are closer thanONE_MILLI_HERTZ
.default boolean
RadioWave. closeTo(RadioWave other, double tolerance)
Check if two radio waves are closer than tolerance. -
Uses of RadioWave in org.orekit.gnss.antenna
Methods in org.orekit.gnss.antenna that return types with arguments of type RadioWave Modifier and Type Method Description List<RadioWave>
Antenna. getRadioWaves()
Get supported radio waves.Methods in org.orekit.gnss.antenna with parameters of type RadioWave Modifier and Type Method Description Vector3D
Antenna. getEccentricities(RadioWave radioWave)
Get the phase center eccentricities.FrequencyPattern
Antenna. getPattern(RadioWave radioWave)
Get a frequency pattern.double
Antenna. getPhaseCenterVariation(RadioWave radioWave, Vector3D direction)
Get the value of the phase center variation in a signal direction.Constructor parameters in org.orekit.gnss.antenna with type arguments of type RadioWave Constructor Description Antenna(String type, String sinexCode, Map<RadioWave,FrequencyPattern> patterns)
Simple constructor.ReceiverAntenna(String type, String sinexCode, Map<RadioWave,FrequencyPattern> patterns, String serialNumber)
Simple constructor.SatelliteAntenna(String type, String sinexCode, Map<RadioWave,FrequencyPattern> patterns, SatInSystem satInSystem, SatelliteType satelliteType, int satelliteCode, String cosparID, AbsoluteDate validFrom, AbsoluteDate validUntil)
Simple constructor. -
Uses of RadioWave in org.orekit.propagation.analytical.gnss.data
Methods in org.orekit.propagation.analytical.gnss.data that return RadioWave Modifier and Type Method Description RadioWave
BeidouCivilianNavigationMessage. getRadioWave()
Getter for radio wave.Constructors in org.orekit.propagation.analytical.gnss.data with parameters of type RadioWave Constructor Description BeidouCivilianNavigationMessage(RadioWave radioWave)
Constructor.
-