public static final class CalendarAstronomer.Ecliptic extends Object
Note that Ecliptic objects are immutable and cannot be modified once they are constructed. This allows them to be passed and returned by value without worrying about whether other code will modify them.
| Modifier and Type | Field and Description |
|---|---|
double |
latitude
The ecliptic latitude, in radians.
|
double |
longitude
The ecliptic longitude, in radians.
|
| Constructor and Description |
|---|
Ecliptic(double lat,
double lon)
Constructs an Ecliptic coordinate object.
|
public final double latitude
public final double longitude
A bit of trivia: the first point of Aries is currently in the constellation Pisces, due to the precession of the earth's axis.