astro.data
Class Data

java.lang.Object
  |
  +--astro.data.Data

public class Data
extends java.lang.Object


Field Summary
static int DMD
          Angle output in Degrees, Minutes, and 100th of minutes
static int DMS
          Angle output in Degrees, Minutes, and Seconds
static int HA
          Output the latitude of the Geographical Position as Hour Angles
static int RA
          Output the latitude of the Geographical Position as Right Ascension
 
Constructor Summary
Data()
           
 
Method Summary
static java.lang.String formatDec(double x)
          Format Declination in degrees, minutes, and seconds.
static java.lang.String formatDelta(double x)
          Format deltas in seconds
static java.lang.String formatECL(double x)
          Format Mean Obliquity of Ecliptic in degrees, minutes, and seconds (2.3s).
static java.lang.String formatEoE(double x)
          Format Equation of Ecliptic in deconds (*.3s)
static java.lang.String formatEoT(double x)
          Format Equation of Time in minutes and seconds (2.1s)
static java.lang.String formatHA(double x)
          Format a Hour Angle in degrees, minutes, and seconds.
static java.lang.String formatIllum(double x, java.lang.String s)
          Format Moon illumination.
static java.lang.String formatJulian(double x)
          Format Julian numbers with 6 decimal positions
static java.lang.String formatRA(double x)
           
static java.lang.String formatSDHP(double x)
          Format semi-diameter and horizontal parallax in minutes
static java.lang.String formatSidTime(double x)
          Format Sideral Time in hours, minutes, and seconds (2.3s).
 double getAR()
           
 double getDECmoon()
           
 double getDECpolaris()
           
 double getDECsun()
           
 double getDelta_eps()
           
 double getDelta_psi()
           
 java.lang.String getDoW()
           
 double getEoE()
           
 double getEOT()
           
 double getGHAAmean()
           
 double getGHAAtrue()
           
 double getGHAmoon()
           
 double getGHApolaris()
           
 double getGHAsun()
           
 double getHPmoon()
           
 double getHPsun()
           
 double getIllum()
           
 double getJD()
           
 double getJDE()
           
 double getLDist()
           
 double getOoE()
           
 java.lang.String getQuarter()
           
 double getSDmoon()
           
 double getSDsun()
           
 double getSHAmoon()
           
 double getSHApolaris()
           
 double getSHAsun()
           
 double getTOoE()
           
 void setAR(double newAR)
           
 void setDECmoon(double newDECmoon)
           
 void setDECpolaris(double newDECpolaris)
           
 void setDECsun(double newDECsun)
           
 void setDelta_eps(double newDelta_eps)
           
 void setDelta_psi(double newDelta_psi)
           
 void setDoW(java.lang.String newDoW)
           
 void setEoE(double newEoE)
           
 void setEOT(double newEOT)
           
 void setGHAAmean(double newGHAAmean)
           
 void setGHAAtrue(double newGHAAtrue)
           
 void setGHAmoon(double newGHAmoon)
           
 void setGHApolaris(double newGHApolaris)
           
 void setGHAsun(double newGHAsun)
           
 void setHorizontalDisplay(int newHorizontalDisplay)
           
 void setHPmoon(double newHPmoon)
           
 void setHPsun(double newHPsun)
           
 void setIllum(double newIllum)
           
 void setJD(double newJD)
           
 void setJDE(double newJDE)
           
 void setLDist(double newLDist)
           
 void setMinuteDisplay(int newMinuteDisplay)
           
 void setOoE(double newOoE)
           
 void setQuarter(java.lang.String newQuarter)
           
 void setSDmoon(double newSDmoon)
           
 void setSDsun(double newSDsun)
           
 void setSHAmoon(double newSHAmoon)
           
 void setSHApolaris(double newSHApolaris)
           
 void setSHAsun(double newSHAsun)
           
 void setTOoE(double newTOoE)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DMS

public static final int DMS
Angle output in Degrees, Minutes, and Seconds

See Also:
Constant Field Values

DMD

public static final int DMD
Angle output in Degrees, Minutes, and 100th of minutes

See Also:
Constant Field Values

HA

public static final int HA
Output the latitude of the Geographical Position as Hour Angles

See Also:
Constant Field Values

RA

public static final int RA
Output the latitude of the Geographical Position as Right Ascension

