Serializable
, Comparable<BodyRotatingFrameId>
public enum BodyRotatingFrameId extends Enum<BodyRotatingFrameId>
Enum Constant | Description |
---|---|
GTOD |
Constant for Geocentric True Of Date frame.
|
ITRF |
Constant for International Terrestrial Reference Frame.
|
ITRF_EQUINOX |
Constant for International Terrestrial Reference Frame based on older equinox paradigm.
|
Modifier and Type | Method | Description |
---|---|---|
static BodyRotatingFrameId |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static BodyRotatingFrameId[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BodyRotatingFrameId ITRF
public static final BodyRotatingFrameId ITRF_EQUINOX
public static final BodyRotatingFrameId GTOD
public static BodyRotatingFrameId[] values()
for (BodyRotatingFrameId c : BodyRotatingFrameId.values()) System.out.println(c);
public static BodyRotatingFrameId 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 © 2014-2019 CS Systèmes d'information. All rights reserved.