Package net.e175.klaus.solarpositioning
Schnittstelle SunriseResult
- Alle bekannten Implementierungsklassen:
SunriseResult.AllDay,SunriseResult.AllNight,SunriseResult.RegularDay
public sealed interface SunriseResult
permits SunriseResult.RegularDay, SunriseResult.AllDay, SunriseResult.AllNight
Result types for sunrise/sunset calculations.
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypSchnittstelleBeschreibungstatic final recordA day on which the sun is above the horizon all the time (polar day).static final recordA day on which the sun is below the horizon all the time (polar night).static final recordResult type for a day with sunrise and sunset. -
Methodenübersicht
-
Methodendetails
-
transit
ZonedDateTime transit()
-