Package | Description |
---|---|
org.orekit.files.ccsds |
This package provides a parser for orbit data stored in CCSDS Orbit Data Message format.
|
org.orekit.files.general |
This package provides interfaces for orbit file representations and corresponding parsers.
|
org.orekit.files.sp3 |
This package provides a parser for orbit data stored in SP3 format.
|
Modifier and Type | Class and Description |
---|---|
class |
ODMFile
The ODMFile (Orbit Data Message) class represents any of the three orbit messages used by the CCSDS,
i.e.
|
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 |
---|---|
OrbitFile |
OrbitFileParser.parse(InputStream stream)
Reads an orbit file from the given stream and returns a parsed
OrbitFile . |
OrbitFile |
OrbitFileParser.parse(String fileName)
Reads the orbit file and returns a parsed
OrbitFile . |
Modifier and Type | Class and Description |
---|---|
class |
SP3File
Represents a parsed SP3 orbit file.
|
Copyright © 2002-2015 CS Systèmes d'information. All rights reserved.