Uses of Class
org.orekit.files.ccsds.definitions.TimeSystem
-
Packages that use TimeSystem Package Description org.orekit.files.ccsds.definitions This package contains definitions for CCSDS objects (frames, time systems...).org.orekit.files.ccsds.ndm.cdm This package contains class managing CCSDS Conjunction Data Message.org.orekit.files.ccsds.ndm.odm This package contains class managing CCSDS Orbit Data Message.org.orekit.files.ccsds.section This package contains class managing the sections in CCSDS Messages.org.orekit.files.ccsds.utils This package contains utilities shared by many CCSDS messages parsers/writers.org.orekit.files.ccsds.utils.lexical 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 TimeSystem Modifier and Type Method Description static TimeSystemTimeSystem. parse(String value)Parse a value from a key=value entry.static TimeSystemTimeSystem. valueOf(String name)Returns the enum constant of this type with the specified name.static TimeSystem[]TimeSystem. values()Returns an array containing the constants of this enum type, 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 TimeSystem Modifier and Type Method Description TimeSystemCdmRelativeMetadata. 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 TimeSystem Modifier and Type Method Description voidCdmRelativeMetadata. 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 TimeSystem Constructor Description OdmMetadata(TimeSystem defaultTimeSystem)Simple constructor. -
Uses of TimeSystem in org.orekit.files.ccsds.section
Methods in org.orekit.files.ccsds.section that return TimeSystem Modifier and Type Method Description TimeSystemMetadata. 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 TimeSystem Modifier and Type Method Description voidMetadata. 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 TimeSystem Constructor Description Metadata(TimeSystem defaultTimeSystem)Simple constructor. -
Uses of TimeSystem in org.orekit.files.ccsds.utils
Methods in org.orekit.files.ccsds.utils that return TimeSystem Modifier and Type Method Description TimeSystemContextBinding. getTimeSystem()Get the time system. -
Uses of TimeSystem in org.orekit.files.ccsds.utils.lexical
Methods in org.orekit.files.ccsds.utils.lexical with parameters of type TimeSystem Modifier and Type Method Description voidParseToken.TimeSystemConsumer. accept(TimeSystem value)Consume a time system.
-