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 class
OEMFile
This 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 void
OEMWriter. write(Appendable writer, EphemerisFile ephemerisFile)
Write the passed inEphemerisFile
using 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 class
OrekitEphemerisFile
A class for encapsulating Orekit propagators within anEphemerisFile
complaint 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 EphemerisFile
EphemerisFileParser. parse(BufferedReader reader, String fileName)
Parse an ephemeris file from a stream.EphemerisFile
EphemerisFileParser. 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 void
EphemerisFileWriter. write(Appendable writer, EphemerisFile ephemerisFile)
Write the passed inEphemerisFile
using the passed inAppendable
.default void
EphemerisFileWriter. write(String outputFilePath, EphemerisFile ephemerisFile)
Write the passed inEphemerisFile
to 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 class
SP3File
Represents a parsed SP3 orbit file.
-