public class RinexLoader 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 |
RinexLoader.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 |
|---|
RinexLoader(InputStream input,
String name)
Simple constructor.
|
RinexLoader(InputStream input,
String name,
TimeScales timeScales)
Loads RINEX from the given input stream using the specified auxiliary data.
|
RinexLoader(String supportedNames)
Simple constructor.
|
RinexLoader(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 RinexLoader(String supportedNames)
This constructor is used when the rinex files are managed by the
global default data context.
supportedNames - regular expression for supported files namesRinexLoader(String, DataProvidersManager, TimeScales)public RinexLoader(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 RinexLoader(InputStream input, String name)
default data context.input - data input streamname - name of the file (or zip entry)RinexLoader(InputStream, String, TimeScales)public RinexLoader(InputStream input, String name, TimeScales timeScales)
input - data input streamname - name of the file (or zip entry)timeScales - the set of time scales to use when parsing dates.public List<ObservationDataSet> getObservationDataSets()
Copyright © 2002-2020 CS GROUP. All rights reserved.