Documentation of 'com.luckycatlabs.sunrisesunset.Zenith' Java class
Zenith
com.luckycatlabs.sunrisesunset

Class Zenith



  • public class Zenith
    extends java.lang.Object
    Defines the solar declination used in computing the sunrise/sunset.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static Zenith ASTRONOMICAL
      Astronomical sunrise/set is when the sun is 18 degrees below the horizon.
      static Zenith CIVIL
      Civil sunrise/set (dawn/dusk) is when the sun is 6 degrees below the horizon.
      static Zenith NAUTICAL
      Nautical sunrise/set is when the sun is 12 degrees below the horizon.
      static Zenith OFFICIAL
      Official sunrise/set is when the sun is 50' below the horizon.
    • Constructor Summary

      Constructors 
      Constructor and Description
      Zenith(double degrees) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.math.BigDecimal degrees() 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ASTRONOMICAL

        public static final Zenith ASTRONOMICAL
        Astronomical sunrise/set is when the sun is 18 degrees below the horizon.
      • NAUTICAL

        public static final Zenith NAUTICAL
        Nautical sunrise/set is when the sun is 12 degrees below the horizon.
      • CIVIL

        public static final Zenith CIVIL
        Civil sunrise/set (dawn/dusk) is when the sun is 6 degrees below the horizon.
      • OFFICIAL

        public static final Zenith OFFICIAL
        Official sunrise/set is when the sun is 50' below the horizon.
    • Constructor Detail

      • Zenith

        public Zenith(double degrees)
    • Method Detail

      • degrees

        public java.math.BigDecimal degrees()

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.