public interface EquatorialCoordinates
See also: Wikipedia. The effect of precession will have an impact on right ascension and declination if times far away from year 2000 are considered.
| Modifier and Type | Method and Description |
|---|---|
double |
getDeclination()
Obtains the declination in degrees.
|
double |
getRightAscension()
Obtains the right ascension in degrees.
|
default String |
getRightAscensionHMS()
Obtains the right ascension in HMS-format ##H:MM:SS where a fraction of second will be truncated.
|
default String getRightAscensionHMS()
Obtains the right ascension in HMS-format ##H:MM:SS where a fraction of second will be truncated.
double getRightAscension()
Obtains the right ascension in degrees.
double getDeclination()
Obtains the declination in degrees.
Copyright © 2014–2021. All rights reserved.