Uses of Interface
org.orekit.utils.TimeStampedGenerator
Packages that use TimeStampedGenerator
Package
Description
This package provides classes to handle frames and transforms between them.
This package provides classes to get atmospheric data,
including solar flux and planetary geomagnetic indices.
This package provides useful objects.
-
Uses of TimeStampedGenerator in org.orekit.frames
Classes in org.orekit.frames that implement TimeStampedGeneratorModifier and TypeClassDescriptionclassFieldTransformGenerator<T extends CalculusFieldElement<T>>Generator to use field transforms inGenericTimeStampedCache.classGenerator to use transforms inGenericTimeStampedCache. -
Uses of TimeStampedGenerator in org.orekit.models.earth.atmosphere.data
Classes in org.orekit.models.earth.atmosphere.data that implement TimeStampedGeneratorModifier and TypeClassDescriptionprotected classGenerator used in the weather data cache. -
Uses of TimeStampedGenerator in org.orekit.utils
Methods in org.orekit.utils that return TimeStampedGeneratorConstructors in org.orekit.utils with parameters of type TimeStampedGeneratorModifierConstructorDescriptionGenericTimeStampedCache(int maxNeighborsSize, int maxSlots, double maxSpan, double newSlotInterval, TimeStampedGenerator<T> generator) Simple constructor.GenericTimeStampedCache(int maxNeighborsSize, int maxSlots, double maxSpan, double newSlotInterval, TimeStampedGenerator<T> generator, double overridingMeanStep) Simple constructor with overriding minimum step.