public class SinexLoader extends Object
For now only few keys are supported: SITE/ID, SITE/ECCENTRICITY, SOLUTION/EPOCHS and SOLUTION/ESTIMATE. They represent the minimum set of parameters that are interesting to consider in a SINEX file.
Constructor and Description |
---|
SinexLoader(DataSource source)
Simple constructor.
|
SinexLoader(DataSource source,
TimeScale utc)
Loads SINEX from the given input stream using the specified auxiliary data.
|
SinexLoader(String supportedNames)
Simple constructor.
|
SinexLoader(String supportedNames,
DataProvidersManager dataProvidersManager,
TimeScale utc)
Construct a loader by specifying the source of SINEX auxiliary data files.
|
Modifier and Type | Method and Description |
---|---|
Station |
getStation(String siteCode)
Get the station corresponding to the given site code.
|
Map<String,Station> |
getStations()
Get the parsed station data.
|
@DefaultDataContext public SinexLoader(String supportedNames)
default data context
.supportedNames
- regular expression for supported files namesSinexLoader(String, DataProvidersManager, TimeScale)
public SinexLoader(String supportedNames, DataProvidersManager dataProvidersManager, TimeScale utc)
supportedNames
- regular expression for supported files namesdataProvidersManager
- provides access to auxiliary data.utc
- UTC time scale@DefaultDataContext public SinexLoader(DataSource source)
default data context
.source
- source for the RINEX dataSinexLoader(String, DataProvidersManager, TimeScale)
public SinexLoader(DataSource source, TimeScale utc)
source
- source for the RINEX datautc
- UTC time scaleCopyright © 2002-2022 CS GROUP. All rights reserved.