public class RinexLoader extends Object
| Modifier and Type | Class | Description |
|---|---|---|
class |
RinexLoader.Parser |
Parser for rinex files.
|
| Modifier and Type | Field | 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 | Description |
|---|---|
RinexLoader(InputStream input,
String name) |
Simple constructor.
|
RinexLoader(String supportedNames) |
Simple constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
Map<RinexHeader,List<ObservationDataSet>> |
getObservations() |
Get parsed rinex observations.
|
public static final String DEFAULT_RINEX_2_SUPPORTED_NAMES
public static final String DEFAULT_RINEX_3_SUPPORTED_NAMES
public RinexLoader(String supportedNames) throws OrekitException
This constructor is used when the rinex files are managed by the
global DataProvidersManager.
supportedNames - regular expression for supported files namesOrekitException - if no rinex file can be readpublic RinexLoader(InputStream input, String name) throws OrekitException
input - data input streamname - name of the file (or zip entry)OrekitException - if no rinex file can be readpublic Map<RinexHeader,List<ObservationDataSet>> getObservations()
Copyright © 2002-2018 CS Systèmes d'information. All rights reserved.