Package | Description |
---|---|
agi.foundation.celestial |
Contains types used in modeling characteristics of celestial objects and celestial phenomena.
|
Modifier and Type | Method and Description |
---|---|
static JplDEDataIndex |
JplDEDataIndex.getDefault()
Get the enum constant that is considered to be the default.
|
static JplDEDataIndex |
JplDEDataIndex.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
static JplDEDataIndex |
JplDEDataIndex.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JplDEDataIndex[] |
JplDEDataIndex.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
JplDEFileEvaluator |
JplDEFile.getEvaluator(JplDEDataIndex index)
Gets an evaluator that can be used to produce the time-varying information based on this JPL DE file.
|
JplDEFileEvaluator |
JplDEFile.getEvaluator(JplDEDataIndex index,
EvaluatorGroup group)
Gets an evaluator that can be used to calculate time-varying information in the file.
|