| Package | Description |
|---|---|
| net.time4j.calendar.astro |
Contains classes related to calendrical astronomy.
|
| Modifier and Type | Method and Description |
|---|---|
SolarTime.Builder |
SolarTime.Builder.atAltitude(int altitude)
Sets the altitude in meters.
|
SolarTime.Builder |
SolarTime.Builder.easternLongitude(int degrees,
int minutes,
double seconds)
Sets the eastern longitude in degrees, arc minutes and arc seconds.
|
SolarTime.Builder |
SolarTime.Builder.inTimezone(TZID observerZoneID)
Helps to associate any calendar date input with given timezone.
|
SolarTime.Builder |
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 |
SolarTime.Builder.southernLatitude(int degrees,
int minutes,
double seconds)
Sets the southern latitude in degrees, arc minutes and arc seconds.
|
SolarTime.Builder |
SolarTime.Builder.usingCalculator(SolarTime.Calculator calculator)
Sets the solar time calculator to be used.
|
SolarTime.Builder |
SolarTime.Builder.usingCalculator(String calculator)
Sets the reference to the solar time calculator to be used.
|
SolarTime.Builder |
SolarTime.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.