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 classAttitudeThis 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 classSimpleTimeStampedTableParser<T extends TimeStamped>Parser for simple tables containingtime stampeddata.static interfaceSimpleTimeStampedTableParser.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 classBodiesElementsElements of the bodies having an effect on nutation.classDelaunayArgumentsDelaunay 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 interfaceComparableMeasurementBase interface for comparing measurements regardless of their type.interfaceObservedMeasurement<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 classAbstractMeasurement<T extends ObservedMeasurement<T>>Abstract class handling measurements boilerplate.classAngularAzElClass modeling an Azimuth-Elevation measurement from a ground station.classAngularRaDecClass modeling a Right Ascension - Declination measurement from a ground point (station, telescope).classBistaticRangeClass modeling a bistatic range measurement using an emitter ground station and a receiver ground station.classBistaticRangeRateClass modeling a bistatic range rate measurement using an emitter ground station and a receiver ground station.classEstimatedMeasurement<T extends ObservedMeasurement<T>>Class holding an estimated theoretical value associated to anobserved measurement.classEstimatedMeasurementBase<T extends ObservedMeasurement<T>>Class holding an estimated theoretical value associated to anobserved measurement.classFDOAClass modeling a Frequency Difference of Arrival measurement with a satellite as emitter and two ground stations as receivers.classGroundReceiverMeasurement<T extends GroundReceiverMeasurement<T>>Base class modeling a measurement where receiver is a ground station.classInterSatellitesRangeOne-way or two-way range measurements between two satellites.classMultiplexedMeasurementClass multiplexing several measurements as one.classPositionClass modeling a position only measurement.classPVClass modeling a position-velocity measurement.classRangeClass modeling a range measurement from a ground station.classRangeRateClass modeling one-way or two-way range rate measurement between two vehicles.classTDOAClass modeling a Time Difference of Arrival measurement with a satellite as emitter and two ground stations as receivers.classTurnAroundRangeClass 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 classAbstractInterSatellitesMeasurement<T extends ObservedMeasurement<T>>Base class for measurement between two satellites that are both estimated.classAbstractOnBoardMeasurement<T extends ObservedMeasurement<T>>Base class modeling a measurement where receiver is a satellite.classAbstractOneWayGNSSMeasurement<T extends ObservedMeasurement<T>>Base class for one-way GNSS measurement.classCombinedObservationDataSetCombined observation data set.classInterSatellitesOneWayRangeRateOne way range-rate measurement between two satellites.classInterSatellitesPhasePhase measurement between two satellites.classOneWayGNSSPhaseOne-way GNSS phase measurement.classOneWayGNSSRangeOne-way GNSS range measurement.classOneWayGNSSRangeRateOne-way GNSS range rate measurement.classPhaseClass 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 classAttitudeCovarianceCovariance entry.classAttitudeStateAttitude 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 classOrbitCovarianceCovariance entry.classOrbitManeuverManeuver entry.classTrajectoryStateTrajectory 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 classOmmThis 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 classOpmThis 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 classCPF.CPFCoordinateA single record of position and possibility velocity in an SP3 file.static classCRD.AnglesMeasurementPointing angles record.static classCRD.CalibrationCalibration Record.static classCRD.CalibrationDetailCalibration Detail Record.static classCRD.FrRangeMeasurementRange record -- Full rate, Sampled Engineering/Quicklook.static classCRD.MeteorologicalMeasurementThis data record contains a minimal set of meteorological data.static classCRD.NptRangeMeasurementRange record -- Normal Point.static classCRD.RangeMeasurementRange record.static classCRD.RangeSupplementRange 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 classObservationDataSetObservation Data set. -
Uses of TimeStamped in org.orekit.files.sinex
Classes in org.orekit.files.sinex that implement TimeStamped Modifier and Type Class Description classSinexEopEntryContainer 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 classSP3CoordinateA 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 interfaceNormalizedSphericalHarmonicsProvider.NormalizedSphericalHarmonicsThe normalized geopotential coefficients at a specific instance in time.static interfaceRawSphericalHarmonicsProvider.RawSphericalHarmonicsThe raw spherical harmonics at a particular instant.static interfaceUnnormalizedSphericalHarmonicsProvider.UnnormalizedSphericalHarmonicsUn-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 interfaceFieldKinematicTransform<T extends CalculusFieldElement<T>>A transform that only includes translation and rotation as well as their respective rates.interfaceFieldStaticTransform<T extends CalculusFieldElement<T>>A transform that only includes translation and rotation.interfaceKinematicTransformA transform that only includes translation and rotation as well as their respective rates.interfaceStaticTransformA transform that only includes translation and rotation.Classes in org.orekit.frames that implement TimeStamped Modifier and Type Class Description classEOPEntryThis class holds an Earth Orientation Parameters entry.classFieldTransform<T extends CalculusFieldElement<T>>Transformation class in three-dimensional space.classTransformTransformation 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 classAbstractSolarActivityData.LocalSolarActivityContainer for weather parameters around current date.static classAbstractSolarActivityDataLoader.LineParametersContainer class for Solar activity indexes.static classCssiSpaceWeatherDataLoader.LineParametersContainer class for Solar activity indexes.static classDtcDataLoader.LineParametersContainer class for Solar activity indexes.static classMarshallSolarActivityFutureEstimationLoader.LineParametersContainer class for Solar activity indexes.static classSOLFSMYDataLoader.LineParametersContainer 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 classCartesianOrbitThis class holds Cartesian orbital parameters.classCircularOrbitThis class handles circular orbital parameters.classEquinoctialOrbitThis class handles equinoctial orbital parameters, which can support both circular and equatorial orbits.classKeplerianOrbitThis class handles traditional Keplerian orbital parameters.classOrbitThis class handles orbital parameters. -
Uses of TimeStamped in org.orekit.propagation
Classes in org.orekit.propagation that implement TimeStamped Modifier and Type Class Description classSpacecraftStateThis class is the representation of a complete state holding orbit, attitude and mass information at a given date, meant primarily for propagation.classStateCovarianceThis 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 interfaceGLONASSOrbitalElementsThis interface provides the minimal set of orbital elements needed by theGLONASSAnalyticalPropagatorand theGLONASSNumericalPropagator.interfaceGNSSClockElementsThis interface provides the minimal set of orbital elements needed by theClockCorrectionsProvider.interfaceGNSSOrbitalElementsThis interface provides the minimal set of orbital elements needed by theGNSSPropagator.interfaceSBASOrbitalElementsThis 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 classAbstractAlmanacBase class for GNSS almanacs.classAbstractNavigationMessageBase class for GNSS navigation messages.classBeidouAlmanacClass for BeiDou almanac.classBeidouCivilianNavigationMessageContainer for data contained in a Beidou civilian navigation message.classBeidouLegacyNavigationMessageContainer for data contained in a BeiDou navigation message.classCivilianNavigationMessageContainer for data contained in a GPS/QZNSS civilian navigation message.classGalileoAlmanacClass for Galileo almanac.classGalileoNavigationMessageContainer for data contained in a Galileo navigation message.classGLONASSAlmanacThis class holds a GLONASS almanac as read from .agl files.classGLONASSEphemerisClass for GLONASS ephemeris used by theGLONASSNumericalPropagator.classGLONASSNavigationMessageContainer for data contained in a Glonass navigation message.classGPSAlmanacThis class holds a GPS almanac as read from SEM or YUMA files.classGPSCivilianNavigationMessageContainer for data contained in a GPS navigation message.classGPSLegacyNavigationMessageContainer for data contained in a GPS navigation message.classIRNSSAlmanacClass for IRNSS almanac.classIRNSSNavigationMessageContainer for data contained in an IRNSS navigation message.classLegacyNavigationMessageContainer for data contained in a GPS/QZNSS legacy navigation message.classQZSSAlmanacThis class holds a QZSS almanac as read from YUMA files.classQZSSCivilianNavigationMessageContainer for data contained in a QZSS navigation message.classQZSSLegacyNavigationMessageContainer for data contained in a QZSS navigation message.classSBASNavigationMessageContainer 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 classTLEThis 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 interfaceAveragedOrbitalStateInterface representing averaged orbital elements at a specific instant.Classes in org.orekit.propagation.conversion.averaging that implement TimeStamped Modifier and Type Class Description classAbstractAveragedOrbitalStateAbstract class representing averaged orbital state.classBrouwerLyddaneOrbitalStateClass representing an averaged orbital state as in the Brouwer-Lyddane theory.classDSST6X0OrbitalStateClass representing an averaged orbital state as in the DSST theory using only the first 6 zonal harmonics as perturbations.classEcksteinHechlerOrbitalStateClass representing an averaged orbital state as in the Eckstein-Hechler theory.classSGP4OrbitalStateClass 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 classDateDetectorFinder for date events.static classEventsLogger.LoggedEventClass 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 classAbstractTimeInterpolator<T extends TimeStamped>Abstract class for time interpolator.interfaceTimeInterpolator<T extends TimeStamped>This interface represents objects that can interpolate a time stamped value with respect to time.classTimeStampedPair<K extends TimeStamped,V extends TimeStamped>Pair of time stamped values being defined at the same date.classTimeStampedPair<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 classAbsoluteDateThis class represents a specific instant in time.classClockOffsetContainer for time stamped clock offset.classGLONASSDateContainer for date in GLONASS form.classGNSSDateContainer for date in GNSS form.classTimeStampedDoubleClass that associates a double with a date.classTimeStampedDoubleAndDerivativeClass that associates a double, its time derivative with a date.classTimeStampedPair<K extends TimeStamped,V extends TimeStamped>Pair of time stamped values being defined at the same date.classUTCTAIOffsetMethods 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 intChronologicalComparator. compare(TimeStamped timeStamped1, TimeStamped timeStamped2)Compare two time-stamped instances.default doubleTimeStamped. durationFrom(TimeStamped other)Compute the physically elapsed duration between two instants.booleanAbsoluteDate. isAfter(TimeStamped other)Check if the instance represents a time that is strictly after another.booleanAbsoluteDate. isAfterOrEqualTo(TimeStamped other)Check if the instance represents a time that is after or equal to another.booleanAbsoluteDate. isBefore(TimeStamped other)Check if the instance represents a time that is strictly before another.booleanAbsoluteDate. isBeforeOrEqualTo(TimeStamped other)Check if the instance represents a time that is before or equal to another.booleanAbsoluteDate. 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.booleanAbsoluteDate. 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.booleanAbsoluteDate. isCloseTo(TimeStamped other, double tolerance)Check if the instance time is close to another.booleanAbsoluteDate. 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 voidAbstractTimeInterpolator. addOptionalSubInterpolatorIfDefined(TimeInterpolator<? extends TimeStamped> subInterpolator, List<TimeInterpolator<? extends TimeStamped>> subInterpolators)Add all lowest level sub interpolators to the sub interpolator list.protected voidAbstractTimeInterpolator. addOptionalSubInterpolatorIfDefined(TimeInterpolator<? extends TimeStamped> subInterpolator, List<TimeInterpolator<? extends TimeStamped>> subInterpolators)Add all lowest level sub interpolators to the sub interpolator list.static voidAbstractTimeInterpolator. 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 classGenericTimeStampedCache<T extends TimeStamped>Generic thread-safe cache fortime-stampeddata.classImmutableTimeStampedCache<T extends TimeStamped>A cache ofTimeStampeddata that provides concurrency through immutability.interfaceTimeStampedCache<T extends TimeStamped>Interface for a data structure that can provide concurrent access toTimeStampeddata surrounding a given date.interfaceTimeStampedGenerator<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 classAbsolutePVCoordinatesPosition - Velocity - Acceleration linked to a date and a frame.classDateDriverParameter driverallowing to drive a date.static classFieldTimeSpanMap.Transition<S,D extends CalculusFieldElement<D>>Local class holding transition times.static classTimeSpanMap.Transition<S>Class holding transition times.classTimeStampedAngularCoordinatestime-stampedversion ofAngularCoordinates.classTimeStampedPVCoordinatestime-stampedversion 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.
-