com.mhuss.AstroLib
Class DarkCalInput
- java.lang.Object
-
- com.mhuss.AstroLib.DarkCalInput
-
public class DarkCalInput extends java.lang.ObjectA simple struct-style class to hold date & observer location.
-
-
Field Summary
Fields Modifier and Type Field and Description doublelatObserver's latitudedoublelonObserver's longitudeintmonthMonth to processinttzObserver's time zone offset relative to UTC (-12 to 12 inclusive).intyearYear
-
Constructor Summary
Constructors Constructor and Description DarkCalInput()Default constructor.DarkCalInput(int month, int year, double lon, double lat, int tz)Explicit (all values) constructor.
-
-
-
Field Detail
-
month
public int month
Month to process
-
year
public int year
Year
-
lon
public double lon
Observer's longitude
-
lat
public double lat
Observer's latitude
-
tz
public int tz
Observer's time zone offset relative to UTC (-12 to 12 inclusive).
-
-
Constructor Detail
-
DarkCalInput
public DarkCalInput()
Default constructor.
January, 2001, at 0,0.
-
DarkCalInput
public DarkCalInput(int month, int year, double lon, double lat, int tz)Explicit (all values) constructor.- Parameters:
month- Month to useyear- Year to uselon- Longitude to uselat- Latitude to usetz- Time zone to use
-
-
DMelt 3.0 © DataMelt by jWork.ORG