|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<HealpixTableInfo.HpxCoordSys>
uk.ac.starlink.table.HealpixTableInfo.HpxCoordSys
public static enum HealpixTableInfo.HpxCoordSys
Characterises the coordinate systems defined by the HEALpix-FITS serialization convention. These are the values permitted for the HEALPix-FITS COORDSYS keyword.
Enum Constant Summary | |
---|---|
CELESTIAL
Equatorial, also called celestial. |
|
ECLIPTIC
Ecliptic. |
|
GALACTIC
Galactic. |
Method Summary | |
---|---|
static HealpixTableInfo.HpxCoordSys |
fromCharacter(char c)
Returns the instance of this class corresponding to a character label (as used in the FITS serialization). |
java.lang.String |
getCharString()
Returns the 1-character string used to label this system in the FITS serialization. |
java.lang.String |
getWord()
Returns a human-readable short description of this system. |
static HealpixTableInfo.HpxCoordSys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static HealpixTableInfo.HpxCoordSys[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final HealpixTableInfo.HpxCoordSys GALACTIC
public static final HealpixTableInfo.HpxCoordSys ECLIPTIC
public static final HealpixTableInfo.HpxCoordSys CELESTIAL
Method Detail |
---|
public static HealpixTableInfo.HpxCoordSys[] values()
for (HealpixTableInfo.HpxCoordSys c : HealpixTableInfo.HpxCoordSys.values()) System.out.println(c);
public static HealpixTableInfo.HpxCoordSys 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 name
java.lang.NullPointerException
- if the argument is nullpublic java.lang.String getCharString()
public java.lang.String getWord()
public static HealpixTableInfo.HpxCoordSys fromCharacter(char c)
c
- coordinate system label
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |