| Package | Description | 
|---|---|
| org.britastro.grelf | 
| Modifier and Type | Method and Description | 
|---|---|
static Angle.Format | 
Angle.Format.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static Angle.Format[] | 
Angle.Format.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
Angle.toString(Angle.Format format,
        int nFractionalDigitsForSecs)
Convert to string comprising degrees (or hours), minutes and seconds with the correct symbols,
 specifying the number of fractional digits to show for the seconds. 
 |