Package net.e175.klaus.solarpositioning
Interface SunriseResult
- All Known Implementing Classes:
SunriseResult.AllDay,SunriseResult.AllNight,SunriseResult.RegularDay
public sealed interface SunriseResult
permits SunriseResult.RegularDay, SunriseResult.AllDay, SunriseResult.AllNight
Result types for sunrise/sunset calculations.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic 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. -
Method Summary
-
Method Details
-
transit
ZonedDateTime transit()
-