SunTimes documentation
A C G H M N S T Z

A

ASTRONOMICAL_ZENITH - Static variable in class com.web_tomorrow.utils.suntimes.SunTimes
Sun's zenith at astronomical twilight

C

CIVIL_ZENITH - Static variable in class com.web_tomorrow.utils.suntimes.SunTimes
Sun's zenith at civil twilight
com.web_tomorrow.utils.suntimes - package com.web_tomorrow.utils.suntimes
Classes for calculating sunrise and sunset times, and related information

G

getSunriseTimeUTC(int, int, int, double, double, double) - Static method in class com.web_tomorrow.utils.suntimes.SunTimes
GetSunriseTimeUTC gets the time of sunrise at the specified latitude and longitude on the specified day.
getSunsetTimeUTC(int, int, int, double, double, double) - Static method in class com.web_tomorrow.utils.suntimes.SunTimes
getSunsetTimeUTC gets the time of sunrise at the specified latitude and longitude on the specified day.

H

hour - Variable in class com.web_tomorrow.utils.suntimes.Time
 

M

main(String[]) - Static method in class com.web_tomorrow.utils.suntimes.SunTimesClient
main() implements a command-line test program for the SunTimes class.
minute - Variable in class com.web_tomorrow.utils.suntimes.Time
 

N

NAUTICAL_ZENITH - Static variable in class com.web_tomorrow.utils.suntimes.SunTimes
Sun's zenith at nautical twilight

S

second - Variable in class com.web_tomorrow.utils.suntimes.Time
 
SunTimes - class com.web_tomorrow.utils.suntimes.SunTimes.
Java class for calculating sunset and sunrise times.
SunTimes() - Constructor for class com.web_tomorrow.utils.suntimes.SunTimes
 
SunTimesClient - exception com.web_tomorrow.utils.suntimes.SunTimesClient.
SunTimesClient is a simple command-line client for the SunTimes class.
SunTimesClient() - Constructor for class com.web_tomorrow.utils.suntimes.SunTimesClient
 
SunTimesException - exception com.web_tomorrow.utils.suntimes.SunTimesException.
This exception is thrown to indicate a problem with calculating sunruse.sunset times, for example the sun does not set at certain locations at certain times of the year.
SunTimesException() - Constructor for class com.web_tomorrow.utils.suntimes.SunTimesException
 
SunTimesException(String) - Constructor for class com.web_tomorrow.utils.suntimes.SunTimesException
 

T

Time - class com.web_tomorrow.utils.suntimes.Time.
Java class for representing a time as a simple triple of numbers (hours, minutes, seconds).
Time(double) - Constructor for class com.web_tomorrow.utils.suntimes.Time
 
Time(int, int, int) - Constructor for class com.web_tomorrow.utils.suntimes.Time
 
toString() - Method in class com.web_tomorrow.utils.suntimes.Time
 

Z

ZENITH - Static variable in class com.web_tomorrow.utils.suntimes.SunTimes
Default value for Sun's zenith and true rise/set

A C G H M N S T Z
(c)2001 Kevin Boone/Web-Tomorrow