public interface OrbitFileParser
Modifier and Type | Method and Description |
---|---|
OrbitFile |
parse(InputStream stream)
Reads an orbit file from the given stream and returns a parsed
OrbitFile . |
OrbitFile |
parse(String fileName)
Reads the orbit file and returns a parsed
OrbitFile . |
OrbitFile parse(InputStream stream) throws PatriusException
OrbitFile
.stream
- the stream to read fromOrbitFile
PatriusException
- if the orbit file could not be parsed
successfully from the given streamOrbitFile parse(String fileName) throws PatriusException
OrbitFile
.fileName
- the file to read and parseOrbitFile
PatriusException
- if the orbit file could not be parsed
successfully from the given fileCopyright © 2019 CNES. All Rights Reserved.