com.luckycatlabs.sunrisesunset
Class Zenith
- java.lang.Object
-
- com.luckycatlabs.sunrisesunset.Zenith
-
public class Zenith extends java.lang.ObjectDefines the solar declination used in computing the sunrise/sunset.
-
-
Field Summary
Fields Modifier and Type Field and Description static ZenithASTRONOMICALAstronomical sunrise/set is when the sun is 18 degrees below the horizon.static ZenithCIVILCivil sunrise/set (dawn/dusk) is when the sun is 6 degrees below the horizon.static ZenithNAUTICALNautical sunrise/set is when the sun is 12 degrees below the horizon.static ZenithOFFICIALOfficial 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.BigDecimaldegrees()
-
-
-
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.
-
-
DMelt 3.0 © DataMelt by jWork.ORG