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 OrekitException
OrbitFile
.parse
in interface OrbitFileParser
fileName
- the file to read and parseOrbitFile
OrekitException
- if the orbit file could not be parsed
successfully from the given filepublic SP3File parse(InputStream stream) throws OrekitException
OrbitFile
.parse
in interface OrbitFileParser
stream
- the stream to read fromOrbitFile
OrekitException
- if the orbit file could not be parsed
successfully from the given streamCopyright © 2002-2015 CS Systèmes d'information. All rights reserved.