See Also:
Constant Field Values
Constructor Detail

Data

public Data()
Method Detail

formatHA

public static java.lang.String formatHA(double x)
Format a Hour Angle in degrees, minutes, and seconds.


formatRA

public static java.lang.String formatRA(double x)

formatECL

public static java.lang.String formatECL(double x)
Format Mean Obliquity of Ecliptic in degrees, minutes, and seconds (2.3s).


formatSidTime

public static java.lang.String formatSidTime(double x)
Format Sideral Time in hours, minutes, and seconds (2.3s).


formatDec

public static java.lang.String formatDec(double x)
Format Declination in degrees, minutes, and seconds.


formatSDHP

public static java.lang.String formatSDHP(double x)
Format semi-diameter and horizontal parallax in minutes


formatEoT

public static java.lang.String formatEoT(double x)
Format Equation of Time in minutes and seconds (2.1s)


formatEoE

public static java.lang.String formatEoE(double x)
Format Equation of Ecliptic in deconds (*.3s)


formatDelta

public static java.lang.String formatDelta(double x)
Format deltas in seconds


formatJulian

public static java.lang.String formatJulian(double x)
Format Julian numbers with 6 decimal positions


formatIllum

public static java.lang.String formatIllum(double x,
                                           java.lang.String s)
Format Moon illumination. Illumination and moon phase


getDECsun

public double getDECsun()

setDECsun

public void setDECsun(double newDECsun)

getDECmoon

public double getDECmoon()

setDECmoon

public void setDECmoon(double newDECmoon)

getAR

public double getAR()

setAR

public void setAR(double newAR)

getDECpolaris

public double getDECpolaris()

setDECpolaris

public void setDECpolaris(double newDECpolaris)

getDoW

public java.lang.String getDoW()

setDoW

public void setDoW(java.lang.String newDoW)

getEOT

public double getEOT()

setEOT

public void setEOT(double newEOT)

getEoE

public double getEoE()

setEoE

public void setEoE(double newEoE)

getGHAmoon

public double getGHAmoon()

setGHAmoon

public void setGHAmoon(double newGHAmoon)

getGHApolaris

public double getGHApolaris()

setGHApolaris

public void setGHApolaris(double newGHApolaris)

getGHAsun

public double getGHAsun()

setGHAsun

public void setGHAsun(double newGHAsun)

getHPmoon

public double getHPmoon()

setHPmoon

public void setHPmoon(double newHPmoon)

getHPsun

public double getHPsun()

setHPsun

public void setHPsun(double newHPsun)

getJD

public double getJD()

setJD

public void setJD(double newJD)

getJDE

public double getJDE()

setJDE

public void setJDE(double newJDE)

getLDist

public double getLDist()

setLDist

public void setLDist(double newLDist)

getOoE

public double getOoE()

setOoE

public void setOoE(double newOoE)

getSDmoon

public double getSDmoon()

setSDmoon

public void setSDmoon(double newSDmoon)

getSDsun

public double getSDsun()

setSDsun

public void setSDsun(double newSDsun)

getSHAmoon

public double getSHAmoon()

setSHAmoon

public void setSHAmoon(double newSHAmoon)

getSHApolaris

public double getSHApolaris()

setSHApolaris

public void setSHApolaris(double newSHApolaris)

getSHAsun

public double getSHAsun()

setSHAsun

public void setSHAsun(double newSHAsun)

getGHAAmean

public double getGHAAmean()

setGHAAmean

public void setGHAAmean(double newGHAAmean)

getGHAAtrue

public double getGHAAtrue()

setGHAAtrue

public void setGHAAtrue(double newGHAAtrue)

getDelta_eps

public double getDelta_eps()

setDelta_eps

public void setDelta_eps(double newDelta_eps)

getDelta_psi

public double getDelta_psi()

setDelta_psi

public void setDelta_psi(double newDelta_psi)

getIllum

public double getIllum()

setIllum

public void setIllum(double newIllum)

getTOoE

public double getTOoE()

setTOoE

public void setTOoE(double newTOoE)

getQuarter

public java.lang.String getQuarter()

setQuarter

public void setQuarter(java.lang.String newQuarter)

setMinuteDisplay

public void setMinuteDisplay(int newMinuteDisplay)

setHorizontalDisplay

public void setHorizontalDisplay(int newHorizontalDisplay)