Package | Description |
---|---|
org.orekit.files.ccsds |
This package provides a parser for orbit data stored in CCSDS Orbit Data Message format.
|
Modifier and Type | Method and Description |
---|---|
CcsdsTimeScale |
TDMFile.TDMMetaData.getTimeSystem()
Get the Time System that: for OPM, is used for metadata, state vector,
maneuver and covariance data, for OMM, is used for metadata, orbit state
and covariance data, for OEM, is used for metadata, ephemeris and
covariance data.
|
CcsdsTimeScale |
ODMMetaData.getTimeSystem()
Get the Time System that: for OPM, is used for metadata, state vector,
maneuver and covariance data, for OMM, is used for metadata, orbit state
and covariance data, for OEM, is used for metadata, ephemeris and
covariance data.
|
static CcsdsTimeScale |
CcsdsTimeScale.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CcsdsTimeScale[] |
CcsdsTimeScale.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected AbsoluteDate |
ODMParser.parseDate(String date,
CcsdsTimeScale timeSystem)
Parse a date.
|
void |
TDMFile.TDMMetaData.setTimeSystem(CcsdsTimeScale timeSystem)
Set the Time System that: for OPM, is used for metadata, state vector,
maneuver and covariance data, for OMM, is used for metadata, orbit state
and covariance data, for OEM, is used for metadata, ephemeris and
covariance data.
|
Copyright © 2002-2017 CS Systèmes d'information. All rights reserved.