Uses of Interface
net.e175.klaus.solarpositioning.SunriseResult
-
Uses of SunriseResult in net.e175.klaus.solarpositioning
Classes in net.e175.klaus.solarpositioning that implement SunriseResultModifier and TypeClassDescriptionstatic 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 recordA day with sunrise and sunset.Methods in net.e175.klaus.solarpositioning that return SunriseResultModifier and TypeMethodDescriptionstatic SunriseResultSPA.calculateSunriseTransitSet(ZonedDateTime day, double latitude, double longitude, double deltaT) Calculate the times of sunrise, sun transit (solar noon), and sunset for a given day.static SunriseResultSPA.calculateSunriseTransitSet(ZonedDateTime day, double latitude, double longitude, double deltaT, SPA.Horizon horizon) Calculate the times of sunrise, sun transit (solar noon), and sunset for a given day.Methods in net.e175.klaus.solarpositioning that return types with arguments of type SunriseResultModifier and TypeMethodDescriptionstatic Map<SPA.Horizon, SunriseResult> SPA.calculateSunriseTransitSet(ZonedDateTime day, double latitude, double longitude, double deltaT, SPA.Horizon... horizons) Calculate the times of sunrise, sun transit (solar noon), and sunset for a given day and horizon types.