public static enum STKEphemerisFile.STKCoordinateSystem extends Enum<STKEphemerisFile.STKCoordinateSystem>
Currently, only Earth-centered coordinate systems are supported.
Enum Constant and Description |
---|
FIXED
Fixed frame.
|
ICRF
International Celestial Reference Frame.
|
INERTIAL
Central-body-dependent inertial frame, equivalent to ICRF for Earth.
|
J2000
Mean equator and mean equinox of the J2000 epoch.
|
MEAN_OF_DATE
Mean equator and mean equinox of date.
|
TEME_OF_DATE
True equator and mean equinox of date.
|
TRUE_OF_DATE
True equator and true equinox of date.
|
Modifier and Type | Method and Description |
---|---|
static STKEphemerisFile.STKCoordinateSystem |
parse(String s)
Parses a coordinate system from a string.
|
static STKEphemerisFile.STKCoordinateSystem |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static STKEphemerisFile.STKCoordinateSystem[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final STKEphemerisFile.STKCoordinateSystem ICRF
public static final STKEphemerisFile.STKCoordinateSystem J2000
public static final STKEphemerisFile.STKCoordinateSystem INERTIAL
public static final STKEphemerisFile.STKCoordinateSystem FIXED
public static final STKEphemerisFile.STKCoordinateSystem TRUE_OF_DATE
public static final STKEphemerisFile.STKCoordinateSystem MEAN_OF_DATE
public static final STKEphemerisFile.STKCoordinateSystem TEME_OF_DATE
public static STKEphemerisFile.STKCoordinateSystem[] values()
for (STKEphemerisFile.STKCoordinateSystem c : STKEphemerisFile.STKCoordinateSystem.values()) System.out.println(c);
public static STKEphemerisFile.STKCoordinateSystem 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 static STKEphemerisFile.STKCoordinateSystem parse(String s)
s
- stringCopyright © 2002-2023 CS GROUP. All rights reserved.