Uses of Class
org.orekit.files.rinex.observation.GlonassSatelliteChannel
-
Packages that use GlonassSatelliteChannel Package Description org.orekit.files.rinex.observation This package provides classes related to RINEX observation files. -
-
Uses of GlonassSatelliteChannel in org.orekit.files.rinex.observation
Methods in org.orekit.files.rinex.observation that return types with arguments of type GlonassSatelliteChannel Modifier and Type Method Description List<GlonassSatelliteChannel>
RinexObservationHeader. getGlonassChannels()
Get the list of GLONASS satellite/channel associations.Methods in org.orekit.files.rinex.observation with parameters of type GlonassSatelliteChannel Modifier and Type Method Description void
RinexObservationHeader. addGlonassChannel(GlonassSatelliteChannel glonassChannel)
Add GLONASS satellite/channel association.
-