|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<HealpixMap.CoordSys>
healpix.core.dm.HealpixMap.CoordSys
public static enum HealpixMap.CoordSys
Coordinate system for this map - will put C,E,G in fits file.
Enum Constant Summary | |
---|---|
CELESTIAL
C - Equatorial for some of us |
|
ECLIPTIC
E |
|
GALACTIC
G |
Field Summary | |
---|---|
char |
fitsType
the FitsType char to go in COORDSYS Keyword |
Method Summary | |
---|---|
static HealpixMap.CoordSys |
fromFits(char c)
|
static HealpixMap.CoordSys |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static HealpixMap.CoordSys[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, 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 HealpixMap.CoordSys CELESTIAL
public static final HealpixMap.CoordSys ECLIPTIC
public static final HealpixMap.CoordSys GALACTIC
Field Detail |
---|
public char fitsType
Method Detail |
---|
public static HealpixMap.CoordSys[] values()
for (HealpixMap.CoordSys c : HealpixMap.CoordSys.values()) System.out.println(c);
public static HealpixMap.CoordSys valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic static HealpixMap.CoordSys fromFits(char c)
c
-
|
"Built from revision exported" | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |