Uses of Interface
org.orekit.time.TimeStamped
-
Packages that use TimeStamped Package Description org.orekit.attitudes This package provides classes to represent simple attitudes.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.measurements The measurements package defines everything that is related to orbit determination measurements.org.orekit.estimation.measurements.gnss This package provides methods to handle GNSS measurements.org.orekit.files.ccsds.ndm.adm.acm This package contains class managing CCSDS Attitude Comprehensive Message.org.orekit.files.ccsds.ndm.odm.ocm This package contains class managing CCSDS Orbit Comprehensive 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.ilrs This package provides parsers for laser ranging data stored in CDR and CPF formats.org.orekit.files.rinex.observation This package provides classes related to RINEX observation 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.forces.gravity.potential This package provides classes to read gravity field files and supports several different formats.org.orekit.frames This package provides classes to handle frames and transforms between them.org.orekit.models.earth.atmosphere.data This package provides classes to get atmospheric data, including solar flux and planetary geomagnetic indices.org.orekit.orbits This package provides classes to represent orbits.org.orekit.propagation Propagationorg.orekit.propagation.analytical.gnss.data This package provides classes related to navigation data containing in GNSS almanacs and navigation messages.org.orekit.propagation.analytical.tle This package provides classes to read and extrapolate tle's.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.time This independent package provides classes to handle epochs, time scales, and to compare instants together.org.orekit.utils This package provides useful objects. -
-
Uses of TimeStamped in org.orekit.attitudes
Classes in org.orekit.attitudes that implement TimeStamped Modifier and Type Class Description class
Attitude
This class handles attitude definition at a given date. -
Uses of TimeStamped in org.orekit.data
Classes in org.orekit.data with type parameters of type TimeStamped Modifier and Type Class Description class
SimpleTimeStampedTableParser<T extends TimeStamped>
Parser for simple tables containingtime stamped
data.static interface
SimpleTimeStampedTableParser.RowConverter<S extends TimeStamped>
Interface for converting a table row into time-stamped data.Classes in org.orekit.data that implement TimeStamped Modifier and Type Class Description class
BodiesElements
Elements of the bodies having an effect on nutation.class
DelaunayArguments
Delaunay arguments used for nutation or tides. -
Uses of TimeStamped in org.orekit.estimation.measurements
Subinterfaces of TimeStamped in org.orekit.estimation.measurements Modifier and Type Interface Description interface
ComparableMeasurement
Base interface for comparing measurements regardless of their type.interface
ObservedMeasurement<T extends ObservedMeasurement<T>>
Interface for measurements used for orbit determination.Classes in org.orekit.estimation.measurements that implement TimeStamped Modifier and Type Class Description class
AbstractMeasurement<T extends ObservedMeasurement<T>>
Abstract class handling measurements boilerplate.class
AngularAzEl
Class modeling an Azimuth-Elevation measurement from a ground station.class
AngularRaDec
Class modeling a Right Ascension - Declination measurement from a ground point (station, telescope).class
BistaticRange
Class modeling a bistatic range measurement using an emitter ground station and a receiver ground station.class
BistaticRangeRate
Class modeling a bistatic range rate measurement using an emitter ground station and a receiver ground station.class
EstimatedMeasurement<T extends ObservedMeasurement<T>>
Class holding an estimated theoretical value associated to anobserved measurement
.class
EstimatedMeasurementBase<T extends ObservedMeasurement<T>>
Class holding an estimated theoretical value associated to anobserved measurement
.class
FDOA
Class modeling a Frequency Difference of Arrival measurement with a satellite as emitter and two ground stations as receivers.class
GroundReceiverMeasurement<T extends GroundReceiverMeasurement<T>>
Base class modeling a measurement where receiver is a ground station.class
InterSatellitesRange
One-way or two-way range measurements between two satellites.class
MultiplexedMeasurement
Class multiplexing several measurements as one.class
Position
Class modeling a position only measurement.class
PV
Class modeling a position-velocity measurement.class
Range
Class modeling a range measurement from a ground station.class
RangeRate
Class modeling one-way or two-way range rate measurement between two vehicles.class
TDOA
Class modeling a Time Difference of Arrival measurement with a satellite as emitter and two ground stations as receivers.class
TurnAroundRange
Class modeling a turn-around range measurement using a primary ground station and a secondary ground station. -
Uses of TimeStamped in org.orekit.estimation.measurements.gnss
Classes in org.orekit.estimation.measurements.gnss that implement TimeStamped Modifier and Type Class Description class
AbstractInterSatellitesMeasurement<T extends ObservedMeasurement<T>>
Base class for measurement between two satellites that are both estimated.class
AbstractOnBoardMeasurement<T extends ObservedMeasurement<T>>
Base class modeling a measurement where receiver is a satellite.class
AbstractOneWayGNSSMeasurement<T extends ObservedMeasurement<T>>
Base class for one-way GNSS measurement.class
CombinedObservationDataSet
Combined observation data set.class
InterSatellitesOneWayRangeRate
One way range-rate measurement between two satellites.class
InterSatellitesPhase
Phase measurement between two satellites.class
OneWayGNSSPhase
One-way GNSS phase measurement.class
OneWayGNSSRange
One-way GNSS range measurement.class
OneWayGNSSRangeRate
One-way GNSS range rate measurement.class
Phase
Class modeling a phase measurement from a ground station. -
Uses of TimeStamped in org.orekit.files.ccsds.ndm.adm.acm
Classes in org.orekit.files.ccsds.ndm.adm.acm that implement TimeStamped Modifier and Type Class Description class
AttitudeCovariance
Covariance entry.class
AttitudeState
Attitude state entry. -
Uses of TimeStamped in org.orekit.files.ccsds.ndm.odm.ocm
Classes in org.orekit.files.ccsds.ndm.odm.ocm that implement TimeStamped Modifier and Type Class Description class
OrbitCovariance
Covariance entry.class
OrbitManeuver
Maneuver entry.class
TrajectoryState
Trajectory state entry. -
Uses of TimeStamped in org.orekit.files.ccsds.ndm.odm.omm
Classes in org.orekit.files.ccsds.ndm.odm.omm that implement TimeStamped Modifier and Type Class Description class
Omm
This class gathers the informations present in the Orbital Mean-Elements Message (OMM). -
Uses of TimeStamped in org.orekit.files.ccsds.ndm.odm.opm
Classes in org.orekit.files.ccsds.ndm.odm.opm that implement TimeStamped Modifier and Type Class Description class
Opm
This class gathers the informations present in the Orbital Parameter Message (OPM). -
Uses of TimeStamped in org.orekit.files.ilrs
Classes in org.orekit.files.ilrs that implement TimeStamped Modifier and Type Class Description static class
CPF.CPFCoordinate
A single record of position and possibility velocity in an SP3 file.static class
CRD.AnglesMeasurement
Pointing angles record.static class
CRD.Calibration
Calibration Record.static class
CRD.CalibrationDetail
Calibration Detail Record.static class
CRD.FrRangeMeasurement
Range record -- Full rate, Sampled Engineering/Quicklook.static class
CRD.MeteorologicalMeasurement
This data record contains a minimal set of meteorological data.static class
CRD.NptRangeMeasurement
Range record -- Normal Point.static class
CRD.RangeMeasurement
Range record.static class
CRD.RangeSupplement
Range Supplement Record. -
Uses of TimeStamped in org.orekit.files.rinex.observation
Classes in org.orekit.files.rinex.observation that implement TimeStamped Modifier and Type Class Description class
ObservationDataSet
Observation Data set. -
Uses of TimeStamped in org.orekit.files.sinex
Classes in org.orekit.files.sinex that implement TimeStamped Modifier and Type Class Description class
SinexEopEntry
Container for EOP entry read in a Sinex file. -
Uses of TimeStamped in org.orekit.files.sp3
Classes in org.orekit.files.sp3 that implement TimeStamped Modifier and Type Class Description class
SP3Coordinate
A single record of position clock and possibly derivatives in an SP3 file. -
Uses of TimeStamped in org.orekit.forces.gravity.potential
Subinterfaces of TimeStamped in org.orekit.forces.gravity.potential Modifier and Type Interface Description static interface
NormalizedSphericalHarmonicsProvider.NormalizedSphericalHarmonics
The normalized geopotential coefficients at a specific instance in time.static interface
RawSphericalHarmonicsProvider.RawSphericalHarmonics
The raw spherical harmonics at a particular instant.static interface
UnnormalizedSphericalHarmonicsProvider.UnnormalizedSphericalHarmonics
Un-normalized spherical harmonics coefficients evaluated at a specific instant. -
Uses of TimeStamped in org.orekit.frames
Subinterfaces of TimeStamped in org.orekit.frames Modifier and Type Interface Description interface
FieldKinematicTransform<T extends CalculusFieldElement<T>>
A transform that only includes translation and rotation as well as their respective rates.interface
FieldStaticTransform<T extends CalculusFieldElement<T>>
A transform that only includes translation and rotation.interface
KinematicTransform
A transform that only includes translation and rotation as well as their respective rates.interface
StaticTransform
A transform that only includes translation and rotation.Classes in org.orekit.frames that implement TimeStamped Modifier and Type Class Description class
EOPEntry
This class holds an Earth Orientation Parameters entry.class
FieldTransform<T extends CalculusFieldElement<T>>
Transformation class in three-dimensional space.class
Transform
Transformation class in three dimensional space. -
Uses of TimeStamped in org.orekit.models.earth.atmosphere.data
Classes in org.orekit.models.earth.atmosphere.data that implement TimeStamped Modifier and Type Class Description protected class
AbstractSolarActivityData.LocalSolarActivity
Container for weather parameters around current date.static class
AbstractSolarActivityDataLoader.LineParameters
Container class for Solar activity indexes.static class
CssiSpaceWeatherDataLoader.LineParameters
Container class for Solar activity indexes.static class
DtcDataLoader.LineParameters
Container class for Solar activity indexes.static class
MarshallSolarActivityFutureEstimationLoader.LineParameters
Container class for Solar activity indexes.static class
SOLFSMYDataLoader.LineParameters
Container class for Solar activity indexes. -
Uses of TimeStamped in org.orekit.orbits
Classes in org.orekit.orbits that implement TimeStamped Modifier and Type Class Description class
CartesianOrbit
This class holds Cartesian orbital parameters.class
CircularOrbit
This class handles circular orbital parameters.class
EquinoctialOrbit
This class handles equinoctial orbital parameters, which can support both circular and equatorial orbits.class
KeplerianOrbit
This class handles traditional Keplerian orbital parameters.class
Orbit
This class handles orbital parameters. -
Uses of TimeStamped in org.orekit.propagation
Classes in org.orekit.propagation that implement TimeStamped Modifier and Type Class Description class
SpacecraftState
This class is the representation of a complete state holding orbit, attitude and mass information at a given date, meant primarily for propagation.class
StateCovariance
This class is the representation of a covariance matrix at a given date.Methods in org.orekit.propagation that return types with arguments of type TimeStamped Modifier and Type Method Description List<TimeInterpolator<? extends TimeStamped>>
SpacecraftStateInterpolator. getSubInterpolators()
Get all lowest level interpolators implemented by this instance, otherwise return a list with this instance only. -
Uses of TimeStamped in org.orekit.propagation.analytical.gnss.data
Subinterfaces of TimeStamped in org.orekit.propagation.analytical.gnss.data Modifier and Type Interface Description interface
GLONASSOrbitalElements
This interface provides the minimal set of orbital elements needed by theGLONASSAnalyticalPropagator
and theGLONASSNumericalPropagator
.interface
GNSSClockElements
This interface provides the minimal set of orbital elements needed by theClockCorrectionsProvider
.interface
GNSSOrbitalElements
This interface provides the minimal set of orbital elements needed by theGNSSPropagator
.interface
SBASOrbitalElements
This interface provides the minimal set of orbital elements needed by theSBASPropagator
.Classes in org.orekit.propagation.analytical.gnss.data that implement TimeStamped Modifier and Type Class Description class
AbstractAlmanac
Base class for GNSS almanacs.class
AbstractNavigationMessage
Base class for GNSS navigation messages.class
BeidouAlmanac
Class for BeiDou almanac.class
BeidouCivilianNavigationMessage
Container for data contained in a Beidou civilian navigation message.class
BeidouLegacyNavigationMessage
Container for data contained in a BeiDou navigation message.class
CivilianNavigationMessage
Container for data contained in a GPS/QZNSS civilian navigation message.class
GalileoAlmanac
Class for Galileo almanac.class
GalileoNavigationMessage
Container for data contained in a Galileo navigation message.class
GLONASSAlmanac
This class holds a GLONASS almanac as read from .agl files.class
GLONASSEphemeris
Class for GLONASS ephemeris used by theGLONASSNumericalPropagator
.class
GLONASSNavigationMessage
Container for data contained in a Glonass navigation message.class
GPSAlmanac
This class holds a GPS almanac as read from SEM or YUMA files.class
GPSCivilianNavigationMessage
Container for data contained in a GPS navigation message.class
GPSLegacyNavigationMessage
Container for data contained in a GPS navigation message.class
IRNSSAlmanac
Class for IRNSS almanac.class
IRNSSNavigationMessage
Container for data contained in an IRNSS navigation message.class
LegacyNavigationMessage
Container for data contained in a GPS/QZNSS legacy navigation message.class
QZSSAlmanac
This class holds a QZSS almanac as read from YUMA files.class
QZSSCivilianNavigationMessage
Container for data contained in a QZSS navigation message.class
QZSSLegacyNavigationMessage
Container for data contained in a QZSS navigation message.class
SBASNavigationMessage
Container for data contained in a SBAS navigation message. -
Uses of TimeStamped in org.orekit.propagation.analytical.tle
Classes in org.orekit.propagation.analytical.tle that implement TimeStamped Modifier and Type Class Description class
TLE
This class is a container for a single set of TLE data. -
Uses of TimeStamped in org.orekit.propagation.conversion.averaging
Subinterfaces of TimeStamped in org.orekit.propagation.conversion.averaging Modifier and Type Interface Description interface
AveragedOrbitalState
Interface representing averaged orbital elements at a specific instant.Classes in org.orekit.propagation.conversion.averaging that implement TimeStamped Modifier and Type Class Description class
AbstractAveragedOrbitalState
Abstract class representing averaged orbital state.class
BrouwerLyddaneOrbitalState
Class representing an averaged orbital state as in the Brouwer-Lyddane theory.class
DSST6X0OrbitalState
Class representing an averaged orbital state as in the DSST theory using only the first 6 zonal harmonics as perturbations.class
EcksteinHechlerOrbitalState
Class representing an averaged orbital state as in the Eckstein-Hechler theory.class
SGP4OrbitalState
Class representing an averaged orbital state as in the TLE-related theory. -
Uses of TimeStamped in org.orekit.propagation.events
Classes in org.orekit.propagation.events that implement TimeStamped Modifier and Type Class Description class
DateDetector
Finder for date events.static class
EventsLogger.LoggedEvent
Class for logged events entries.Methods in org.orekit.propagation.events that return types with arguments of type TimeStamped Modifier and Type Method Description List<TimeStamped>
DateDetector. getDates()
Get all event dates currently managed, in chronological order.Constructors in org.orekit.propagation.events with parameters of type TimeStamped Constructor Description DateDetector(AdaptableInterval maxCheck, double threshold, int maxIter, EventHandler handler, double minGap, TimeStamped... dates)
Protected constructor with full parameters.DateDetector(TimeStamped... dates)
Build a new instance. -
Uses of TimeStamped in org.orekit.time
Classes in org.orekit.time with type parameters of type TimeStamped Modifier and Type Class Description class
AbstractTimeInterpolator<T extends TimeStamped>
Abstract class for time interpolator.interface
TimeInterpolator<T extends TimeStamped>
This interface represents objects that can interpolate a time stamped value with respect to time.class
TimeStampedPair<K extends TimeStamped,V extends TimeStamped>
Pair of time stamped values being defined at the same date.class
TimeStampedPair<K extends TimeStamped,V extends TimeStamped>
Pair of time stamped values being defined at the same date.Classes in org.orekit.time that implement TimeStamped Modifier and Type Class Description class
AbsoluteDate
This class represents a specific instant in time.class
ClockOffset
Container for time stamped clock offset.class
GLONASSDate
Container for date in GLONASS form.class
GNSSDate
Container for date in GNSS form.class
TimeStampedDouble
Class that associates a double with a date.class
TimeStampedDoubleAndDerivative
Class that associates a double, its time derivative with a date.class
TimeStampedPair<K extends TimeStamped,V extends TimeStamped>
Pair of time stamped values being defined at the same date.class
UTCTAIOffset
Methods in org.orekit.time with type parameters of type TimeStamped Modifier and Type Method Description static <T extends TimeStamped>
AbsoluteDateAbstractTimeInterpolator. getCentralDate(AbsoluteDate date, AbsoluteDate minDate, AbsoluteDate maxDate, double threshold)
Get the central date to use to find neighbors while taking into account extrapolation threshold.static <T extends TimeStamped>
AbsoluteDateAbstractTimeInterpolator. getCentralDate(AbsoluteDate date, ImmutableTimeStampedCache<T> cachedSamples, double threshold)
Get the central date to use to find neighbors while taking into account extrapolation threshold.Methods in org.orekit.time that return types with arguments of type TimeStamped Modifier and Type Method Description List<TimeInterpolator<? extends TimeStamped>>
AbstractTimeInterpolator. getSubInterpolators()
Get all lowest level interpolators implemented by this instance, otherwise return a list with this instance only.List<TimeInterpolator<? extends TimeStamped>>
TimeInterpolator. getSubInterpolators()
Get all lowest level interpolators implemented by this instance, otherwise return a list with this instance only.Methods in org.orekit.time with parameters of type TimeStamped Modifier and Type Method Description int
ChronologicalComparator. compare(TimeStamped timeStamped1, TimeStamped timeStamped2)
Compare two time-stamped instances.default double
TimeStamped. durationFrom(TimeStamped other)
Compute the physically elapsed duration between two instants.boolean
AbsoluteDate. isAfter(TimeStamped other)
Check if the instance represents a time that is strictly after another.boolean
AbsoluteDate. isAfterOrEqualTo(TimeStamped other)
Check if the instance represents a time that is after or equal to another.boolean
AbsoluteDate. isBefore(TimeStamped other)
Check if the instance represents a time that is strictly before another.boolean
AbsoluteDate. isBeforeOrEqualTo(TimeStamped other)
Check if the instance represents a time that is before or equal to another.boolean
AbsoluteDate. isBetween(TimeStamped boundary, TimeStamped otherBoundary)
Check if the instance represents a time that is strictly between two others representing the boundaries of a time span.boolean
AbsoluteDate. isBetweenOrEqualTo(TimeStamped boundary, TimeStamped otherBoundary)
Check if the instance represents a time that is between two others representing the boundaries of a time span, or equal to one of them.boolean
AbsoluteDate. isCloseTo(TimeStamped other, double tolerance)
Check if the instance time is close to another.boolean
AbsoluteDate. isEqualTo(TimeStamped other)
Check if the instance represents the same time as another.Method parameters in org.orekit.time with type arguments of type TimeStamped Modifier and Type Method Description protected void
AbstractTimeInterpolator. addOptionalSubInterpolatorIfDefined(TimeInterpolator<? extends TimeStamped> subInterpolator, List<TimeInterpolator<? extends TimeStamped>> subInterpolators)
Add all lowest level sub interpolators to the sub interpolator list.protected void
AbstractTimeInterpolator. addOptionalSubInterpolatorIfDefined(TimeInterpolator<? extends TimeStamped> subInterpolator, List<TimeInterpolator<? extends TimeStamped>> subInterpolators)
Add all lowest level sub interpolators to the sub interpolator list.static void
AbstractTimeInterpolator. checkInterpolatorCompatibilityWithSampleSize(TimeInterpolator<? extends TimeStamped> interpolator, int sampleSize)
Method checking if given interpolator is compatible with given sample size. -
Uses of TimeStamped in org.orekit.utils
Classes in org.orekit.utils with type parameters of type TimeStamped Modifier and Type Class Description class
GenericTimeStampedCache<T extends TimeStamped>
Generic thread-safe cache fortime-stamped
data.class
ImmutableTimeStampedCache<T extends TimeStamped>
A cache ofTimeStamped
data that provides concurrency through immutability.interface
TimeStampedCache<T extends TimeStamped>
Interface for a data structure that can provide concurrent access toTimeStamped
data surrounding a given date.interface
TimeStampedGenerator<T extends TimeStamped>
Generator to use for creating entries intime stamped caches
.Classes in org.orekit.utils that implement TimeStamped Modifier and Type Class Description class
AbsolutePVCoordinates
Position - Velocity - Acceleration linked to a date and a frame.class
DateDriver
Parameter driver
allowing to drive a date.static class
FieldTimeSpanMap.Transition<S,D extends CalculusFieldElement<D>>
Local class holding transition times.static class
TimeSpanMap.Transition<S>
Class holding transition times.class
TimeStampedAngularCoordinates
time-stamped
version ofAngularCoordinates
.class
TimeStampedPVCoordinates
time-stamped
version ofPVCoordinates
.Methods in org.orekit.utils with type parameters of type TimeStamped Modifier and Type Method Description static <TS extends TimeStamped>
ImmutableTimeStampedCache<TS>ImmutableTimeStampedCache. emptyCache()
Get an empty immutable cache, cast to the correct type.<T extends TimeStamped>
List<T>SortedListTrimmer. getNeighborsSubList(AbsoluteDate central, List<T> data)
Get the entries surrounding a central date.
-