Package | Description |
---|---|
org.orekit.files.ccsds.ndm.odm.ocm |
This package contains class managing CCSDS Orbit Comprehensive Message.
|
org.orekit.files.ccsds.ndm.odm.oem |
This package contains class managing CCSDS Orbit Ephemeris Message.
|
org.orekit.files.general |
This package provides interfaces for orbit file representations and corresponding
parsers.
|
org.orekit.files.ilrs |
This package provides parsers for laser ranging data stored in CDR and CPF formats.
|
org.orekit.files.sp3 |
This package provides a parser for orbit data stored in SP3 format.
|
Modifier and Type | Class and Description |
---|---|
class |
Ocm
This class gathers the informations present in the Orbit Comprehensive Message (OCM).
|
Modifier and Type | Class and Description |
---|---|
class |
Oem
This class stores all the information of the OEM File parsed by OEMParser.
|
Modifier and Type | Method and Description |
---|---|
<C extends TimeStampedPVCoordinates,S extends EphemerisFile.EphemerisSegment<C>> |
EphemerisWriter.write(Appendable appendable,
EphemerisFile<C,S> ephemerisFile)
Write the passed in
EphemerisFile using the passed in
Appendable . |
Modifier and Type | Interface and Description |
---|---|
interface |
EphemerisFileParser<T extends EphemerisFile<?,?>>
Parse an ephemeris file.
|
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 |
---|---|
<C extends TimeStampedPVCoordinates,S extends EphemerisFile.EphemerisSegment<C>> |
EphemerisFileWriter.write(Appendable writer,
EphemerisFile<C,S> ephemerisFile)
Write the passed in
EphemerisFile using the passed in
Appendable . |
default <C extends TimeStampedPVCoordinates,S extends EphemerisFile.EphemerisSegment<C>> |
EphemerisFileWriter.write(String outputFilePath,
EphemerisFile<C,S> ephemerisFile)
Write the passed in
EphemerisFile to a file at the output path
specified. |
Modifier and Type | Class and Description |
---|---|
class |
CPF
This class stores all the information of the Consolidated laser ranging Prediction File (CPF) parsed
by CPFParser.
|
Modifier and Type | Method and Description |
---|---|
<C extends TimeStampedPVCoordinates,S extends EphemerisFile.EphemerisSegment<C>> |
CPFWriter.write(Appendable writer,
EphemerisFile<C,S> ephemerisFile)
Write the passed in
EphemerisFile using the passed in
Appendable . |
Modifier and Type | Class and Description |
---|---|
class |
SP3
Represents a parsed SP3 orbit file.
|
Copyright © 2002-2021 CS GROUP. All rights reserved.