|
mhuss AstroLib 1.1.4a | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.mhuss.AstroLib.DarkCalInput
A simple struct-style class to hold date & observer location.
| Field Summary | |
double |
lat
Observer's latitude |
double |
lon
Observer's longitude |
int |
month
Month to process |
int |
tz
Observer's time zone offset relative to UTC (-12 to 12 inclusive). |
int |
year
Year |
| Constructor Summary | |
DarkCalInput()
Default constructor. |
|
DarkCalInput(int month,
int year,
double lon,
double lat,
int tz)
Explicit (all values) constructor. |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public int month
public int year
public double lon
public double lat
public int tz
| Constructor Detail |
public DarkCalInput()
public DarkCalInput(int month,
int year,
double lon,
double lat,
int tz)
month - Month to useyear - Year to uselon - Longitude to uselat - Latitude to usetz - Time zone to use
|
mhuss AstroLib 1.1.4a | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||