public enum CoordinateSystem extends java.lang.Enum<CoordinateSystem>
HeliocentricTrajectoriesInterface
services.
Note: The integer values for this enumeration cannot be arbitrarily assigned. They must match the values expected by other parts of the HeliocentricTrajectories software.
Enum Constant and Description |
---|
HG
Heliographic (rotating) coordinate system.
|
HGI
Heliographic Inertial coordinate system.
|
SE
Solar Ecliptic coordinate system.
|
Modifier and Type | Method and Description |
---|---|
static CoordinateSystem |
fromValue(int value)
Provides the CoordinateSystem corresponding to the given integer
value.
|
java.lang.String |
toString()
Provides a string representation of this CoordinateSystem.
|
int |
value()
Provides the integer value corresponding to this
CoordinateSystem.
|
static CoordinateSystem |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CoordinateSystem[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CoordinateSystem SE
public static final CoordinateSystem HG
public static final CoordinateSystem HGI
public static CoordinateSystem[] values()
for (CoordinateSystem c : CoordinateSystem.values()) System.out.println(c);
public static CoordinateSystem valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int value()
public static CoordinateSystem fromValue(int value)
value
- integer value corresponding to a CoordinateSystemjava.lang.IllegalArgumentException
- if the given value does not
correspond to any CoordinateSystempublic java.lang.String toString()
toString
in class java.lang.Enum<CoordinateSystem>
SSC Feedback.
Copyright © 2007-2014 United States Government as represented by the National Aeronautics and Space Administration. No copyright is claimed in the United States under Title 17, U.S.Code. All Other Right s Reserved.