Package | Description |
---|---|
org.orekit.files.ccsds |
This package provides a parser for elements data stored in CCSDS Navigation Data Message format.
|
Modifier and Type | Class and Description |
---|---|
class |
AEMParser
A parser for the CCSDS AEM (Attitude Ephemeris Message).
|
class |
APMParser
A parser for the CCSDS APM (Attitude Parameter Message).
|
Modifier and Type | Method and Description |
---|---|
abstract ADMParser |
ADMParser.withConventions(IERSConventions newConventions)
Set IERS conventions.
|
abstract ADMParser |
ADMParser.withDataContext(DataContext newDataContext)
Set the data context.
|
abstract ADMParser |
ADMParser.withInternationalDesignator(int newLaunchYear,
int newLaunchNumber,
String newLaunchPiece)
Set international designator.
|
abstract ADMParser |
ADMParser.withMissionReferenceDate(AbsoluteDate newMissionReferenceDate)
Set initial date.
|
abstract ADMParser |
ADMParser.withMu(double newMu)
Set gravitational coefficient.
|
abstract ADMParser |
ADMParser.withSimpleEOP(boolean newSimpleEOP)
Set EOP interpolation method.
|
Copyright © 2002-2020 CS GROUP. All rights reserved.