Uses of Interface
org.orekit.time.FieldTimeStamped
-
Packages that use FieldTimeStamped 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.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.events This package provides interfaces and classes dealing with events occurring during propagation.org.orekit.propagation.events.intervals This package provides built-in implementations ofAdaptableInterval.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 FieldTimeStamped in org.orekit.attitudes
Classes in org.orekit.attitudes that implement FieldTimeStamped Modifier and Type Class Description classFieldAttitude<T extends CalculusFieldElement<T>>This class handles attitude definition at a given date. -
Uses of FieldTimeStamped in org.orekit.bodies
Classes in org.orekit.bodies that implement FieldTimeStamped Modifier and Type Class Description classFieldTimeStampedGeodeticPoint<T extends CalculusFieldElement<T>>Implements a time-stampedFieldGeodeticPoint. -
Uses of FieldTimeStamped in org.orekit.data
Classes in org.orekit.data that implement FieldTimeStamped Modifier and Type Class Description classFieldBodiesElements<T extends CalculusFieldElement<T>>Elements of the bodies having an effect on nutation.classFieldDelaunayArguments<T extends CalculusFieldElement<T>>Delaunay arguments used for nutation or tides. -
Uses of FieldTimeStamped in org.orekit.orbits
Classes in org.orekit.orbits that implement FieldTimeStamped Modifier and Type Class Description classFieldCartesianOrbit<T extends CalculusFieldElement<T>>This class holds Cartesian orbital parameters.classFieldCircularOrbit<T extends CalculusFieldElement<T>>This class handles circular orbital parameters.classFieldEquinoctialOrbit<T extends CalculusFieldElement<T>>This class handles equinoctial orbital parameters, which can support both circular and equatorial orbits.classFieldKeplerianOrbit<T extends CalculusFieldElement<T>>This class handles traditional Keplerian orbital parameters.classFieldOrbit<T extends CalculusFieldElement<T>>This class handles orbital parameters. -
Uses of FieldTimeStamped in org.orekit.propagation
Classes in org.orekit.propagation that implement FieldTimeStamped Modifier and Type Class Description classFieldSpacecraftState<T extends CalculusFieldElement<T>>This class is the representation of a complete state holding orbit, attitude and mass information at a given date, meant primarily for propagation.classFieldStateCovariance<T extends CalculusFieldElement<T>>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 FieldTimeStamped Modifier and Type Method Description List<FieldTimeInterpolator<? extends FieldTimeStamped<KK>,KK>>FieldSpacecraftStateInterpolator. getSubInterpolators()Get all lowest level interpolators implemented by this instance, otherwise return a list with this instance only. -
Uses of FieldTimeStamped in org.orekit.propagation.analytical.gnss.data
Subinterfaces of FieldTimeStamped in org.orekit.propagation.analytical.gnss.data Modifier and Type Interface Description interfaceFieldGNSSClockElements<T extends CalculusFieldElement<T>>This interface provides the minimal set of clock elements needed by theFieldClockCorrectionsProvider.Classes in org.orekit.propagation.analytical.gnss.data that implement FieldTimeStamped Modifier and Type Class Description classFieldAbstractAlmanac<T extends CalculusFieldElement<T>,O extends AbstractAlmanac<O>>Base class for GNSS almanacs.classFieldAbstractNavigationMessage<T extends CalculusFieldElement<T>,O extends AbstractNavigationMessage<O>>Base class for GNSS navigation messages.classFieldBeidouAlmanac<T extends CalculusFieldElement<T>>Class for BeiDou almanac.classFieldBeidouCivilianNavigationMessage<T extends CalculusFieldElement<T>>Container for data contained in a Beidou civilian navigation message.classFieldBeidouLegacyNavigationMessage<T extends CalculusFieldElement<T>>Container for data contained in a BeiDou navigation message.classFieldCivilianNavigationMessage<T extends CalculusFieldElement<T>,O extends CivilianNavigationMessage<O>>Container for data contained in a GPS/QZNSS civilian navigation message.classFieldCommonGnssData<T extends CalculusFieldElement<T>,O extends CommonGnssData<O>>Container for common GNSS data contained in almanac and navigation messages.classFieldGalileoAlmanac<T extends CalculusFieldElement<T>>Class for Galileo almanac.classFieldGalileoNavigationMessage<T extends CalculusFieldElement<T>>Container for data contained in a Galileo navigation message.classFieldGnssOrbitalElements<T extends CalculusFieldElement<T>,O extends GNSSOrbitalElements<O>>This class provides the minimal set of orbital elements needed by theFieldGnssPropagator.classFieldGPSAlmanac<T extends CalculusFieldElement<T>>This class holds a GPS almanac as read from SEM or YUMA files.classFieldGPSCivilianNavigationMessage<T extends CalculusFieldElement<T>>Container for data contained in a GPS navigation message.classFieldGPSLegacyNavigationMessage<T extends CalculusFieldElement<T>>Container for data contained in a GPS navigation message.classFieldLegacyNavigationMessage<T extends CalculusFieldElement<T>,O extends LegacyNavigationMessage<O>>Container for data contained in a GPS/QZNSS legacy navigation message.classFieldNavICAlmanac<T extends CalculusFieldElement<T>>Class for NavIC almanac.classFieldNavicL1NVNavigationMessage<T extends CalculusFieldElement<T>>Container for data contained in a NavIC navigation message.classFieldNavicLegacyNavigationMessage<T extends CalculusFieldElement<T>>Container for data contained in an NavIC navigation message.classFieldQZSSAlmanac<T extends CalculusFieldElement<T>>This class holds a QZSS almanac as read from YUMA files.classFieldQZSSCivilianNavigationMessage<T extends CalculusFieldElement<T>>Container for data contained in a QZSS navigation message.classFieldQZSSLegacyNavigationMessage<T extends CalculusFieldElement<T>>Container for data contained in a QZSS navigation message. -
Uses of FieldTimeStamped in org.orekit.propagation.analytical.tle
Classes in org.orekit.propagation.analytical.tle that implement FieldTimeStamped Modifier and Type Class Description classFieldTLE<T extends CalculusFieldElement<T>>This class is a container for a single set of TLE data. -
Uses of FieldTimeStamped in org.orekit.propagation.events
Classes in org.orekit.propagation.events that implement FieldTimeStamped Modifier and Type Class Description classFieldDateDetector<T extends CalculusFieldElement<T>>Finder for date events.Methods in org.orekit.propagation.events that return types with arguments of type FieldTimeStamped Modifier and Type Method Description List<FieldTimeStamped<T>>FieldDateDetector. getDates()Get all event field dates currently managed, in chronological order.Constructors in org.orekit.propagation.events with parameters of type FieldTimeStamped Constructor Description FieldDateDetector(Field<T> field, FieldTimeStamped<T>... dates)Build a new instance.FieldDateDetector(FieldEventDetectionSettings<T> detectionSettings, FieldEventHandler<T> handler, double minGap, FieldTimeStamped<T>... dates)Protected constructor with full parameters. -
Uses of FieldTimeStamped in org.orekit.propagation.events.intervals
Methods in org.orekit.propagation.events.intervals with parameters of type FieldTimeStamped Modifier and Type Method Description static <T extends CalculusFieldElement<T>>
FieldAdaptableInterval<T>DateDetectionAdaptableIntervalFactory. getDatesDetectionFieldConstantInterval(FieldTimeStamped<T>... timeStampeds)Return a candidateFieldAdaptableIntervalfor multiple dates detection with a constant max. check.static <T extends CalculusFieldElement<T>>
FieldAdaptableInterval<T>DateDetectionAdaptableIntervalFactory. getDatesDetectionFieldInterval(FieldTimeStamped<T>... timeStampeds)Return a candidateFieldAdaptableIntervalfor multiple dates detection. -
Uses of FieldTimeStamped in org.orekit.time
Classes in org.orekit.time with type parameters of type FieldTimeStamped Modifier and Type Class Description classAbstractFieldTimeInterpolator<T extends FieldTimeStamped<KK>,KK extends CalculusFieldElement<KK>>Abstract class for time interpolator.interfaceFieldTimeInterpolator<T extends FieldTimeStamped<KK>,KK extends CalculusFieldElement<KK>>This interface represents objects that can interpolate a time stamped value with respect to time.classFieldTimeStampedPair<F extends FieldTimeStamped<KK>,S extends FieldTimeStamped<KK>,KK extends CalculusFieldElement<KK>>Pair of time stamped values being defined at the same date.classFieldTimeStampedPair<F extends FieldTimeStamped<KK>,S extends FieldTimeStamped<KK>,KK extends CalculusFieldElement<KK>>Pair of time stamped values being defined at the same date.Classes in org.orekit.time that implement FieldTimeStamped Modifier and Type Class Description classFieldAbsoluteDate<T extends CalculusFieldElement<T>>This class represents a specific instant in time.classFieldClockOffset<T extends CalculusFieldElement<T>>Container for time stamped clock offset.classFieldTimeStampedPair<F extends FieldTimeStamped<KK>,S extends FieldTimeStamped<KK>,KK extends CalculusFieldElement<KK>>Pair of time stamped values being defined at the same date.classTimeStampedField<KK extends CalculusFieldElement<KK>>Class that associates a field with a date.Methods in org.orekit.time with type parameters of type FieldTimeStamped Modifier and Type Method Description static <T extends FieldTimeStamped<KK>,KK extends CalculusFieldElement<KK>>
FieldAbsoluteDate<KK>AbstractFieldTimeInterpolator. getCentralDate(FieldAbsoluteDate<KK> date, ImmutableFieldTimeStampedCache<T,KK> 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 FieldTimeStamped Modifier and Type Method Description List<FieldTimeInterpolator<? extends FieldTimeStamped<KK>,KK>>AbstractFieldTimeInterpolator. getSubInterpolators()Get all lowest level interpolators implemented by this instance, otherwise return a list with this instance only.List<FieldTimeInterpolator<? extends FieldTimeStamped<KK>,KK>>FieldTimeInterpolator. 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 FieldTimeStamped Modifier and Type Method Description intFieldChronologicalComparator. compare(FieldTimeStamped<KK> timeStamped1, FieldTimeStamped<KK> timeStamped2)Compare two time-stamped instances.default TFieldTimeStamped. durationFrom(FieldTimeStamped<T> other)Compute the physically elapsed duration between two instants.booleanFieldAbsoluteDate. isAfter(FieldTimeStamped<T> other)Check if the instance represents a time that is strictly after another.booleanFieldAbsoluteDate. isAfterOrEqualTo(FieldTimeStamped<T> other)Check if the instance represents a time that is after or equal to another.booleanFieldAbsoluteDate. isBefore(FieldTimeStamped<T> other)Check if the instance represents a time that is strictly before another.booleanFieldAbsoluteDate. isBeforeOrEqualTo(FieldTimeStamped<T> other)Check if the instance represents a time that is before or equal to another.booleanFieldAbsoluteDate. isBetween(FieldTimeStamped<T> boundary, FieldTimeStamped<T> otherBoundary)Check if the instance represents a time that is strictly between two others representing the boundaries of a time span.booleanFieldAbsoluteDate. isBetweenOrEqualTo(FieldTimeStamped<T> boundary, FieldTimeStamped<T> 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.booleanFieldAbsoluteDate. isCloseTo(FieldTimeStamped<T> other, double tolerance)Check if the instance time is close to another.booleanFieldAbsoluteDate. isEqualTo(FieldTimeStamped<T> other)Check if the instance represents the same time as another.Method parameters in org.orekit.time with type arguments of type FieldTimeStamped Modifier and Type Method Description protected <S extends CalculusFieldElement<S>>
voidAbstractFieldTimeInterpolator. addOptionalSubInterpolatorIfDefined(FieldTimeInterpolator<? extends FieldTimeStamped<S>,S> subInterpolator, List<FieldTimeInterpolator<? extends FieldTimeStamped<S>,S>> subInterpolators)Add all lowest level sub interpolators to the sub interpolator list.protected <S extends CalculusFieldElement<S>>
voidAbstractFieldTimeInterpolator. addOptionalSubInterpolatorIfDefined(FieldTimeInterpolator<? extends FieldTimeStamped<S>,S> subInterpolator, List<FieldTimeInterpolator<? extends FieldTimeStamped<S>,S>> subInterpolators)Add all lowest level sub interpolators to the sub interpolator list.static <T extends CalculusFieldElement<T>>
voidAbstractFieldTimeInterpolator. checkInterpolatorCompatibilityWithSampleSize(FieldTimeInterpolator<? extends FieldTimeStamped<T>,T> interpolator, int sampleSize)Method checking if given interpolator is compatible with given sample size. -
Uses of FieldTimeStamped in org.orekit.utils
Classes in org.orekit.utils with type parameters of type FieldTimeStamped Modifier and Type Interface Description interfaceFieldTimeStampedCache<T extends FieldTimeStamped<KK>,KK extends CalculusFieldElement<KK>>Interface for a data structure that can provide concurrent access toFieldTimeStampeddata surrounding a given date.classImmutableFieldTimeStampedCache<T extends FieldTimeStamped<KK>,KK extends CalculusFieldElement<KK>>A cache ofTimeStampeddata that provides concurrency through immutability.Classes in org.orekit.utils that implement FieldTimeStamped Modifier and Type Class Description classFieldAbsolutePVCoordinates<T extends CalculusFieldElement<T>>Field implementation of AbsolutePVCoordinates.static classFieldTimeSpanMap.Transition<S,F extends CalculusFieldElement<F>>Class holding transition times.classTimeStampedFieldAngularCoordinates<T extends CalculusFieldElement<T>>time-stampedversion ofFieldAngularCoordinates.classTimeStampedFieldPVCoordinates<T extends CalculusFieldElement<T>>time-stampedversion ofFieldPVCoordinates.Methods in org.orekit.utils with type parameters of type FieldTimeStamped Modifier and Type Method Description static <TS extends FieldTimeStamped<CFE>,CFE extends CalculusFieldElement<CFE>>
ImmutableFieldTimeStampedCache<TS,CFE>ImmutableFieldTimeStampedCache. emptyCache()Get an empty immutable cache.<T extends FieldTimeStamped<K>,K extends CalculusFieldElement<K>>
List<T>FieldSortedListTrimmer. getNeighborsSubList(FieldAbsoluteDate<K> central, List<T> data)Get the entries surrounding a central date.
-