Package org.orekit.files.stk
Enum Class STKEphemerisFile.STKCoordinateSystem
java.lang.Object
java.lang.Enum<STKEphemerisFile.STKCoordinateSystem>
org.orekit.files.stk.STKEphemerisFile.STKCoordinateSystem
- All Implemented Interfaces:
Serializable,Comparable<STKEphemerisFile.STKCoordinateSystem>,Constable
- Enclosing class:
STKEphemerisFile
public static enum STKEphemerisFile.STKCoordinateSystem
extends Enum<STKEphemerisFile.STKCoordinateSystem>
STK coordinate system.
Currently, only Earth-centered coordinate systems are supported.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionFixed frame.International Celestial Reference Frame.Central-body-dependent inertial frame, equivalent to ICRF for Earth.Mean equator and mean equinox of the J2000 epoch.Mean equator and mean equinox of date.True equator and mean equinox of date.True equator and true equinox of date. -
Method Summary
Modifier and TypeMethodDescriptionParses a coordinate system from a string.Returns the enum constant of this class with the specified name.static STKEphemerisFile.STKCoordinateSystem[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ICRF
International Celestial Reference Frame. -
J2000
Mean equator and mean equinox of the J2000 epoch. -
INERTIAL
Central-body-dependent inertial frame, equivalent to ICRF for Earth. -
FIXED
Fixed frame. -
TRUE_OF_DATE
True equator and true equinox of date. -
MEAN_OF_DATE
Mean equator and mean equinox of date. -
TEME_OF_DATE
True equator and mean equinox of date.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
parse
Parses a coordinate system from a string.- Parameters:
s- string- Returns:
- coordinate system
-