public static enum HealpixTableInfo.HpxCoordSys extends Enum<HealpixTableInfo.HpxCoordSys>
| Enum Constant and Description | 
|---|
| CELESTIALEquatorial, also called celestial. | 
| ECLIPTICEcliptic. | 
| GALACTICGalactic. | 
| Modifier and Type | Method and Description | 
|---|---|
| static HealpixTableInfo.HpxCoordSys | fromCharacter(char c)Returns the instance of this class corresponding to a character
 label (as used in the FITS serialization). | 
| String | getCharString()Returns the 1-character string used to label this system
 in the FITS serialization. | 
| String | getWord()Returns a human-readable short description of this system. | 
| static HealpixTableInfo.HpxCoordSys | valueOf(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. | 
public static final HealpixTableInfo.HpxCoordSys GALACTIC
public static final HealpixTableInfo.HpxCoordSys ECLIPTIC
public static final HealpixTableInfo.HpxCoordSys CELESTIAL
public static HealpixTableInfo.HpxCoordSys[] values()
for (HealpixTableInfo.HpxCoordSys c : HealpixTableInfo.HpxCoordSys.values()) System.out.println(c);
public static HealpixTableInfo.HpxCoordSys 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 String getCharString()
public String getWord()
public static HealpixTableInfo.HpxCoordSys fromCharacter(char c)
c - coordinate system labelCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.