Uses of Interface
org.orekit.utils.TimeStampedGenerator
-
Packages that use TimeStampedGenerator Package Description org.orekit.frames This package provides classes to handle frames and transforms between them.org.orekit.models.earth.atmosphere.data This package provides classes to get atmospheric data, including solar flux and planetary geomagnetic indices.org.orekit.utils This package provides useful objects. -
-
Uses of TimeStampedGenerator in org.orekit.frames
Classes in org.orekit.frames that implement TimeStampedGenerator Modifier and Type Class Description class
FieldTransformGenerator<T extends CalculusFieldElement<T>>
Generator to use field transforms inGenericTimeStampedCache
.class
TransformGenerator
Generator to use transforms inGenericTimeStampedCache
. -
Uses of TimeStampedGenerator in org.orekit.models.earth.atmosphere.data
Classes in org.orekit.models.earth.atmosphere.data that implement TimeStampedGenerator Modifier and Type Class Description protected class
AbstractSolarActivityData.SolarActivityGenerator
Generator used in the weather data cache. -
Uses of TimeStampedGenerator in org.orekit.utils
Methods in org.orekit.utils that return TimeStampedGenerator Modifier and Type Method Description TimeStampedGenerator<T>
GenericTimeStampedCache. getGenerator()
Get the generator.Constructors in org.orekit.utils with parameters of type TimeStampedGenerator Constructor Description GenericTimeStampedCache(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.
-