public enum UserFramesConfsEnum extends Enum<UserFramesConfsEnum>
Enum Constant and Description |
---|
EMPTY
Any correction is active.
|
FACTORY
The default IERS2000 configuration.
|
IGNORE
The PATRIUS default configuration is used.
|
ONLY_PREC_NUT
Only precession and nutation are active.
|
Modifier and Type | Method and Description |
---|---|
void |
apply()
Applies (PATRIUS singleton) the frames configuration corresponding to the enumerate item.
|
fr.cnes.sirius.patrius.frames.configuration.FramesConfiguration |
getFramesConfiguration()
Returns the frames configuration corresponding to the enumerate item.
|
static UserFramesConfsEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserFramesConfsEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UserFramesConfsEnum IGNORE
public static final UserFramesConfsEnum FACTORY
public static final UserFramesConfsEnum ONLY_PREC_NUT
public static final UserFramesConfsEnum EMPTY
public static UserFramesConfsEnum[] values()
for (UserFramesConfsEnum c : UserFramesConfsEnum.values()) System.out.println(c);
public static UserFramesConfsEnum 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 fr.cnes.sirius.patrius.frames.configuration.FramesConfiguration getFramesConfiguration()
public void apply()
Copyright © 2022. All rights reserved.