Package org.orekit.files.general
Interface EphemerisFileParser<T extends EphemerisFile<?,?>>
-
- Type Parameters:
T- type of the parsed file
- All Known Implementing Classes:
CPFParser,OcmParser,OemParser,SP3Parser,STKEphemerisFileParser
public interface EphemerisFileParser<T extends EphemerisFile<?,?>>Parse an ephemeris file.- Author:
- Evan Ward
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tparse(DataSource source)Parse an ephemeris file from a data source.
-
-
-
Method Detail
-
parse
T parse(DataSource source)
Parse an ephemeris file from a data source.- Parameters:
source- source providing the data to parse- Returns:
- a parsed ephemeris file.
-
-