public enum FrameConvention extends Enum<FrameConvention>
| Enum Constant and Description |
|---|
IERS2003
IERS 2003.
|
IERS2010
IERS 2010.
|
NONE
Undefined.
|
STELA
STELA.
|
| Modifier and Type | Method and Description |
|---|---|
static FrameConvention |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FrameConvention[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FrameConvention IERS2003
public static final FrameConvention IERS2010
public static final FrameConvention STELA
public static final FrameConvention NONE
public static FrameConvention[] values()
for (FrameConvention c : FrameConvention.values()) System.out.println(c);
public static FrameConvention 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 nullCopyright © 2025 CNES. All rights reserved.