Package | Description |
---|---|
agi.foundation.celestial |
Contains types used in modeling characteristics of celestial objects and celestial phenomena.
|
Modifier and Type | Method and Description |
---|---|
ComputeIauOrientationParameters |
IauOrientationAxes.getOrientationFunction()
Gets the function which computes the orientation parameters of these axes.
|
static ComputeIauOrientationParameters |
ComputeIauOrientationParameters.of(ComputeIauOrientationParameters.Function f)
Create a delegate for the given interface.
|
static ComputeIauOrientationParameters |
ComputeIauOrientationParameters.of(ComputeIauOrientationParameters.Function f,
Class<?> targetClass,
String methodName,
Class<?>... methodParameterClasses)
Create a delegate for the given interface.
|
static ComputeIauOrientationParameters |
ComputeIauOrientationParameters.of(ComputeIauOrientationParameters.Function f,
Object targetObject,
String methodName,
Class<?>... methodParameterClasses)
Create a delegate for the given interface.
|
Modifier and Type | Method and Description |
---|---|
void |
IauOrientationAxes.setOrientationFunction(ComputeIauOrientationParameters value)
Sets the function which computes the orientation parameters of these axes.
|
Constructor and Description |
---|
IauOrientationAxes(ComputeIauOrientationParameters orientationFunction)
Create a new set of Axes based on the given orientation function.
|