Uses of Class
org.orekit.utils.ImmutableTimeStampedCache
Packages that use ImmutableTimeStampedCache
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 ImmutableTimeStampedCache in org.orekit.time
Methods in org.orekit.time with parameters of type ImmutableTimeStampedCacheModifier and TypeMethodDescriptionstatic <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 -
Uses of ImmutableTimeStampedCache in org.orekit.utils
Methods in org.orekit.utils that return ImmutableTimeStampedCacheModifier and TypeMethodDescriptionstatic <TS extends TimeStamped>
ImmutableTimeStampedCache<TS> ImmutableTimeStampedCache.emptyCache()Get an empty immutable cache, cast to the correct type.