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() |
public SP3File parse(String fileName) throws PatriusException
OrbitFile.parse in interface OrbitFileParserfileName - the file to read and parseOrbitFilePatriusException - if the orbit file could not be parsed
successfully from the given filepublic SP3File parse(InputStream stream) throws PatriusException
OrbitFile.parse in interface OrbitFileParserstream - the stream to read fromOrbitFilePatriusException - if the orbit file could not be parsed
successfully from the given streamCopyright © 2017 CNES. All rights reserved.