Uses of Class
org.orekit.files.ccsds.CcsdsTimeScale
-
Packages that use CcsdsTimeScale Package Description org.orekit.files.ccsds This package provides a parser for orbit data stored in CCSDS Orbit Data Message format. -
-
Uses of CcsdsTimeScale in org.orekit.files.ccsds
Methods in org.orekit.files.ccsds that return CcsdsTimeScale Modifier and Type Method Description 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.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.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.Methods in org.orekit.files.ccsds with parameters of type CcsdsTimeScale Modifier and Type Method 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.
-