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.
|
Modifier and Type | Class and Description |
---|---|
class |
OEMFile
This class stocks all the information of the OEM File parsed by OEMParser.
|
Modifier and Type | Method and Description |
---|---|
void |
OEMWriter.write(Appendable writer,
EphemerisFile ephemerisFile)
Write the passed in
EphemerisFile using the passed in
Appendable . |
Modifier and Type | Class and Description |
---|---|
class |
OrekitEphemerisFile
A class for encapsulating Orekit propagators within an
EphemerisFile
complaint object that makes for easy serialization to external ephemeris
formats like OEM. |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
EphemerisFileWriter.write(Appendable writer,
EphemerisFile ephemerisFile)
Write the passed in
EphemerisFile using the passed in
Appendable . |
default void |
EphemerisFileWriter.write(String outputFilePath,
EphemerisFile ephemerisFile)
Write the passed in
EphemerisFile to a file at the output path
specified. |
Modifier and Type | Class and Description |
---|---|
class |
SP3File
Represents a parsed SP3 orbit file.
|
Copyright © 2002-2017 CS Systèmes d'information. All rights reserved.