public class RinexObservationLoader extends Object
Supported versions are: 2.00, 2.10, 2.11, 2.12 (unofficial), 2.20 (unofficial), 3.00, 3.01, 3.02, 3.03, and 3.04.
Modifier and Type | Class and Description |
---|---|
class |
RinexObservationLoader.Parser
Parser for rinex files.
|
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_RINEX_2_SUPPORTED_NAMES
Default supported files name pattern for rinex 2 observation files.
|
static String |
DEFAULT_RINEX_3_SUPPORTED_NAMES
Default supported files name pattern for rinex 3 observation files.
|
Constructor and Description |
---|
RinexObservationLoader(DataSource source)
Simple constructor.
|
RinexObservationLoader(DataSource source,
TimeScales timeScales)
Loads RINEX from the given input stream using the specified auxiliary data.
|
RinexObservationLoader(String supportedNames)
Simple constructor.
|
RinexObservationLoader(String supportedNames,
DataProvidersManager dataProvidersManager,
TimeScales timeScales)
Create a RINEX loader/parser with the given source of RINEX auxiliary data files.
|
Modifier and Type | Method and Description |
---|---|
List<ObservationDataSet> |
getObservationDataSets()
Get parsed rinex observations data sets.
|
public static final String DEFAULT_RINEX_2_SUPPORTED_NAMES
public static final String DEFAULT_RINEX_3_SUPPORTED_NAMES
@DefaultDataContext public RinexObservationLoader(String supportedNames)
This constructor is used when the rinex files are managed by the
global default data context
.
supportedNames
- regular expression for supported files namesRinexObservationLoader(String, DataProvidersManager, TimeScales)
public RinexObservationLoader(String supportedNames, DataProvidersManager dataProvidersManager, TimeScales timeScales)
This constructor is used when the rinex files are managed by the given
dataProvidersManager
.
supportedNames
- regular expression for supported files namesdataProvidersManager
- provides access to auxiliary data.timeScales
- the set of time scales to use when parsing dates.@DefaultDataContext public RinexObservationLoader(DataSource source)
default data context
.source
- source for the RINEX dataRinexObservationLoader(DataSource, TimeScales)
public RinexObservationLoader(DataSource source, TimeScales timeScales)
source
- source for the RINEX datatimeScales
- the set of time scales to use when parsing dates.public List<ObservationDataSet> getObservationDataSets()
Copyright © 2002-2022 CS GROUP. All rights reserved.