Package | Description |
---|---|
org.orekit.frames |
This package provides classes to handle frames and transforms between them.
|
org.orekit.models.earth.atmosphere.data |
This package provides classes to get atmospheric data,
including solar flux and planetary geomagnetic indices.
|
org.orekit.utils |
This package provides useful objects.
|
Modifier and Type | Class and Description |
---|---|
class |
FieldTransformGenerator<T extends org.hipparchus.CalculusFieldElement<T>>
Generator to use field transforms in
GenericTimeStampedCache . |
class |
TransformGenerator
Generator to use transforms in
GenericTimeStampedCache . |
Modifier and Type | Class and Description |
---|---|
protected class |
AbstractSolarActivityData.SolarActivityGenerator
Generator used in the weather data cache.
|
Modifier and Type | Method and Description |
---|---|
TimeStampedGenerator<T> |
GenericTimeStampedCache.getGenerator()
Get the generator.
|
Constructor and Description |
---|
GenericTimeStampedCache(int maxNeighborsSize,
int maxSlots,
double maxSpan,
double newSlotInterval,
TimeStampedGenerator<T> generator)
Simple constructor.
|
GenericTimeStampedCache(int maxNeighborsSize,
int maxSlots,
double maxSpan,
double newSlotInterval,
TimeStampedGenerator<T> generator,
double overridingMeanStep)
Simple constructor with overriding minimum step.
|
Copyright © 2002-2023 CS GROUP. All rights reserved.