Uses of Enum Class
net.e175.klaus.solarpositioning.SPA.Horizon
-
Uses of SPA.Horizon in net.e175.klaus.solarpositioning
Methods in net.e175.klaus.solarpositioning that return SPA.HorizonModifier and TypeMethodDescriptionstatic SPA.HorizonReturns the enum constant of this class with the specified name.static SPA.Horizon[]SPA.Horizon.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.e175.klaus.solarpositioning that return types with arguments of type SPA.HorizonModifier 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.Methods in net.e175.klaus.solarpositioning with parameters of type SPA.HorizonModifier and TypeMethodDescriptionstatic 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.static 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.