public enum EulerKey extends Enum<EulerKey>
APM Euler angles entries.| Enum Constant and Description |
|---|
COMMENT
Comment entry.
|
EULER_DIR
Rotation direction entry.
|
EULER_FRAME_A
First reference frame entry.
|
EULER_FRAME_B
Second reference frame entry.
|
EULER_ROT_SEQ
Rotation sequence entry.
|
RATE_FRAME
Reference frame for rate entry.
|
rotationAngles
Rotation angles wrapping element in XML files.
|
rotationRates
Rotation rates wrapping element in XML files.
|
X_ANGLE
X body rotation angle entry.
|
X_RATE
X body rotation rate entry.
|
Y_ANGLE
Y body rotation angle entry.
|
Y_RATE
Y body rotation rate entry.
|
Z_ANGLE
Z body rotation angle entry.
|
Z_RATE
Z body rotation rate entry.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
process(ParseToken token,
ContextBinding context,
Euler container)
Process one token.
|
static EulerKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EulerKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EulerKey rotationAngles
public static final EulerKey rotationRates
public static final EulerKey COMMENT
public static final EulerKey EULER_FRAME_A
public static final EulerKey EULER_FRAME_B
public static final EulerKey EULER_DIR
public static final EulerKey EULER_ROT_SEQ
public static final EulerKey RATE_FRAME
public static final EulerKey X_ANGLE
public static final EulerKey Y_ANGLE
public static final EulerKey Z_ANGLE
public static final EulerKey X_RATE
public static final EulerKey Y_RATE
public static final EulerKey Z_RATE
public static EulerKey[] values()
for (EulerKey c : EulerKey.values()) System.out.println(c);
public static EulerKey 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 nullpublic boolean process(ParseToken token, ContextBinding context, Euler container)
token - token to processcontext - context bindingcontainer - container to fillCopyright © 2002-2022 CS GROUP. All rights reserved.