|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectdriver.ted.astro.T_SolarCoords
public class T_SolarCoords
Title: T_SolarCoords Description: This class implements the T_SolarCoords class which returns coordinates for the sun Copyright: (c) 2001 - 2006
| Constructor Summary | |
|---|---|
T_SolarCoords()
Default Constructor, calculates the coordinates with the current system time. |
|
T_SolarCoords(T_JulianDate J)
Constructor: creates object with time defined by T_JulianDate object |
|
| Method Summary | |
|---|---|
double |
getAlpha_low()
Low precision Right Ascension Coordinate. |
double |
getDelta_low()
Low precision Declination Coordinate. |
static void |
main(java.lang.String[] args)
Test program |
void |
setDateTime(T_JulianDate J)
Set the time for which coordinates will be calculated |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public T_SolarCoords()
public T_SolarCoords(T_JulianDate J)
T_JulianDate object
J - T_JulianDate object defining the time| Method Detail |
|---|
public void setDateTime(T_JulianDate J)
J - T_JulianDate object defining the timepublic double getAlpha_low()
public double getDelta_low()
public static void main(java.lang.String[] args)
args - args
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||