| Package | Description | 
|---|---|
| org.britastro.grelf | |
| org.britastro.grelf.astro | 
| Modifier and Type | Method and Description | 
|---|---|
static Angle.Units | 
Angle.Units.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static Angle.Units[] | 
Angle.Units.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
double | 
Angle.getValue(Angle.Units units)
May pass null as the units in which case the value is returned in radians. 
 | 
java.lang.String | 
Angle.toString(Angle.Units units)  | 
| Constructor and Description | 
|---|
Angle(double x,
     Angle.Units units)
Construct from numerical value plus units. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
SkyVector.toString(Angle.Units units)  | 
| Constructor and Description | 
|---|
Dec(double degrees,
   Angle.Units units)  | 
RA(double degrees,
  Angle.Units units)  |