Package | Description |
---|---|
org.orekit.time |
This independent package provides classes to handle epochs, time scales,
and to compare instants together.
|
org.orekit.utils |
This package provides useful objects.
|
Modifier and Type | Method and Description |
---|---|
ImmutableTimeStampedCache<T> |
AbstractTimeInterpolator.InterpolationData.getCachedSamples()
Get cached samples.
|
Modifier and Type | Method and Description |
---|---|
static <T extends TimeStamped> |
AbstractTimeInterpolator.getCentralDate(AbsoluteDate date,
ImmutableTimeStampedCache<T> cachedSamples,
double threshold)
Get the central date to use to find neighbors while taking into account extrapolation threshold.
|
Modifier and Type | Method and Description |
---|---|
static <TS extends TimeStamped> |
ImmutableTimeStampedCache.emptyCache()
Get an empty immutable cache, cast to the correct type.
|
Copyright © 2002-2023 CS GROUP. All rights reserved.