Uses of Class
org.orekit.errors.TimeStampedCacheException

Packages that use TimeStampedCacheException
org.orekit.errors This package provides classes to generate and handle exceptions. 
org.orekit.frames.configuration.eop   
org.orekit.frames.configuration.tides   
org.orekit.frames.transformations   
org.orekit.utils This package provides useful objects. 
 

Uses of TimeStampedCacheException in org.orekit.errors
 

Methods in org.orekit.errors that return TimeStampedCacheException
static TimeStampedCacheException TimeStampedCacheException.unwrap(ExceptionContextProvider provider)
          Recover a PropagationException, possibly embedded in an ExceptionContextProvider.
static TimeStampedCacheException TimeStampedCacheException.unwrap(OrekitException oe)
          Recover a PropagationException, possibly embedded in a OrekitException.
 

Uses of TimeStampedCacheException in org.orekit.frames.configuration.eop
 

Methods in org.orekit.frames.configuration.eop that throw TimeStampedCacheException
 double EOPHistory.getLOD(AbsoluteDate date)
          Get the LoD (Length of Day) value.
protected  EOPEntry[] AbstractEOPHistory.getNeighbors(AbsoluteDate central)
          Get the entries surrounding a central date.
 PoleCorrection AbstractEOPHistory.getPoleCorrection(AbsoluteDate date)
          Get the pole IERS Reference Pole correction.
 PoleCorrection EOP2000HistoryConstantOutsideInterval.getPoleCorrection(AbsoluteDate date)
          Get the pole IERS Reference Pole correction.
 

Uses of TimeStampedCacheException in org.orekit.frames.configuration.tides
 

Methods in org.orekit.frames.configuration.tides that throw TimeStampedCacheException
 List<TidalCorrection> TidalCorrectionGenerator.generate(TidalCorrection existingData, AbsoluteDate date)
          Generate a chronologically sorted list of entries to be cached.
 

Uses of TimeStampedCacheException in org.orekit.frames.transformations
 

Methods in org.orekit.frames.transformations that throw TimeStampedCacheException
 PoleCorrection TODProvider.getPoleCorrection(AbsoluteDate date)
          Get the pole IERS Reference Pole correction.
 

Uses of TimeStampedCacheException in org.orekit.utils
 

Methods in org.orekit.utils that throw TimeStampedCacheException
 List<T> TimeStampedGenerator.generate(T existing, AbsoluteDate date)
          Generate a chronologically sorted list of entries to be cached.
 T[] TimeStampedCache.getNeighbors(AbsoluteDate central)
          Get the entries surrounding a central date.
 



Copyright © 2017 CNES. All Rights Reserved.