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, and 3.03.
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 |
---|---|---|
List<ObservationDataSet> |
getObservationDataSets() |
Get parsed rinex observations data sets.
|
Map<RinexHeader,List<ObservationDataSet>> |
getObservations() |
Deprecated.
as of 9.3 replaced by
getObservationDataSets() |
public static final String DEFAULT_RINEX_2_SUPPORTED_NAMES
public static final String DEFAULT_RINEX_3_SUPPORTED_NAMES
public RinexLoader(String supportedNames)
This constructor is used when the rinex files are managed by the
global DataProvidersManager
.
supportedNames
- regular expression for supported files namespublic RinexLoader(InputStream input, String name)
input
- data input streamname
- name of the file (or zip entry)@Deprecated public Map<RinexHeader,List<ObservationDataSet>> getObservations()
getObservationDataSets()
public List<ObservationDataSet> getObservationDataSets()
Copyright © 2002-2019 CS Systèmes d'information. All rights reserved.