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 |
---|---|
ImmutableFieldTimeStampedCache<T,KK> |
AbstractFieldTimeInterpolator.InterpolationData.getCachedSamples()
Get cached samples.
|
Modifier and Type | Method and Description |
---|---|
static <T extends FieldTimeStamped<KK>,KK extends org.hipparchus.CalculusFieldElement<KK>> |
AbstractFieldTimeInterpolator.getCentralDate(FieldAbsoluteDate<KK> date,
ImmutableFieldTimeStampedCache<T,KK> 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 FieldTimeStamped<CFE>,CFE extends org.hipparchus.CalculusFieldElement<CFE>> |
ImmutableFieldTimeStampedCache.emptyCache(org.hipparchus.Field<CFE> field)
Get an empty immutable cache, cast to the correct type.
|
Copyright © 2002-2023 CS GROUP. All rights reserved.