Uses of Interface
net.time4j.calendar.astro.GeoLocation
Package
Description
Contains classes related to calendrical astronomy.
Support for the traditional Hindu calendar family.
-
Uses of GeoLocation in net.time4j.calendar.astro
Modifier and TypeClassDescriptionclass
Contains various routines to determine times of some moon events like moonrise or moonset.class
Contains various routines to determine solar time.Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionHinduVariant.getLocation()
Obtains the geographical reference point which is usually the holy city of Ujjain.Modifier and TypeMethodDescriptionHinduVariant.withAlternativeLocation(GeoLocation location)
Creates a copy of this variant with an alternative geographical location.