protected static enum ChapMenuItems.CalculationType extends java.lang.Enum<ChapMenuItems.CalculationType>
Enum Constant and Description |
---|
DRAW_ALL_CONST
Draw brightest star in each constellation
|
DRAW_ALL_SOLAR_SYS_OBJS
Draw all Solar System objects
|
DRAW_ALL_STARS
Draw all stars in the catalog
|
DRAW_ALL_STARS_IN_CONST
Draw all stars in a constellation
|
DRAW_SOLAR_SYS_OBJ
Draw a specified Solar System object
|
FIND_BRIGHTEST_OBJ
Locate the brightest object in the catalog
|
FIND_CONST_CAT_OBJ_IN
Find constellation an object is in
|
FIND_CONST_SOLAR_SYS_OBJ_IN
Find constellation a solar system object is in
|
FIND_EQ_LOC
Locate an equatorial coordinate location
|
FIND_HORIZ_LOC
Locate a horizon coordinate location
|
FIND_OBJ
Locate an object in the catalog
|
KEPLER_OR_EQOFCENTER
Select method for solving true anomaly
|
LIST_ALL_CAT_OBJS_IN_CONST
List all objects in a constellation
|
LIST_ALL_CONST
List all constellations
|
LIST_ALL_OBJS_IN_CAT
List all objects in the catalog
|
LOAD_CATALOG
Load a star catalog
|
LOAD_ORBITAL_ELEMENTS
Load orbital elements data
|
OBJ_DIST_AND_ANG_DIAMETER
Calculate an object's distance and angular diameter
|
OBJ_ILLUMINATION
Calculate an object's % illumination
|
OBJ_LOCATION
Find an object's position
|
OBJ_MAGNITUDE
Calculate an object's visual magnitude
|
OBJ_MISC_DATA
Calculate misc data about an object
|
OBJ_PERI_APH_DIST
Calculate a object's perihelion/aphelion distance
|
OBJ_RISE_SET
Find when an object will rise or set
|
PLANET_PERI_APHELION
Calculate a planet's perihelion/aphelion times
|
SET_mV_FILTER
Set a visual magnitude filter
|
SHOW_ALL_ORBITAL_ELEMENTS
Display all orbital elements currently loaded
|
SHOW_CATALOG_INFO
Show catalog header information
|
SHOW_OBJ_ORBITAL_ELEMENTS
Display an object's orbital elements
|
TERM_CRITERIA
Set a termination criteria for solving Kepler's equation
|
Modifier and Type | Method and Description |
---|---|
static ChapMenuItems.CalculationType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ChapMenuItems.CalculationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChapMenuItems.CalculationType OBJ_LOCATION
public static final ChapMenuItems.CalculationType OBJ_RISE_SET
public static final ChapMenuItems.CalculationType OBJ_DIST_AND_ANG_DIAMETER
public static final ChapMenuItems.CalculationType PLANET_PERI_APHELION
public static final ChapMenuItems.CalculationType OBJ_PERI_APH_DIST
public static final ChapMenuItems.CalculationType OBJ_ILLUMINATION
public static final ChapMenuItems.CalculationType OBJ_MAGNITUDE
public static final ChapMenuItems.CalculationType OBJ_MISC_DATA
public static final ChapMenuItems.CalculationType TERM_CRITERIA
public static final ChapMenuItems.CalculationType KEPLER_OR_EQOFCENTER
public static final ChapMenuItems.CalculationType LOAD_ORBITAL_ELEMENTS
public static final ChapMenuItems.CalculationType SHOW_ALL_ORBITAL_ELEMENTS
public static final ChapMenuItems.CalculationType SHOW_OBJ_ORBITAL_ELEMENTS
public static final ChapMenuItems.CalculationType LOAD_CATALOG
public static final ChapMenuItems.CalculationType SHOW_CATALOG_INFO
public static final ChapMenuItems.CalculationType LIST_ALL_OBJS_IN_CAT
public static final ChapMenuItems.CalculationType LIST_ALL_CONST
public static final ChapMenuItems.CalculationType LIST_ALL_CAT_OBJS_IN_CONST
public static final ChapMenuItems.CalculationType FIND_CONST_CAT_OBJ_IN
public static final ChapMenuItems.CalculationType FIND_CONST_SOLAR_SYS_OBJ_IN
public static final ChapMenuItems.CalculationType SET_mV_FILTER
public static final ChapMenuItems.CalculationType DRAW_ALL_STARS
public static final ChapMenuItems.CalculationType DRAW_ALL_STARS_IN_CONST
public static final ChapMenuItems.CalculationType DRAW_ALL_CONST
public static final ChapMenuItems.CalculationType DRAW_ALL_SOLAR_SYS_OBJS
public static final ChapMenuItems.CalculationType DRAW_SOLAR_SYS_OBJ
public static final ChapMenuItems.CalculationType FIND_OBJ
public static final ChapMenuItems.CalculationType FIND_BRIGHTEST_OBJ
public static final ChapMenuItems.CalculationType FIND_EQ_LOC
public static final ChapMenuItems.CalculationType FIND_HORIZ_LOC
public static ChapMenuItems.CalculationType[] values()
for (ChapMenuItems.CalculationType c : ChapMenuItems.CalculationType.values()) System.out.println(c);
public static ChapMenuItems.CalculationType 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 null