Uses of Class
org.orekit.files.rinex.navigation.parsers.ParseInfo
-
Packages that use ParseInfo Package Description org.orekit.files.rinex.navigation.parsers This package provides parsers for the various RINEX navigation messages.org.orekit.files.rinex.navigation.parsers.ephemeris This package provides parsers for the ephemeris navigation messages.org.orekit.files.rinex.navigation.parsers.ionosphere This package provides parsers for the ionosphere navigation messages. -
-
Uses of ParseInfo in org.orekit.files.rinex.navigation.parsers
Methods in org.orekit.files.rinex.navigation.parsers with parameters of type ParseInfo Modifier and Type Method Description protected voidRecordLineParser. parseSvEpochSvClockLine(TimeScale timeScale, ParseInfo parseInfo, AbstractNavigationMessage<?> message)Parse the SV/Epoch/Sv clock of the navigation message.Constructors in org.orekit.files.rinex.navigation.parsers with parameters of type ParseInfo Constructor Description EarthOrientationParameterParser(ParseInfo parseInfo, EarthOrientationParameterMessage message)Simple constructor.SystemTimeOffsetParser(ParseInfo parseInfo, SystemTimeOffsetMessage message)Simple constructor. -
Uses of ParseInfo in org.orekit.files.rinex.navigation.parsers.ephemeris
Methods in org.orekit.files.rinex.navigation.parsers.ephemeris that return ParseInfo Modifier and Type Method Description ParseInfoAbstractEphemerisParser. getParseInfo()Get the container for parsing data.ParseInfoAbstractNavigationParser. getParseInfo()Get the container for parsing data.ParseInfoCivilianNavigationParser. getParseInfo()Get the container for parsing data. -
Uses of ParseInfo in org.orekit.files.rinex.navigation.parsers.ionosphere
Constructors in org.orekit.files.rinex.navigation.parsers.ionosphere with parameters of type ParseInfo Constructor Description BdgimParser(ParseInfo parseInfo, IonosphereBDGIMMessage message)Simple constructor.GlonassCdmsGParser(ParseInfo parseInfo, IonosphereGlonassCdmsMessage message)Simple constructor.KlobucharParser(ParseInfo parseInfo, IonosphereKlobucharMessage message)Simple constructor.NavICKlobucharParser(ParseInfo parseInfo, IonosphereNavICKlobucharMessage message)Simple constructor.NavICNeQuickNParser(ParseInfo parseInfo, IonosphereNavICNeQuickNMessage message)Simple constructor.NeQuickGParser(ParseInfo parseInfo, IonosphereNequickGMessage message)Simple constructor.
-