Uses of Interface
net.time4j.calendar.astro.SolarTime.Calculator
Packages that use SolarTime.Calculator
-
Uses of SolarTime.Calculator in net.time4j.calendar.astro
Classes in net.time4j.calendar.astro that implement SolarTime.CalculatorModifier and TypeClassDescriptionclass
Enumeration of some standard calculators for solar time.Methods in net.time4j.calendar.astro that return SolarTime.CalculatorMethods in net.time4j.calendar.astro with parameters of type SolarTime.CalculatorModifier and TypeMethodDescriptionstatic SolarTime
SolarTime.ofLocation(double latitude, double longitude, int altitude, SolarTime.Calculator calculator)
Obtains the solar time for given geographical location.SolarTime.Builder.usingCalculator(SolarTime.Calculator calculator)
Sets the solar time calculator to be used.