Uses of Class
org.orekit.utils.ImmutableFieldTimeStampedCache
Packages that use ImmutableFieldTimeStampedCache
Package
Description
This independent package provides classes to handle epochs, time scales,
and to compare instants together.
This package provides classes to handle clocks.
This package provides useful objects.
-
Uses of ImmutableFieldTimeStampedCache in org.orekit.time
Methods in org.orekit.time with parameters of type ImmutableFieldTimeStampedCacheModifier and TypeMethodDescriptionstatic <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. -
Uses of ImmutableFieldTimeStampedCache in org.orekit.time.clocks
Methods in org.orekit.time.clocks that return ImmutableFieldTimeStampedCache -
Uses of ImmutableFieldTimeStampedCache in org.orekit.utils
Methods in org.orekit.utils that return ImmutableFieldTimeStampedCacheModifier and TypeMethodDescriptionstatic <TS extends FieldTimeStamped<CFE>,CFE extends CalculusFieldElement<CFE>>
ImmutableFieldTimeStampedCache<TS, CFE> ImmutableFieldTimeStampedCache.emptyCache()Get an empty immutable cache.<C extends FieldTimeStamped<F>,F extends CalculusFieldElement<F>>
ImmutableFieldTimeStampedCache<C, F> Get a field version of the instance.