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.time.clocks This package provides classes to handle clocks.org.orekit.utils This package provides useful objects. -
-
Uses of ImmutableTimeStampedCache in org.orekit.time
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.time.clocks
Methods in org.orekit.time.clocks that return ImmutableTimeStampedCache Modifier and Type Method Description ImmutableTimeStampedCache<ClockOffset>SampledClockModel. getCache()Get the clock offsets cache. -
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.
-