|
KosherJava Zmanim Homepage | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GeoLocation | |
---|---|
net.sourceforge.zmanim | The Zmanim library is an API for a specialized calendar that can calculate different astronomical times including sunrise and sunset and Jewish zmanim or religious times for prayers and other Jewish religious dutuies. |
net.sourceforge.zmanim.util | The util package contains the utility classes for the Zmanim API including classes to calculate sun based times, location information and some formatting utils. |
Uses of GeoLocation in net.sourceforge.zmanim |
---|
Methods in net.sourceforge.zmanim that return GeoLocation | |
---|---|
GeoLocation |
AstronomicalCalendar.getGeoLocation()
A method that returns the currently set GeoLocation that contains
location information used for the astronomical calculations. |
Methods in net.sourceforge.zmanim with parameters of type GeoLocation | |
---|---|
void |
AstronomicalCalendar.setGeoLocation(GeoLocation geoLocation)
Set the GeoLocation to be used for astronomical calculations. |
Constructors in net.sourceforge.zmanim with parameters of type GeoLocation | |
---|---|
AstronomicalCalendar(GeoLocation geoLocation)
A constructor that takes in as a parameter geolocation information |
|
ComplexZmanimCalendar(GeoLocation location)
|
|
ZmanimCalendar(GeoLocation location)
A constructor that takes a GeoLocation as a parameter. |
Uses of GeoLocation in net.sourceforge.zmanim.util |
---|
Methods in net.sourceforge.zmanim.util with parameters of type GeoLocation | |
---|---|
double |
GeoLocation.getGeodesicDistance(GeoLocation location)
Calculate geodesic distance in Meters between this Object and a second Object passed to this method using Thaddeus Vincenty's inverse formula See T Vincenty, "Direct and Inverse Solutions of Geodesics on the Ellipsoid with application of nested equations", Survey Review, vol XXII no 176, 1975 |
static double |
GeoLocationUtils.getGeodesicDistance(GeoLocation location,
GeoLocation destination)
Calculate geodesic distance in Meters between this Object and a second Object passed to this method using Thaddeus Vincenty's inverse formula See T Vincenty, "Direct and Inverse Solutions of Geodesics on the Ellipsoid with application of nested equations", Survey Review, vol XXII no 176, 1975. |
double |
GeoLocation.getGeodesicFinalBearing(GeoLocation location)
Calculate the final geodesic bearing between this Object and a second Object passed to this method using Thaddeus Vincenty's inverse formula See T Vincenty, "Direct and Inverse Solutions of Geodesics on the Ellipsoid with application of nested equations", Survey Review, vol XXII no 176, 1975 |
static double |
GeoLocationUtils.getGeodesicFinalBearing(GeoLocation location,
GeoLocation destination)
Calculate the final geodesic bearing between this Object and a second Object passed to this method using Thaddeus Vincenty's inverse formula See T Vincenty, "Direct and Inverse Solutions of Geodesics on the Ellipsoid with application of nested equations", Survey Review, vol XXII no 176, 1975. |
double |
GeoLocation.getGeodesicInitialBearing(GeoLocation location)
Calculate the initial geodesic bearing between this Object and a second Object passed to this method using Thaddeus Vincenty's inverse formula See T Vincenty, "Direct and Inverse Solutions of Geodesics on the Ellipsoid with application of nested equations", Survey Review, vol XXII no 176, 1975 |
static double |
GeoLocationUtils.getGeodesicInitialBearing(GeoLocation location,
GeoLocation destination)
Calculate the initial geodesic bearing between this Object and a second Object passed to this method using Thaddeus Vincenty's inverse formula See T Vincenty, "Direct and Inverse Solutions of Geodesics on the Ellipsoid with application of nested equations", Survey Review, vol XXII no 176, 1975. |
double |
GeoLocation.getRhumbLineBearing(GeoLocation location)
Returns the rhumb line bearing from the current location to the GeoLocation passed in. |
static double |
GeoLocationUtils.getRhumbLineBearing(GeoLocation location,
GeoLocation destination)
Returns the rhumb line bearing from the current location to the GeoLocation passed in. |
double |
GeoLocation.getRhumbLineDistance(GeoLocation location)
Returns the rhumb line distance from the current location to the GeoLocation passed in. |
static double |
GeoLocationUtils.getRhumbLineDistance(GeoLocation location,
GeoLocation destination)
Returns the rhumb line distance from the current location to the GeoLocation passed in. |
|
KosherJava Zmanim Homepage | |||||||||
PREV NEXT | FRAMES NO FRAMES |