public enum SigmaEigenvectorsCovarianceKey extends Enum<SigmaEigenvectorsCovarianceKey>
covariance format entries.| Enum Constant and Description |
|---|
COMMENT
Comment entry.
|
CSIG3EIGVEC3
The 3x3 positional covariance one-sigma dispersions corresponding to the major, intermediate and minor eigenvalues,
followed by the associated eigenvectors.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
process(ParseToken token,
ContextBinding context,
SigmaEigenvectorsCovariance container)
Process one token.
|
static SigmaEigenvectorsCovarianceKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SigmaEigenvectorsCovarianceKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SigmaEigenvectorsCovarianceKey COMMENT
public static final SigmaEigenvectorsCovarianceKey CSIG3EIGVEC3
public static SigmaEigenvectorsCovarianceKey[] values()
for (SigmaEigenvectorsCovarianceKey c : SigmaEigenvectorsCovarianceKey.values()) System.out.println(c);
public static SigmaEigenvectorsCovarianceKey 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, SigmaEigenvectorsCovariance container)
token - token to processcontext - context bindingcontainer - container to fillCopyright © 2002-2023 CS GROUP. All rights reserved.