|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TimeStampedGenerator | |
---|---|
org.orekit.frames.configuration.precessionnutation | |
org.orekit.frames.configuration.tides | |
org.orekit.utils | This package provides useful objects. |
Uses of TimeStampedGenerator in org.orekit.frames.configuration.precessionnutation |
---|
Classes in org.orekit.frames.configuration.precessionnutation that implement TimeStampedGenerator | |
---|---|
class |
CIPCoordinatesGenerator
The class generates CIPCoordinates to be used independently or within a
TimeStampedCache . |
Uses of TimeStampedGenerator in org.orekit.frames.configuration.tides |
---|
Classes in org.orekit.frames.configuration.tides that implement TimeStampedGenerator | |
---|---|
class |
TidalCorrectionGenerator
Tidal corrections generator for the TimeStampedCache. |
Uses of TimeStampedGenerator in org.orekit.utils |
---|
Methods in org.orekit.utils that return TimeStampedGenerator | |
---|---|
TimeStampedGenerator<T> |
TimeStampedCache.getGenerator()
Get the generator. |
Constructors in org.orekit.utils with parameters of type TimeStampedGenerator | |
---|---|
TimeStampedCache(int neighborsSize,
int maxSlots,
double maxSpan,
double newSlotInterval,
TimeStampedGenerator<T> generator,
Class<T> entriesClass)
Simple constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |