public class RinexLoader.Parser extends Object implements DataLoader
| Modifier and Type | Class and Description |
|---|---|
class |
RinexLoader.Parser.AppliedDCBS
Corrections of Differential Code Biases (DCBs) applied.
|
class |
RinexLoader.Parser.AppliedPCVS
Corrections of antenna phase center variations (PCVs) applied.
|
class |
RinexLoader.Parser.PhaseShiftCorrection
Phase Shift corrections.
|
class |
RinexLoader.Parser.ScaleFactorCorrection
Scale Factor to be applied.
|
| Constructor and Description |
|---|
Parser() |
| Modifier and Type | Method and Description |
|---|---|
void |
loadData(InputStream input,
String fileName)
Load data from a stream.
|
boolean |
stillAcceptsData()
Check if the loader still accepts new data.
|
public boolean stillAcceptsData()
This method is used to speed up data loading by interrupting crawling the data sets as soon as a loader has found the data it was waiting for. For loaders that can merge data from any number of sources (for example JPL ephemerides or Earth Orientation Parameters that are split among several files), this method should always return true to make sure no data is left over.
stillAcceptsData in interface DataLoaderpublic void loadData(InputStream input, String fileName) throws IOException, OrekitException
loadData in interface DataLoaderinput - data input streamfileName - name of the file (or zip entry)IOException - if data can't be readOrekitExceptionCopyright © 2002-2020 CS GROUP. All rights reserved.