public enum ApmQuaternionKey extends Enum<ApmQuaternionKey>
APM quaternion
entries.Enum Constant and Description |
---|
COMMENT
Comment entry.
|
EPOCH
Epoch entry (only for ADM V1).
|
Q_DIR
Rotation direction entry.
|
Q_FRAME_A
First reference frame entry (ADM V1 only).
|
Q_FRAME_B
Second reference frame entry (ADM V1 only).
|
Q1
First component of the vector part of the quaternion entry.
|
Q1_DOT
First component of the vector part of the quaternion derivative entry.
|
Q2
Second component of the vector part of the quaternion entry.
|
Q2_DOT
Second component of the vector part of the quaternion derivative entry.
|
Q3
Third component of the vector part of the quaternion entry.
|
Q3_DOT
Third component of the vector part of the quaternion derivative entry.
|
QC
Scalar part of the quaternion entry.
|
QC_DOT
Scalar part of the quaternion derivative entry.
|
quaternion
Quaternion wrapping element in XML files.
|
quaternionDot
Quaternion derivative wrapping element in XML files.
|
quaternionRate
Quaternion derivative wrapping element in XML files (ADM V1 only).
|
REF_FRAME_A
First reference frame entry.
|
REF_FRAME_B
Second reference frame entry.
|
Modifier and Type | Method and Description |
---|---|
boolean |
process(ParseToken token,
ContextBinding context,
ApmQuaternion container,
ParseToken.DateConsumer epochSetter)
Process one token.
|
static ApmQuaternionKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApmQuaternionKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApmQuaternionKey quaternion
public static final ApmQuaternionKey quaternionRate
public static final ApmQuaternionKey quaternionDot
public static final ApmQuaternionKey COMMENT
public static final ApmQuaternionKey EPOCH
public static final ApmQuaternionKey Q_FRAME_A
public static final ApmQuaternionKey REF_FRAME_A
public static final ApmQuaternionKey Q_FRAME_B
public static final ApmQuaternionKey REF_FRAME_B
public static final ApmQuaternionKey Q_DIR
public static final ApmQuaternionKey QC
public static final ApmQuaternionKey Q1
public static final ApmQuaternionKey Q2
public static final ApmQuaternionKey Q3
public static final ApmQuaternionKey QC_DOT
public static final ApmQuaternionKey Q1_DOT
public static final ApmQuaternionKey Q2_DOT
public static final ApmQuaternionKey Q3_DOT
public static ApmQuaternionKey[] values()
for (ApmQuaternionKey c : ApmQuaternionKey.values()) System.out.println(c);
public static ApmQuaternionKey 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, ApmQuaternion container, ParseToken.DateConsumer epochSetter)
token
- token to processcontext
- context bindingcontainer
- container to fillepochSetter
- setter for the epoch (used only in ADM V1 XML files)Copyright © 2002-2023 CS GROUP. All rights reserved.