|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<GPAttitudeLawSelector.GPLawsEnum>
fr.cnes.genopus.attitudes.GPAttitudeLawSelector.GPLawsEnum
public static enum GPAttitudeLawSelector.GPLawsEnum
Attitude laws enumerate.
| Enum Constant Summary | |
|---|---|
AERO
Aerodynamic angles attitude type. |
|
BODY_CENTER_GROUND_POINTING
Body center ground pointing attitude type. |
|
INERTIAL
Inertial attitude type. |
|
LOF
Local orbital frame attitude type. |
|
NADIR_POINTING
Nadir pointing attitude type. |
|
SUN_POINTING
Sun pointing attitude type. |
|
TARGET_GROUND_POINTING
Target ground pointing attitude type. |
|
YAW_STEERING
Yaw steering attitude type. |
|
| Method Summary | |
|---|---|
String |
toString()
|
static GPAttitudeLawSelector.GPLawsEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static GPAttitudeLawSelector.GPLawsEnum[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final GPAttitudeLawSelector.GPLawsEnum LOF
public static final GPAttitudeLawSelector.GPLawsEnum INERTIAL
public static final GPAttitudeLawSelector.GPLawsEnum SUN_POINTING
public static final GPAttitudeLawSelector.GPLawsEnum YAW_STEERING
public static final GPAttitudeLawSelector.GPLawsEnum NADIR_POINTING
public static final GPAttitudeLawSelector.GPLawsEnum TARGET_GROUND_POINTING
public static final GPAttitudeLawSelector.GPLawsEnum BODY_CENTER_GROUND_POINTING
public static final GPAttitudeLawSelector.GPLawsEnum AERO
| Method Detail |
|---|
public static GPAttitudeLawSelector.GPLawsEnum[] values()
for (GPAttitudeLawSelector.GPLawsEnum c : GPAttitudeLawSelector.GPLawsEnum.values()) System.out.println(c);
public static GPAttitudeLawSelector.GPLawsEnum valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String toString()
toString in class Enum<GPAttitudeLawSelector.GPLawsEnum>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||