Package | Description |
---|---|
org.orekit.errors |
This package provides classes to generate and handle exceptions.
|
org.orekit.forces.gravity.potential |
This package provides classes to read gravity field files and supports several
different formats.
|
org.orekit.frames |
This package provides classes to handle frames and transforms between them.
|
org.orekit.utils |
This package provides useful objects.
|
Modifier and Type | Method and Description |
---|---|
static TimeStampedCacheException |
TimeStampedCacheException.unwrap(MathRuntimeException exception)
Recover a TimeStampedCacheException, possibly embedded in a
MathRuntimeException . |
static TimeStampedCacheException |
TimeStampedCacheException.unwrap(OrekitException oe)
Recover a TimeStampedCacheException, possibly embedded in a
OrekitException . |
Modifier and Type | Method and Description |
---|---|
NormalizedSphericalHarmonicsProvider.NormalizedSphericalHarmonics |
CachedNormalizedSphericalHarmonicsProvider.onDate(AbsoluteDate date)
Get the normalized spherical harmonic coefficients at a specific instance in time.
|
Modifier and Type | Method and Description |
---|---|
protected Stream<EOPEntry> |
EOPHistory.getNeighbors(AbsoluteDate central)
Get the entries surrounding a central date.
|
Modifier and Type | Method and Description |
---|---|
List<T> |
TimeStampedGenerator.generate(AbsoluteDate existingDate,
AbsoluteDate date)
Generate a chronologically sorted list of entries to be cached.
|
Stream<T> |
TimeStampedCache.getNeighbors(AbsoluteDate central)
Get the entries surrounding a central date.
|
Stream<T> |
GenericTimeStampedCache.getNeighbors(AbsoluteDate central)
Get the entries surrounding a central date.
|
Stream<T> |
ImmutableTimeStampedCache.getNeighbors(AbsoluteDate central)
Get the entries surrounding a central date.
|
Copyright © 2002-2017 CS Systèmes d'information. All rights reserved.