public enum IAUPoleModelType extends Enum<IAUPoleModelType>
UserIAUPole, effects are cumulative. One cannot only get the harmonic effects alone
for instance.| Enum Constant and Description |
|---|
CONSTANT
Constant part only (transformation between ICRF and inertially-oriented frame).
|
MEAN
Constant + secular effects (transformation between inertially-oriented and mean equator/rotating frame).
|
TRUE
Constant + secular + harmonic effects (transformation between inertially-oriented and true equator/rotating
frame).
|
| Modifier and Type | Method and Description |
|---|---|
static IAUPoleModelType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IAUPoleModelType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IAUPoleModelType CONSTANT
public static final IAUPoleModelType MEAN
public static final IAUPoleModelType TRUE
public static IAUPoleModelType[] values()
for (IAUPoleModelType c : IAUPoleModelType.values()) System.out.println(c);
public static IAUPoleModelType 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.