mhuss utils 1.1.5ws

com.mhuss.AstroLib
Class DarkCalInput

java.lang.Object
  extended by com.mhuss.AstroLib.DarkCalInput

public class DarkCalInput
extends java.lang.Object

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.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 use
year - Year to use
lon - Longitude to use
lat - Latitude to use
tz - Time zone to use

mhuss utils 1.1.5ws

bottom text