| Package | Description |
|---|---|
| net.time4j.calendar.astro |
Contains classes related to calendrical astronomy.
|
| Modifier and Type | Method and Description |
|---|---|
LunarTime.Builder |
LunarTime.Builder.atAltitude(int altitude)
Sets the altitude in meters.
|
LunarTime.Builder |
LunarTime.Builder.easternLongitude(int degrees,
int minutes,
double seconds)
Sets the eastern longitude in degrees, arc minutes and arc seconds.
|
LunarTime.Builder |
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 |
LunarTime.Builder.southernLatitude(int degrees,
int minutes,
double seconds)
Sets the southern latitude in degrees, arc minutes and arc seconds.
|
LunarTime.Builder |
LunarTime.Builder.westernLongitude(int degrees,
int minutes,
double seconds)
Sets the western longitude in degrees, arc minutes and arc seconds.
|
Copyright © 2014–2021. All rights reserved.