Uses of Class
org.orekit.utils.ImmutableFieldTimeStampedCache
-
Packages that use ImmutableFieldTimeStampedCache 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 ImmutableFieldTimeStampedCache in org.orekit.time
Methods in org.orekit.time that return ImmutableFieldTimeStampedCache Modifier and Type Method Description ImmutableFieldTimeStampedCache<T,KK>
AbstractFieldTimeInterpolator.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 ImmutableFieldTimeStampedCache 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. -
Uses of ImmutableFieldTimeStampedCache in org.orekit.utils
Methods in org.orekit.utils that return ImmutableFieldTimeStampedCache Modifier and Type Method Description static <TS extends FieldTimeStamped<CFE>,CFE extends CalculusFieldElement<CFE>>
ImmutableFieldTimeStampedCache<TS,CFE>ImmutableFieldTimeStampedCache. emptyCache()
Get an empty immutable cache.static <TS extends FieldTimeStamped<CFE>,CFE extends CalculusFieldElement<CFE>>
ImmutableFieldTimeStampedCache<TS,CFE>ImmutableFieldTimeStampedCache. emptyCache(Field<CFE> ignored)
Deprecated.as of 12.1, replaced byemptyCache()
-