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.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.gnss This package provides classes related to GNSS applications.org.orekit.orbits This package provides classes to represent orbits.org.orekit.propagation Propagationorg.orekit.propagation.analytical.gnss This package provides classes to propagate GNSS orbits.org.orekit.propagation.analytical.tle This package provides classes to read and extrapolate tle's.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 an Right Ascension - Declination measurement from a ground point (station, telescope).classEstimatedMeasurement<T extends ObservedMeasurement<T>>Class holding an estimated theoretical value associated to anobserved measurement.classInterSatellitesRangeOne-way or two-way range measurements between two satellites.classPhaseClass modeling a phase measurement from a ground station.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.classTurnAroundRangeClass modeling a turn-around range measurement using a master ground station and a slave ground station. -
Uses of TimeStamped in org.orekit.files.sp3
Classes in org.orekit.files.sp3 that implement TimeStamped Modifier and Type Class Description static classSP3File.SP3CoordinateA 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
Classes in org.orekit.frames that implement TimeStamped Modifier and Type Class Description classEOPEntryThis class holds an Earth Orientation Parameters entry.classFieldTransform<T extends org.hipparchus.RealFieldElement<T>>Transformation class in three dimensional space.classTransformTransformation class in three dimensional space. -
Uses of TimeStamped in org.orekit.gnss
Classes in org.orekit.gnss that implement TimeStamped Modifier and Type Class Description classGPSAlmanacThis class holds a GPS almanac as read from SEM or YUMA files.classObservationDataSetObservation Data set. -
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. -
Uses of TimeStamped in org.orekit.propagation.analytical.gnss
Subinterfaces of TimeStamped in org.orekit.propagation.analytical.gnss Modifier and Type Interface Description interfaceGPSOrbitalElementsThis interface provides the minimal set of orbital elements needed by theGPSPropagator. -
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.events
Classes in org.orekit.propagation.events that implement TimeStamped Modifier and Type Class Description classDateDetectorFinder for date events.Constructors in org.orekit.propagation.events with parameters of type TimeStamped Constructor Description DateDetector(double maxCheck, double threshold, TimeStamped... dates)Build a new instance. -
Uses of TimeStamped in org.orekit.time
Classes in org.orekit.time that implement TimeStamped Modifier and Type Class Description classAbsoluteDateThis class represents a specific instant in time.classGPSDateContainer for date in GPS form.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. -
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 static classFieldTimeSpanMap.Transition<S,D extends org.hipparchus.RealFieldElement<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.
-