Uses of Package
org.orekit.time
-
Packages that use org.orekit.time Package Description org.orekit.attitudes This package provides classes to represent simple attitudes.org.orekit.bodies This package provides interface to represent the position and geometry of space objects such as stars, planets or asteroids.org.orekit.data This package provide base classes for exploring the configured data directory tree and read external data that can be used by the library.org.orekit.estimation.iod This package provides initial orbit determination methods.org.orekit.estimation.measurements The measurements package defines everything that is related to orbit determination measurements.org.orekit.estimation.measurements.generation This package provides Orbit Determination measurements generation.org.orekit.estimation.measurements.gnss This package provides methods to handle GNSS measurements.org.orekit.estimation.measurements.modifiers This package provides measurement modifier.org.orekit.estimation.sequential The sequential package provides an implementation of a Kalman Filter engine to perform an orbit determination.org.orekit.files.ccsds.definitions This package contains definitions for CCSDS objects (frames, time systems...).org.orekit.files.ccsds.ndm This package contains the base hierarchy for CCSDS ADM, ODM and TDM.org.orekit.files.ccsds.ndm.adm This package contains class managing CCSDS Attitude Data Message.org.orekit.files.ccsds.ndm.adm.acm This package contains class managing CCSDS Attitude Comprehensive Message.org.orekit.files.ccsds.ndm.adm.aem This package contains class managing CCSDS Attitude Ephemeris Message.org.orekit.files.ccsds.ndm.adm.apm This package contains class managing CCSDS Attitude Parameter Message.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.ndm.odm.ocm This package contains class managing CCSDS Orbit Comprehensive Message.org.orekit.files.ccsds.ndm.odm.oem This package contains class managing CCSDS Orbit Ephemeris Message.org.orekit.files.ccsds.ndm.odm.omm This package contains class managing CCSDS Orbit Mean-Elements Message.org.orekit.files.ccsds.ndm.odm.opm This package contains class managing CCSDS Orbit Parameter Message.org.orekit.files.ccsds.ndm.tdm This package contains class managing CCSDS Tracking 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.generation This package contains utilities for CCSDS messages generation.org.orekit.files.ccsds.utils.lexical This package contains utilities for CCSDS messages lexical analysis.org.orekit.files.general This package provides interfaces for orbit file representations and corresponding parsers.org.orekit.files.ilrs This package provides parsers for laser ranging data stored in CDR and CPF formats.org.orekit.files.rinex.clock This package provides classes related to navigation clock files.org.orekit.files.rinex.navigation This package provides classes related to RINEX navigation files.org.orekit.files.rinex.observation This package provides classes related to RINEX observation files.org.orekit.files.rinex.section This package contains class managing the sections in RINEX files.org.orekit.files.rinex.utils.parsing This package contains classes related to the parsing of RINEX files.org.orekit.files.sinex This package provides classes related to station data.org.orekit.files.sp3 This package provides a parser for orbit data stored in SP3 format.org.orekit.files.stk This package provides a parser for STK ephemeris files.org.orekit.forces This package provides the interface for force models that will be used by theNumericalPropagator
, as well as some classical spacecraft models for surface forces (spherical, box and solar array ...).org.orekit.forces.drag This package provides all drag-related forces.org.orekit.forces.empirical This package provides empirical forces.org.orekit.forces.gravity This package provides all gravity-related forces.org.orekit.forces.gravity.potential This package provides classes to read gravity field files and supports several different formats.org.orekit.forces.maneuvers This package provides models of simple maneuvers.org.orekit.forces.maneuvers.jacobians Generators for columns of Jacobian matrices related to maneuver parameters.org.orekit.forces.maneuvers.propulsion This package provides propulsion models intended to be used with classManeuver
.org.orekit.forces.maneuvers.trigger This package provides maneuver triggers' models intended to be used with classManeuver
.org.orekit.forces.radiation This package provides all radiation pressure related forces.org.orekit.frames This package provides classes to handle frames and transforms between them.org.orekit.frames.encounter Package specific to encounter local orbital frame.org.orekit.gnss This package provides classes related to GNSS applications.org.orekit.gnss.antenna This package provides classes related to receiver and satellites antenna modeling.org.orekit.gnss.attitude This package provides classes related to navigation satellites attitude modeling.org.orekit.gnss.metric.messages.rtcm.ephemeris This package provides all supported RTCM ephemerismessages
.org.orekit.models.earth This package provides models that simulate certain physical phenomena of Earth and the near-Earth environment.org.orekit.models.earth.atmosphere This package provides the atmosphere model interface and several implementations.org.orekit.models.earth.atmosphere.data This package provides classes to get atmospheric data, including solar flux and planetary geomagnetic indices.org.orekit.models.earth.displacement This package provides models computing reference points displacements on Earth surface.org.orekit.models.earth.ionosphere This package provides models that simulate the impact of the ionosphere.org.orekit.models.earth.troposphere This package provides models that simulate the impact of the troposphere.org.orekit.models.earth.weather This package provides models that simulate global weather conditions on Earth.org.orekit.orbits This package provides classes to represent orbits.org.orekit.propagation Propagationorg.orekit.propagation.analytical Top level package for analytical propagators.org.orekit.propagation.analytical.gnss This package provides classes to propagate GNSS orbits.org.orekit.propagation.analytical.gnss.data This package provides classes related to navigation data containing in GNSS almanacs and navigation messages.org.orekit.propagation.analytical.intelsat This package provides classes to propagate Intelsat's 11 elements.org.orekit.propagation.analytical.tle This package provides classes to read and extrapolate tle's.org.orekit.propagation.analytical.tle.generation This package provides classes related to TLE generation.org.orekit.propagation.conversion This package provides tools to convert a given propagator or a set ofSpacecraftState
into another propagator.org.orekit.propagation.conversion.averaging This package wraps methods from various (semi)analytical models in Orekit to convert back and forth between an averaged orbital state and an osculating one.org.orekit.propagation.events This package provides interfaces and classes dealing with events occurring during propagation.org.orekit.propagation.events.handlers This package provides an interface and classes dealing with events occurrence only.org.orekit.propagation.integration Utilities for integration-based propagators (both numerical and semi-analytical).org.orekit.propagation.numerical Top level package for numerical propagators.org.orekit.propagation.numerical.cr3bp Top level package for CR3BP Models used with a numerical propagator.org.orekit.propagation.sampling This package provides interfaces and classes dealing with step handling during propagation.org.orekit.propagation.semianalytical.dsst This package provides an implementation of the Draper Semi-analytical Satellite Theory (DSST).org.orekit.propagation.semianalytical.dsst.forces This package provides force models for Draper Semi-analytical Satellite Theory (DSST).org.orekit.propagation.semianalytical.dsst.utilities This package provides utilities for Draper Semi-analytical Satellite Theory (DSST).org.orekit.ssa.collision.shorttermencounter.probability.twod Package specific to calculus assuming a 2D short-term encounter model.org.orekit.time This independent package provides classes to handle epochs, time scales, and to compare instants together.org.orekit.utils This package provides useful objects. -
Classes in org.orekit.time used by org.orekit.attitudes Class Description AbsoluteDate This class represents a specific instant in time.AbstractFieldTimeInterpolator Abstract class for time interpolator.AbstractFieldTimeInterpolator.InterpolationData Nested class used to store interpolation data.AbstractTimeInterpolator Abstract class for time interpolator.AbstractTimeInterpolator.InterpolationData Nested class used to store interpolation data.FieldAbsoluteDate This class represents a specific instant in time.FieldTimeInterpolator This interface represents objects that can interpolate a time stamped value with respect to time.FieldTimeShiftable This interface represents objects that can be shifted in time.FieldTimeStamped This interface represents objects that have aAbsoluteDate
date attached to them.TimeInterpolator This interface represents objects that can interpolate a time stamped value with respect to time.TimeShiftable This interface represents objects that can be shifted in time.TimeStamped This interface represents objects that have aAbsoluteDate
date attached to them. -
Classes in org.orekit.time used by org.orekit.bodies Class Description AbsoluteDate This class represents a specific instant in time.FieldAbsoluteDate This class represents a specific instant in time.TimeScale Interface for time scales.TimeScales A collection ofTimeScale
s. -
Classes in org.orekit.time used by org.orekit.data Class Description AbsoluteDate This class represents a specific instant in time.FieldAbsoluteDate This class represents a specific instant in time.FieldTimeStamped This interface represents objects that have aAbsoluteDate
date attached to them.LazyLoadedTimeScales An implementation ofTimeScales
that loads auxiliary data, leap seconds and UT1-UTC, when it is first accessed.TimeScale Interface for time scales.TimeScales A collection ofTimeScale
s.TimeStamped This interface represents objects that have aAbsoluteDate
date attached to them. -
Classes in org.orekit.time used by org.orekit.estimation.iod Class Description AbsoluteDate This class represents a specific instant in time. -
Classes in org.orekit.time used by org.orekit.estimation.measurements Class Description AbsoluteDate This class represents a specific instant in time.ClockModel Offset clock model.ClockOffset Container for time stamped clock offset.FieldAbsoluteDate This class represents a specific instant in time.FieldClockOffset Container for time stamped clock offset.TimeStamped This interface represents objects that have aAbsoluteDate
date attached to them.UT1Scale Universal Time 1. -
Classes in org.orekit.time used by org.orekit.estimation.measurements.generation Class Description AbsoluteDate This class represents a specific instant in time.DatesSelector Interface for selecting dates within an interval. -
Classes in org.orekit.time used by org.orekit.estimation.measurements.gnss Class Description AbsoluteDate This class represents a specific instant in time.TimeStamped This interface represents objects that have aAbsoluteDate
date attached to them. -
Classes in org.orekit.time used by org.orekit.estimation.measurements.modifiers Class Description AbsoluteDate This class represents a specific instant in time. -
Classes in org.orekit.time used by org.orekit.estimation.sequential Class Description AbsoluteDate This class represents a specific instant in time. -
Classes in org.orekit.time used by org.orekit.files.ccsds.definitions Class Description AbsoluteDate This class represents a specific instant in time.DateTimeComponents Holder for date and time components.TimeScale Interface for time scales. -
Classes in org.orekit.time used by org.orekit.files.ccsds.ndm Class Description AbsoluteDate This class represents a specific instant in time. -
Classes in org.orekit.time used by org.orekit.files.ccsds.ndm.adm Class Description AbsoluteDate This class represents a specific instant in time. -
Classes in org.orekit.time used by org.orekit.files.ccsds.ndm.adm.acm Class Description AbsoluteDate This class represents a specific instant in time.TimeStamped This interface represents objects that have aAbsoluteDate
date attached to them. -
Classes in org.orekit.time used by org.orekit.files.ccsds.ndm.adm.aem Class Description AbsoluteDate This class represents a specific instant in time. -
Classes in org.orekit.time used by org.orekit.files.ccsds.ndm.adm.apm Class Description AbsoluteDate This class represents a specific instant in time. -
Classes in org.orekit.time used by org.orekit.files.ccsds.ndm.cdm Class Description AbsoluteDate This class represents a specific instant in time. -
Classes in org.orekit.time used by org.orekit.files.ccsds.ndm.odm Class Description AbsoluteDate This class represents a specific instant in time. -
Classes in org.orekit.time used by org.orekit.files.ccsds.ndm.odm.ocm Class Description AbsoluteDate This class represents a specific instant in time.TimeStamped This interface represents objects that have aAbsoluteDate
date attached to them. -
Classes in org.orekit.time used by org.orekit.files.ccsds.ndm.odm.oem Class Description AbsoluteDate This class represents a specific instant in time. -
Classes in org.orekit.time used by org.orekit.files.ccsds.ndm.odm.omm Class Description AbsoluteDate This class represents a specific instant in time.TimeStamped This interface represents objects that have aAbsoluteDate
date attached to them. -
Classes in org.orekit.time used by org.orekit.files.ccsds.ndm.odm.opm Class Description AbsoluteDate This class represents a specific instant in time.TimeStamped This interface represents objects that have aAbsoluteDate
date attached to them. -
Classes in org.orekit.time used by org.orekit.files.ccsds.ndm.tdm Class Description AbsoluteDate This class represents a specific instant in time. -
Classes in org.orekit.time used by org.orekit.files.ccsds.section Class Description AbsoluteDate This class represents a specific instant in time. -
Classes in org.orekit.time used by org.orekit.files.ccsds.utils Class Description AbsoluteDate This class represents a specific instant in time. -
Classes in org.orekit.time used by org.orekit.files.ccsds.utils.generation Class Description AbsoluteDate This class represents a specific instant in time. -
Classes in org.orekit.time used by org.orekit.files.ccsds.utils.lexical Class Description AbsoluteDate This class represents a specific instant in time. -
Classes in org.orekit.time used by org.orekit.files.general Class Description AbsoluteDate This class represents a specific instant in time.TimeScale Interface for time scales. -
Classes in org.orekit.time used by org.orekit.files.ilrs Class Description AbsoluteDate This class represents a specific instant in time.DateComponents Class representing a date broken up as year, month and day components.TimeScale Interface for time scales.TimeShiftable This interface represents objects that can be shifted in time.TimeStamped This interface represents objects that have aAbsoluteDate
date attached to them. -
Classes in org.orekit.time used by org.orekit.files.rinex.clock Class Description AbsoluteDate This class represents a specific instant in time.DateComponents Class representing a date broken up as year, month and day components.SampledClockModel Offset clock model backed up by a sample.TimeComponents Class representing a time within the day broken up as hour, minute and second components.TimeScale Interface for time scales.TimeScales A collection ofTimeScale
s. -
Classes in org.orekit.time used by org.orekit.files.rinex.navigation Class Description AbsoluteDate This class represents a specific instant in time.TimeScales A collection ofTimeScale
s. -
Classes in org.orekit.time used by org.orekit.files.rinex.observation Class Description AbsoluteDate This class represents a specific instant in time.ClockModel Offset clock model.SampledClockModel Offset clock model backed up by a sample.TimeScales A collection ofTimeScale
s.TimeStamped This interface represents objects that have aAbsoluteDate
date attached to them. -
Classes in org.orekit.time used by org.orekit.files.rinex.section Class Description AbsoluteDate This class represents a specific instant in time.DateTimeComponents Holder for date and time components. -
Classes in org.orekit.time used by org.orekit.files.rinex.utils.parsing Class Description TimeScales A collection ofTimeScale
s. -
Classes in org.orekit.time used by org.orekit.files.sinex Class Description AbsoluteDate This class represents a specific instant in time.TimeScale Interface for time scales.TimeScales A collection ofTimeScale
s.TimeStamped This interface represents objects that have aAbsoluteDate
date attached to them. -
Classes in org.orekit.time used by org.orekit.files.sp3 Class Description AbsoluteDate This class represents a specific instant in time.AbstractTimeInterpolator Abstract class for time interpolator.AbstractTimeInterpolator.InterpolationData Nested class used to store interpolation data.AggregatedClockModel Offset clock model aggregating several other clock models.ClockModel Offset clock model.TimeInterpolator This interface represents objects that can interpolate a time stamped value with respect to time.TimeScales A collection ofTimeScale
s.TimeShiftable This interface represents objects that can be shifted in time.TimeStamped This interface represents objects that have aAbsoluteDate
date attached to them. -
Classes in org.orekit.time used by org.orekit.files.stk Class Description AbsoluteDate This class represents a specific instant in time.UTCScale Coordinated Universal Time. -
Classes in org.orekit.time used by org.orekit.forces Class Description AbsoluteDate This class represents a specific instant in time.FieldAbsoluteDate This class represents a specific instant in time. -
Classes in org.orekit.time used by org.orekit.forces.drag Class Description AbsoluteDate This class represents a specific instant in time.FieldAbsoluteDate This class represents a specific instant in time.TimeScale Interface for time scales. -
Classes in org.orekit.time used by org.orekit.forces.empirical Class Description AbsoluteDate This class represents a specific instant in time.FieldAbsoluteDate This class represents a specific instant in time. -
Classes in org.orekit.time used by org.orekit.forces.gravity Class Description AbsoluteDate This class represents a specific instant in time.FieldAbsoluteDate This class represents a specific instant in time.TimeScalarFunction This interface represents a scalar function of time.UT1Scale Universal Time 1. -
Classes in org.orekit.time used by org.orekit.forces.gravity.potential Class Description AbsoluteDate This class represents a specific instant in time.DateComponents Class representing a date broken up as year, month and day components.TimeComponents Class representing a time within the day broken up as hour, minute and second components.TimeScale Interface for time scales.TimeStamped This interface represents objects that have aAbsoluteDate
date attached to them. -
Classes in org.orekit.time used by org.orekit.forces.maneuvers Class Description AbsoluteDate This class represents a specific instant in time.FieldAbsoluteDate This class represents a specific instant in time. -
Classes in org.orekit.time used by org.orekit.forces.maneuvers.jacobians Class Description AbsoluteDate This class represents a specific instant in time. -
Classes in org.orekit.time used by org.orekit.forces.maneuvers.propulsion Class Description AbsoluteDate This class represents a specific instant in time.FieldAbsoluteDate This class represents a specific instant in time. -
Classes in org.orekit.time used by org.orekit.forces.maneuvers.trigger Class Description AbsoluteDate This class represents a specific instant in time.FieldAbsoluteDate This class represents a specific instant in time. -
Classes in org.orekit.time used by org.orekit.forces.radiation Class Description AbsoluteDate This class represents a specific instant in time.FieldAbsoluteDate This class represents a specific instant in time.TimeScale Interface for time scales. -
Classes in org.orekit.time used by org.orekit.frames Class Description AbsoluteDate This class represents a specific instant in time.FieldAbsoluteDate This class represents a specific instant in time.FieldTimeShiftable This interface represents objects that can be shifted in time.TimeScale Interface for time scales.TimeScales A collection ofTimeScale
s.TimeShiftable This interface represents objects that can be shifted in time.TimeStamped This interface represents objects that have aAbsoluteDate
date attached to them.UT1Scale Universal Time 1.UTCScale Coordinated Universal Time. -
Classes in org.orekit.time used by org.orekit.frames.encounter Class Description AbsoluteDate This class represents a specific instant in time.FieldAbsoluteDate This class represents a specific instant in time. -
Classes in org.orekit.time used by org.orekit.gnss Class Description AbsoluteDate This class represents a specific instant in time.TimeScale Interface for time scales.TimeScales A collection ofTimeScale
s. -
Classes in org.orekit.time used by org.orekit.gnss.antenna Class Description AbsoluteDate This class represents a specific instant in time.TimeScale Interface for time scales. -
Classes in org.orekit.time used by org.orekit.gnss.attitude Class Description AbsoluteDate This class represents a specific instant in time. -
Classes in org.orekit.time used by org.orekit.gnss.metric.messages.rtcm.ephemeris Class Description TimeScales A collection ofTimeScale
s. -
Classes in org.orekit.time used by org.orekit.models.earth Class Description AbsoluteDate This class represents a specific instant in time.FieldAbsoluteDate This class represents a specific instant in time. -
Classes in org.orekit.time used by org.orekit.models.earth.atmosphere Class Description AbsoluteDate This class represents a specific instant in time.FieldAbsoluteDate This class represents a specific instant in time.TimeScale Interface for time scales. -
Classes in org.orekit.time used by org.orekit.models.earth.atmosphere.data Class Description AbsoluteDate This class represents a specific instant in time.DateComponents Class representing a date broken up as year, month and day components.TimeScale Interface for time scales.TimeStamped This interface represents objects that have aAbsoluteDate
date attached to them. -
Classes in org.orekit.time used by org.orekit.models.earth.displacement Class Description AbsoluteDate This class represents a specific instant in time. -
Classes in org.orekit.time used by org.orekit.models.earth.ionosphere Class Description AbsoluteDate This class represents a specific instant in time.DateComponents Class representing a date broken up as year, month and day components.FieldAbsoluteDate This class represents a specific instant in time.TimeScale Interface for time scales. -
Classes in org.orekit.time used by org.orekit.models.earth.troposphere Class Description AbsoluteDate This class represents a specific instant in time.DateTimeComponents Holder for date and time components.FieldAbsoluteDate This class represents a specific instant in time.TimeScale Interface for time scales. -
Classes in org.orekit.time used by org.orekit.models.earth.weather Class Description AbsoluteDate This class represents a specific instant in time.FieldAbsoluteDate This class represents a specific instant in time.TimeScale Interface for time scales. -
Classes in org.orekit.time used by org.orekit.orbits Class Description AbsoluteDate This class represents a specific instant in time.AbstractFieldTimeInterpolator Abstract class for time interpolator.AbstractFieldTimeInterpolator.InterpolationData Nested class used to store interpolation data.AbstractTimeInterpolator Abstract class for time interpolator.AbstractTimeInterpolator.InterpolationData Nested class used to store interpolation data.FieldAbsoluteDate This class represents a specific instant in time.FieldTimeInterpolator This interface represents objects that can interpolate a time stamped value with respect to time.FieldTimeShiftable This interface represents objects that can be shifted in time.FieldTimeStamped This interface represents objects that have aAbsoluteDate
date attached to them.TimeInterpolator This interface represents objects that can interpolate a time stamped value with respect to time.TimeShiftable This interface represents objects that can be shifted in time.TimeStamped This interface represents objects that have aAbsoluteDate
date attached to them. -
Classes in org.orekit.time used by org.orekit.propagation Class Description AbsoluteDate This class represents a specific instant in time.AbstractFieldTimeInterpolator Abstract class for time interpolator.AbstractFieldTimeInterpolator.InterpolationData Nested class used to store interpolation data.AbstractTimeInterpolator Abstract class for time interpolator.AbstractTimeInterpolator.InterpolationData Nested class used to store interpolation data.FieldAbsoluteDate This class represents a specific instant in time.FieldTimeInterpolator This interface represents objects that can interpolate a time stamped value with respect to time.FieldTimeShiftable This interface represents objects that can be shifted in time.FieldTimeStamped This interface represents objects that have aAbsoluteDate
date attached to them.TimeInterpolator This interface represents objects that can interpolate a time stamped value with respect to time.TimeShiftable This interface represents objects that can be shifted in time.TimeStamped This interface represents objects that have aAbsoluteDate
date attached to them.TimeStampedDouble Class that associates a double with a date.TimeStampedField Class that associates a field with a date.TimeStampedPair Pair of time stamped values being defined at the same date. -
Classes in org.orekit.time used by org.orekit.propagation.analytical Class Description AbsoluteDate This class represents a specific instant in time.FieldAbsoluteDate This class represents a specific instant in time.TimeInterpolator This interface represents objects that can interpolate a time stamped value with respect to time.TimeStampedPair Pair of time stamped values being defined at the same date. -
Classes in org.orekit.time used by org.orekit.propagation.analytical.gnss Class Description AbsoluteDate This class represents a specific instant in time. -
Classes in org.orekit.time used by org.orekit.propagation.analytical.gnss.data Class Description AbsoluteDate This class represents a specific instant in time.TimeScale Interface for time scales.TimeStamped This interface represents objects that have aAbsoluteDate
date attached to them. -
Classes in org.orekit.time used by org.orekit.propagation.analytical.intelsat Class Description AbsoluteDate This class represents a specific instant in time.FieldAbsoluteDate This class represents a specific instant in time. -
Classes in org.orekit.time used by org.orekit.propagation.analytical.tle Class Description AbsoluteDate This class represents a specific instant in time.FieldAbsoluteDate This class represents a specific instant in time.FieldTimeStamped This interface represents objects that have aAbsoluteDate
date attached to them.TimeScale Interface for time scales.TimeStamped This interface represents objects that have aAbsoluteDate
date attached to them. -
Classes in org.orekit.time used by org.orekit.propagation.analytical.tle.generation Class Description TimeScale Interface for time scales. -
Classes in org.orekit.time used by org.orekit.propagation.conversion Class Description AbsoluteDate This class represents a specific instant in time.TimeInterpolator This interface represents objects that can interpolate a time stamped value with respect to time. -
Classes in org.orekit.time used by org.orekit.propagation.conversion.averaging Class Description AbsoluteDate This class represents a specific instant in time.TimeStamped This interface represents objects that have aAbsoluteDate
date attached to them. -
Classes in org.orekit.time used by org.orekit.propagation.events Class Description AbsoluteDate This class represents a specific instant in time.FieldAbsoluteDate This class represents a specific instant in time.FieldTimeStamped This interface represents objects that have aAbsoluteDate
date attached to them.TimeStamped This interface represents objects that have aAbsoluteDate
date attached to them. -
Classes in org.orekit.time used by org.orekit.propagation.events.handlers Class Description AbsoluteDate This class represents a specific instant in time.FieldAbsoluteDate This class represents a specific instant in time. -
Classes in org.orekit.time used by org.orekit.propagation.integration Class Description AbsoluteDate This class represents a specific instant in time.FieldAbsoluteDate This class represents a specific instant in time. -
Classes in org.orekit.time used by org.orekit.propagation.numerical Class Description AbsoluteDate This class represents a specific instant in time.FieldAbsoluteDate This class represents a specific instant in time. -
Classes in org.orekit.time used by org.orekit.propagation.numerical.cr3bp Class Description AbsoluteDate This class represents a specific instant in time.TimeScale Interface for time scales. -
Classes in org.orekit.time used by org.orekit.propagation.sampling Class Description AbsoluteDate This class represents a specific instant in time.FieldAbsoluteDate This class represents a specific instant in time. -
Classes in org.orekit.time used by org.orekit.propagation.semianalytical.dsst Class Description AbsoluteDate This class represents a specific instant in time.FieldAbsoluteDate This class represents a specific instant in time. -
Classes in org.orekit.time used by org.orekit.propagation.semianalytical.dsst.forces Class Description AbsoluteDate This class represents a specific instant in time.FieldAbsoluteDate This class represents a specific instant in time. -
Classes in org.orekit.time used by org.orekit.propagation.semianalytical.dsst.utilities Class Description AbsoluteDate This class represents a specific instant in time.FieldAbsoluteDate This class represents a specific instant in time. -
Classes in org.orekit.time used by org.orekit.ssa.collision.shorttermencounter.probability.twod Class Description AbsoluteDate This class represents a specific instant in time.FieldAbsoluteDate This class represents a specific instant in time. -
Classes in org.orekit.time used by org.orekit.time Class Description AbsoluteDate This class represents a specific instant in time.AbstractFieldTimeInterpolator Abstract class for time interpolator.AbstractFieldTimeInterpolator.InterpolationData Nested class used to store interpolation data.AbstractTimeInterpolator Abstract class for time interpolator.AbstractTimeInterpolator.InterpolationData Nested class used to store interpolation data.AbstractTimeScales Abstract base class forTimeScales
that implements some common functionality.BDTScale Beidou system time scale.ClockModel Offset clock model.ClockOffset Container for time stamped clock offset.ConstantOffsetTimeScale Base class for time scales with constant offset with respecto to TAI.DateComponents Class representing a date broken up as year, month and day components.DatesSelector Interface for selecting dates within an interval.DateTimeComponents Holder for date and time components.FieldAbsoluteDate This class represents a specific instant in time.FieldClockOffset Container for time stamped clock offset.FieldTimeInterpolator This interface represents objects that can interpolate a time stamped value with respect to time.FieldTimeShiftable This interface represents objects that can be shifted in time.FieldTimeStamped This interface represents objects that have aAbsoluteDate
date attached to them.GalileoScale Galileo system time scale.GLONASSScale GLONASS time scale.GMSTScale Greenwich Mean Sidereal Time.GPSScale GPS time scale.IRNSSScale IRNSS time scale (also called IRNWT for IRNSS NetWork Time).LazyLoadedTimeScales An implementation ofTimeScales
that loads auxiliary data, leap seconds and UT1-UTC, when it is first accessed.Month Enumerate representing a calendar month.OffsetModel TAI UTC offset model.QZSSScale QZSS time scale.TAIScale International Atomic Time.TCBScale Barycentric Coordinate Time.TCGScale Geocentric Coordinate Time.TDBScale Barycentric Dynamic Time.TimeComponents Class representing a time within the day broken up as hour, minute and second components.TimeInterpolator This interface represents objects that can interpolate a time stamped value with respect to time.TimeScale Interface for time scales.TimeScales A collection ofTimeScale
s.TimeShiftable This interface represents objects that can be shifted in time.TimeStamped This interface represents objects that have aAbsoluteDate
date attached to them.TimeStampedDouble Class that associates a double with a date.TimeStampedDoubleAndDerivative Class that associates a double, its time derivative with a date.TimeStampedField Class that associates a field with a date.TTScale Terrestrial Time as defined by IAU(1991) recommendation IV.UT1Scale Universal Time 1.UTCScale Coordinated Universal Time.UTCTAIOffset UTCTAIOffsetsLoader Interface for loading UTC-TAI offsets data files.UTCTAIOffsetsLoader.Parser Interface for parsing UTC-TAI offsets from a stream. -
Classes in org.orekit.time used by org.orekit.utils Class Description AbsoluteDate This class represents a specific instant in time.AbstractFieldTimeInterpolator Abstract class for time interpolator.AbstractFieldTimeInterpolator.InterpolationData Nested class used to store interpolation data.AbstractTimeInterpolator Abstract class for time interpolator.AbstractTimeInterpolator.InterpolationData Nested class used to store interpolation data.FieldAbsoluteDate This class represents a specific instant in time.FieldTimeInterpolator This interface represents objects that can interpolate a time stamped value with respect to time.FieldTimeShiftable This interface represents objects that can be shifted in time.FieldTimeStamped This interface represents objects that have aAbsoluteDate
date attached to them.TimeInterpolator This interface represents objects that can interpolate a time stamped value with respect to time.TimeScalarFunction This interface represents a scalar function of time.TimeScale Interface for time scales.TimeScales A collection ofTimeScale
s.TimeShiftable This interface represents objects that can be shifted in time.TimeStamped This interface represents objects that have aAbsoluteDate
date attached to them.TimeVectorFunction This interface represents a multi-valued function of time.