Uses of Class
net.time4j.calendar.astro.SolarTime.Builder
-
Uses of SolarTime.Builder in net.time4j.calendar.astro
Modifier and TypeMethodDescriptionSolarTime.Builder.atAltitude(int altitude)
Sets the altitude in meters.SolarTime.Builder.easternLongitude(int degrees, int minutes, double seconds)
Sets the eastern longitude in degrees, arc minutes and arc seconds.SolarTime.Builder.inTimezone(TZID observerZoneID)
Helps to associate any calendar date input with given timezone.SolarTime.Builder.northernLatitude(int degrees, int minutes, double seconds)
Sets the northern latitude in degrees, arc minutes and arc seconds.static SolarTime.Builder
SolarTime.ofLocation()
Obtains a builder for creating a new instance of local solar time.SolarTime.Builder.southernLatitude(int degrees, int minutes, double seconds)
Sets the southern latitude in degrees, arc minutes and arc seconds.SolarTime.Builder.usingCalculator(String calculator)
Sets the reference to the solar time calculator to be used.SolarTime.Builder.usingCalculator(SolarTime.Calculator calculator)
Sets the solar time calculator to be used.SolarTime.Builder.westernLongitude(int degrees, int minutes, double seconds)
Sets the western longitude in degrees, arc minutes and arc seconds.