Uses of Class
org.orekit.utils.ImmutableTimeStampedCache
-
Packages that use ImmutableTimeStampedCache Package Description 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 ImmutableTimeStampedCache in org.orekit.time
Methods in org.orekit.time that return ImmutableTimeStampedCache Modifier and Type Method Description ImmutableTimeStampedCache<ClockOffset>
SampledClockModel. getCache()
Get the clock offsets cache.ImmutableTimeStampedCache<T>
AbstractTimeInterpolator.InterpolationData. getCachedSamples()
Deprecated.This method appears to be unused and may be removed in Orekit 13.0.Methods in org.orekit.time with parameters of type ImmutableTimeStampedCache Modifier and Type Method Description 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. -
Uses of ImmutableTimeStampedCache in org.orekit.utils
Methods in org.orekit.utils that return ImmutableTimeStampedCache Modifier and Type Method Description static <TS extends TimeStamped>
ImmutableTimeStampedCache<TS>ImmutableTimeStampedCache. emptyCache()
Get an empty immutable cache, cast to the correct type.
-