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 and Description |
---|---|
class |
OEMFile
This class stocks all the information of the OEM File parsed by OEMParser.
|
class |
OGMFile
This class gathers the general state data present in both OPM and OMM files.
|
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 and Description |
---|---|
ODMFile |
ODMMetaData.getODMFile()
Get the ODM file to which these meta-data belong.
|
ODMFile |
ODMParser.parse(InputStream stream)
Parse a CCSDS Orbit Data Message.
|
abstract ODMFile |
ODMParser.parse(InputStream stream,
String fileName)
Parse a CCSDS Orbit Data Message.
|
ODMFile |
ODMParser.parse(String fileName)
Parse a CCSDS Orbit Data Message.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
ODMParser.parseHeaderEntry(org.orekit.files.ccsds.KeyValue keyValue,
ODMFile odmFile,
List<String> comment)
Parse an entry from the header.
|
Copyright © 2002-2017 CS Systèmes d'information. All rights reserved.