| Package | Description |
|---|---|
| net.time4j.calendar.astro |
Contains classes related to calendrical astronomy.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StdSolarCalculator
Enumeration of some standard calculators for solar time.
|
| Modifier and Type | Method and Description |
|---|---|
SolarTime.Calculator |
SolarTime.getCalculator()
Obtains the underlying calculator.
|
| Modifier and Type | Method and Description |
|---|---|
static SolarTime |
SolarTime.ofLocation(double latitude,
double longitude,
int altitude,
SolarTime.Calculator calculator)
Obtains the solar time for given geographical location.
|
SolarTime.Builder |
SolarTime.Builder.usingCalculator(SolarTime.Calculator calculator)
Sets the solar time calculator to be used.
|
Copyright © 2014–2021. All rights reserved.