public class RinexNavigationParser extends Object
This parser handles RINEX version from 3.01 to 3.05. It is not adapted for RINEX 2.10 and 2.11 versions.
Constructor and Description |
---|
RinexNavigationParser()
Constructor.
|
RinexNavigationParser(TimeScales timeScales)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
RinexNavigation |
parse(DataSource source)
Parse RINEX navigation messages.
|
@DefaultDataContext public RinexNavigationParser()
This constructor uses the default data context
.
RinexNavigationParser(TimeScales)
public RinexNavigationParser(TimeScales timeScales)
timeScales
- the set of time scales used for parsing dates.public RinexNavigation parse(DataSource source) throws IOException
source
- source providing the data to parseIOException
- if reader
throws oneCopyright © 2002-2022 CS GROUP. All rights reserved.