Uses of Enum Class
org.orekit.files.ccsds.definitions.TimeSystem
Packages that use TimeSystem
Package
Description
This package contains definitions for CCSDS objects (frames, time systems...).
This package contains class managing CCSDS Conjunction Data Message.
This package contains class managing CCSDS Orbit Data Message.
This package contains class managing the sections in CCSDS Messages.
This package contains utilities shared by many CCSDS messages parsers/writers.
This package contains utilities for CCSDS messages lexical analysis.
-
Uses of TimeSystem in org.orekit.files.ccsds.definitions
Methods in org.orekit.files.ccsds.definitions that return TimeSystemModifier and TypeMethodDescriptionstatic TimeSystemParse a value from a key=value entry.static TimeSystemReturns the enum constant of this class with the specified name.static TimeSystem[]TimeSystem.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TimeSystem in org.orekit.files.ccsds.ndm.cdm
Methods in org.orekit.files.ccsds.ndm.cdm that return TimeSystemModifier and TypeMethodDescriptionCdmRelativeMetadata.getTimeSystem()Get the Time System that: for CDM, is used for relative metadata, metadata, OD parameters, state vector.Methods in org.orekit.files.ccsds.ndm.cdm with parameters of type TimeSystemModifier and TypeMethodDescriptionvoidCdmRelativeMetadata.setTimeSystem(TimeSystem timeSystem) Set the Time System that: for CDM, is used for relative metadata, metadata, OD parameters, state vector. -
Uses of TimeSystem in org.orekit.files.ccsds.ndm.odm
Constructors in org.orekit.files.ccsds.ndm.odm with parameters of type TimeSystemModifierConstructorDescriptionprotectedOdmMetadata(TimeSystem defaultTimeSystem, CcsdsFrameMapper frameMapper) Simple constructor. -
Uses of TimeSystem in org.orekit.files.ccsds.section
Methods in org.orekit.files.ccsds.section that return TimeSystemModifier and TypeMethodDescriptionMetadata.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.Methods in org.orekit.files.ccsds.section with parameters of type TimeSystemModifier and TypeMethodDescriptionvoidMetadata.setTimeSystem(TimeSystem 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.Constructors in org.orekit.files.ccsds.section with parameters of type TimeSystemModifierConstructorDescriptionprotectedMetadata(TimeSystem defaultTimeSystem, CcsdsFrameMapper frameMapper) Simple constructor. -
Uses of TimeSystem in org.orekit.files.ccsds.utils
Methods in org.orekit.files.ccsds.utils that return TimeSystem -
Uses of TimeSystem in org.orekit.files.ccsds.utils.lexical
Methods in org.orekit.files.ccsds.utils.lexical with parameters of type TimeSystemModifier and TypeMethodDescriptionvoidParseToken.TimeSystemConsumer.accept(TimeSystem value) Consume a time system.