Uses of Interface
net.time4j.calendar.astro.GeoLocation
Packages that use GeoLocation
Package
Description
Contains classes related to calendrical astronomy.
Support for the traditional Hindu calendar family.
-
Uses of GeoLocation in net.time4j.calendar.astro
Classes in net.time4j.calendar.astro that implement GeoLocationModifier and TypeClassDescriptionclass
Contains various routines to determine times of some moon events like moonrise or moonset.class
Contains various routines to determine solar time.Methods in net.time4j.calendar.astro that return GeoLocationModifier and TypeMethodDescriptionstatic GeoLocation
GeoLocation.of(double latitude, double longitude)
Creates an instance with given geographical coordinates on sea level.static GeoLocation
GeoLocation.of(double latitude, double longitude, int altitude)
Creates an instance with given geographical coordinates.Methods in net.time4j.calendar.astro with parameters of type GeoLocationModifier and TypeMethodDescriptionstatic MoonPosition
MoonPosition.at(Moment moment, GeoLocation location)
Calculates the position of moon at given moment and geographical location.static SunPosition
SunPosition.at(Moment moment, GeoLocation location)
Calculates the position of sun at given moment and geographical location. -
Uses of GeoLocation in net.time4j.calendar.hindu
Methods in net.time4j.calendar.hindu that return GeoLocationModifier and TypeMethodDescriptionHinduVariant.getLocation()
Obtains the geographical reference point which is usually the holy city of Ujjain.Methods in net.time4j.calendar.hindu with parameters of type GeoLocationModifier and TypeMethodDescriptionHinduVariant.withAlternativeLocation(GeoLocation location)
Creates a copy of this variant with an alternative geographical location.