Uses of Class
net.time4j.calendar.astro.LunarTime.Builder
-
Uses of LunarTime.Builder in net.time4j.calendar.astro
Modifier and TypeMethodDescriptionLunarTime.Builder.atAltitude(int altitude)
Sets the altitude in meters.LunarTime.Builder.easternLongitude(int degrees, int minutes, double seconds)
Sets the eastern longitude in degrees, arc minutes and arc seconds.LunarTime.Builder.northernLatitude(int degrees, int minutes, double seconds)
Sets the northern latitude in degrees, arc minutes and arc seconds.static LunarTime.Builder
LunarTime.ofLocation(TZID observerZoneID)
Obtains a builder for creating a new instance of local lunar time.LunarTime.Builder.southernLatitude(int degrees, int minutes, double seconds)
Sets the southern latitude in degrees, arc minutes and arc seconds.LunarTime.Builder.westernLongitude(int degrees, int minutes, double seconds)
Sets the western longitude in degrees, arc minutes and arc seconds.