Uses of Class
net.time4j.calendar.astro.SolarTime
Packages that use SolarTime
Package
Description
Support for various regional calendars.
Contains classes related to calendrical astronomy.
-
Uses of SolarTime in net.time4j.calendar
Methods in net.time4j.calendar with parameters of type SolarTimeModifier and TypeMethodDescriptionstatic ChronoFunction<Moment,Optional<HebrewTime>>
Obtains the Hebrew time dependent on given moment and location related to solar time.static Optional<HebrewTime>
Obtains the current Hebrew time in system time and at given geographical position.HebrewTime.on(HebrewCalendar date, SolarTime geoLocation)
Obtains the moment at this Hebrew time on given date at the given geographical position. -
Uses of SolarTime in net.time4j.calendar.astro
Methods in net.time4j.calendar.astro that return SolarTimeModifier and TypeMethodDescriptionSolarTime.Builder.build()
Finishes the build-process.static SolarTime
SolarTime.ofJerusalem()
Obtains an instance of solar time for the temple area in Jerusalem which has a prominent meaning in Hebrew calendar and time.static SolarTime
SolarTime.ofLocation(double latitude, double longitude)
Obtains the solar time for given geographical location at sea level.static SolarTime
SolarTime.ofLocation(double latitude, double longitude, int altitude, String calculator)
Obtains the solar time for given geographical location.static SolarTime
SolarTime.ofLocation(double latitude, double longitude, int altitude, SolarTime.Calculator calculator)
Obtains the solar time for given geographical location.static SolarTime
SolarTime.ofMecca()
Obtains an instance of solar time for the Kaaba in Mecca which has a prominent meaning in islamic calendar.