|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OrbitFileParser
Interface for orbit file parsers.
Method Summary | |
---|---|
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 . |
Method Detail |
---|
OrbitFile parse(InputStream stream) throws OrekitException
OrbitFile
.
stream
- the stream to read from
OrbitFile
OrekitException
- if the orbit file could not be parsed
successfully from the given streamOrbitFile parse(String fileName) throws OrekitException
OrbitFile
.
fileName
- the file to read and parse
OrbitFile
OrekitException
- if the orbit file could not be parsed
successfully from the given file
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |