public class SP3Parser extends Object implements OrbitFileParser
Note: this parser is thread-safe, so calling parse(java.lang.String) from
different threads is allowed.
| Constructor and Description |
|---|
SP3Parser() |
| Modifier and Type | Method and Description |
|---|---|
SP3File |
parse(InputStream stream)
Reads an orbit file from the given stream and returns a parsed
OrbitFile. |
SP3File |
parse(String fileName)
Reads the orbit file and returns a parsed
OrbitFile. |
public SP3File parse(String fileName) throws OrekitException
OrbitFile.parse in interface OrbitFileParserfileName - the file to read and parseOrbitFileOrekitException - if the orbit file could not be parsed
successfully from the given filepublic SP3File parse(InputStream stream) throws OrekitException
OrbitFile.parse in interface OrbitFileParserstream - the stream to read fromOrbitFileOrekitException - if the orbit file could not be parsed
successfully from the given streamCopyright © 2002-2016 CS Systèmes d'information. All rights reserved.