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 |
OMMFile |
This class gathers the informations present in the Orbital Mean-Elements Message (OMM),
and contains methods to generate a
CartesianOrbit , a KeplerianOrbit ,
a SpacecraftState and, eventually, a TLE . |
class |
OPMFile |
This class gathers the informations present in the Orbital Parameter Message (OPM), and contains
methods to generate
CartesianOrbit , KeplerianOrbit or SpacecraftState . |
Modifier and Type | Method | Description |
---|---|---|
protected boolean |
ODMParser.parseGeneralStateDataEntry(org.orekit.files.ccsds.KeyValue keyValue,
OGMFile general,
List<String> comment) |
Parse a general state data key = value entry.
|
Copyright © 2002-2019 CS Systèmes d'information. All rights reserved.