Package | Description |
---|---|
org.orekit.files.ccsds |
This package provides a parser for orbit data stored in CCSDS Orbit Data Message format.
|
Modifier and Type | Class | Description |
---|---|---|
class |
OEMParser |
A parser for the CCSDS OEM (Orbit Ephemeris Message).
|
class |
OMMParser |
A parser for the CCSDS OMM (Orbiter Mean-Elements Message).
|
class |
OPMParser |
A parser for the CCSDS OPM (Orbit Parameter Message).
|
Modifier and Type | Method | Description |
---|---|---|
abstract ODMParser |
ODMParser.withConventions(IERSConventions newConventions) |
Set IERS conventions.
|
abstract ODMParser |
ODMParser.withInternationalDesignator(int newLaunchYear,
int newLaunchNumber,
String newLaunchPiece) |
Set international designator.
|
abstract ODMParser |
ODMParser.withMissionReferenceDate(AbsoluteDate newMissionReferenceDate) |
Set initial date.
|
abstract ODMParser |
ODMParser.withMu(double newMu) |
Set gravitational coefficient.
|
abstract ODMParser |
ODMParser.withSimpleEOP(boolean newSimpleEOP) |
Set EOP interpolation method.
|
Copyright © 2002-2019 CS Systèmes d'information. All rights reserved.