Uses of Interface
net.time4j.calendar.astro.SolarTime.Calculator
-
Uses of SolarTime.Calculator in net.time4j.calendar.astro
Modifier and TypeClassDescriptionclass
Enumeration of some standard calculators for solar time.Modifier 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.