Documentation of 'com.mhuss.AstroLib.DarkCalInput' Java class
DarkCalInput
com.mhuss.AstroLib

Class DarkCalInput



  • public class DarkCalInput
    extends java.lang.Object
    A simple struct-style class to hold date & observer location.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      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

      Constructors 
      Constructor and Description
      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

        equals, 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

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.