Uses of Class
uk.me.jstott.coordconv.LatitudeLongitude

Packages that use LatitudeLongitude
uk.me.jstott.sun   
 

Uses of LatitudeLongitude in uk.me.jstott.sun
 

Methods in uk.me.jstott.sun with parameters of type LatitudeLongitude
static Time Sun.eveningAstronomicalTwilightTime(double julian, LatitudeLongitude ll, java.util.TimeZone timeZone, boolean dst)
          Calculate the UTC of evening astronomical twilight for the given day at the given latitude and longitude on Earth
static Time Sun.eveningCivilTwilightTime(double julian, LatitudeLongitude ll, java.util.TimeZone timeZone, boolean dst)
          Calculate the UTC of evening civil twilight for the given day at the given latitude and longitude on Earth
static Time Sun.eveningNauticalTwilightTime(double julian, LatitudeLongitude ll, java.util.TimeZone timeZone, boolean dst)
          Calculate the UTC of evening nautical twilight for the given day at the given latitude and longitude on Earth
static Time Sun.morningAstronomicalTwilightTime(double julian, LatitudeLongitude ll, java.util.TimeZone timeZone, boolean dst)
          Calculate the UTC of morning astronomical twilight for the given day at the given latitude and longitude on Earth
static Time Sun.morningCivilTwilightTime(double julian, LatitudeLongitude ll, java.util.TimeZone timeZone, boolean dst)
          Calculate the UTC of morning civil twilight for the given day at the given latitude and longitude on Earth
static Time Sun.morningNauticalTwilightTime(double julian, LatitudeLongitude ll, java.util.TimeZone timeZone, boolean dst)
          Calculate the UTC of morning nautical twilight for the given day at the nautical latitude and longitude on Earth
static Time Sun.sunriseTime(double julian, LatitudeLongitude ll, java.util.TimeZone timeZone, boolean dst)
          Calculate the UTC of sunrise for the given day at the given latitude and longitude on Earth
static Time Sun.sunsetTime(double julian, LatitudeLongitude ll, java.util.TimeZone timeZone, boolean dst)
          Calculate the UTC of sunset for the given day at the given latitude and longitude on Earth