Package org.orekit.gnss.navigation
Class RinexNavigationParser
- java.lang.Object
-
- org.orekit.gnss.navigation.RinexNavigationParser
-
public class RinexNavigationParser extends Object
Parser for RINEX navigation messages files.This parser handles RINEX version from 3.01 to 3.05. It is not adapted for RINEX 2.10 and 2.11 versions.
- Since:
- 11.0
- Author:
- Bryan Cazabonne
- See Also:
- 3.01 navigation messages file format, 3.02 navigation messages file format, 3.03 navigation messages file format, 3.04 navigation messages file format, 3.05 navigation messages file format
-
-
Constructor Summary
Constructors Constructor Description RinexNavigationParser()
Constructor.RinexNavigationParser(TimeScales timeScales)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RinexNavigation
parse(DataSource source)
Parse RINEX navigation messages.
-
-
-
Constructor Detail
-
RinexNavigationParser
@DefaultDataContext public RinexNavigationParser()
Constructor.This constructor uses the
default data context
.- See Also:
RinexNavigationParser(TimeScales)
-
RinexNavigationParser
public RinexNavigationParser(TimeScales timeScales)
Constructor.- Parameters:
timeScales
- the set of time scales used for parsing dates.
-
-
Method Detail
-
parse
public RinexNavigation parse(DataSource source) throws IOException
Parse RINEX navigation messages.- Parameters:
source
- source providing the data to parse- Returns:
- a parsed RINEX navigation messages file
- Throws:
IOException
- ifreader
throws one
-
-