Uses of Interface
org.orekit.files.general.EphemerisFile
-
Packages that use EphemerisFile Package Description org.orekit.files.ccsds This package provides a parser for orbit data stored in CCSDS Orbit Data Message format.org.orekit.files.general This package provides interfaces for orbit file representations and corresponding parsers.org.orekit.files.sp3 This package provides a parser for orbit data stored in SP3 format. -
-
Uses of EphemerisFile in org.orekit.files.ccsds
Classes in org.orekit.files.ccsds that implement EphemerisFile Modifier and Type Class Description classOEMFileThis class stocks all the information of the OEM File parsed by OEMParser.Methods in org.orekit.files.ccsds with parameters of type EphemerisFile Modifier and Type Method Description voidOEMWriter. write(Appendable writer, EphemerisFile ephemerisFile)Write the passed inEphemerisFileusing the passed inAppendable. -
Uses of EphemerisFile in org.orekit.files.general
Classes in org.orekit.files.general that implement EphemerisFile Modifier and Type Class Description classOrekitEphemerisFileA class for encapsulating Orekit propagators within anEphemerisFilecomplaint object that makes for easy serialization to external ephemeris formats like OEM.Methods in org.orekit.files.general that return EphemerisFile Modifier and Type Method Description EphemerisFileEphemerisFileParser. parse(BufferedReader reader, String fileName)Parse an ephemeris file from a stream.EphemerisFileEphemerisFileParser. parse(String fileName)Parse an ephemeris file from a file on the local file system.Methods in org.orekit.files.general with parameters of type EphemerisFile Modifier and Type Method Description voidEphemerisFileWriter. write(Appendable writer, EphemerisFile ephemerisFile)Write the passed inEphemerisFileusing the passed inAppendable.default voidEphemerisFileWriter. write(String outputFilePath, EphemerisFile ephemerisFile)Write the passed inEphemerisFileto a file at the output path specified. -
Uses of EphemerisFile in org.orekit.files.sp3
Classes in org.orekit.files.sp3 that implement EphemerisFile Modifier and Type Class Description classSP3FileRepresents a parsed SP3 orbit file.
-