| Package | Description |
|---|---|
| net.time4j.calendar.astro |
Contains classes related to calendrical astronomy.
|
| net.time4j.calendar.hindu |
Support for the traditional Hindu calendar family.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LunarTime
Contains various routines to determine times of some moon events like moonrise or moonset.
|
class |
SolarTime
Contains various routines to determine solar time.
|
| Modifier and Type | Method and Description |
|---|---|
static GeoLocation |
GeoLocation.of(double latitude,
double longitude)
Creates an instance with given geographical coordinates on sea level.
|
static GeoLocation |
GeoLocation.of(double latitude,
double longitude,
int altitude)
Creates an instance with given geographical coordinates.
|
| Modifier and Type | Method and Description |
|---|---|
static SunPosition |
SunPosition.at(Moment moment,
GeoLocation location)
Calculates the position of sun at given moment and geographical location.
|
static MoonPosition |
MoonPosition.at(Moment moment,
GeoLocation location)
Calculates the position of moon at given moment and geographical location.
|
| Modifier and Type | Method and Description |
|---|---|
GeoLocation |
HinduVariant.getLocation()
Obtains the geographical reference point which is usually the holy city of Ujjain.
|
| Modifier and Type | Method and Description |
|---|---|
HinduVariant |
HinduVariant.withAlternativeLocation(GeoLocation location)
Creates a copy of this variant with an alternative geographical location.
|
Copyright © 2014–2021. All rights reserved.