public enum IAUPoleFunctionType extends Enum<IAUPoleFunctionType>
IAUPoleModelType class.| Enum Constant and Description |
|---|
CONSTANT
Constant part only (transformation between ICRF and inertially-oriented frame).
|
HARMONICS
Harmonic effects (transformation between mean equator/rotating and true equator/rotating frame).
|
SECULAR
Secular effects (transformation between inertially-oriented and mean equator/rotating frame).
|
| Modifier and Type | Method and Description |
|---|---|
static IAUPoleFunctionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IAUPoleFunctionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IAUPoleFunctionType CONSTANT
public static final IAUPoleFunctionType SECULAR
public static final IAUPoleFunctionType HARMONICS
public static IAUPoleFunctionType[] values()
for (IAUPoleFunctionType c : IAUPoleFunctionType.values()) System.out.println(c);
public static IAUPoleFunctionType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2025 CNES. All rights reserved.