org.stellarium
Class StelUtility.Coords
java.lang.Object
org.stellarium.StelUtility.Coords
- Enclosing class:
- StelUtility
-
public static class StelUtility.Coords
- extends java.lang.Object
Encapsulate longitude/latitude coordinates that were returned by reference in the C++ version. The DE is the
declinaison matches a latitude The RA is the Right ascention matches a longitude
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
latitude
private double latitude
longitude
private double longitude
StelUtility.Coords
public StelUtility.Coords(double latitude,
double longitude)
getLatitude
public double getLatitude()
-
getLongitude
public double getLongitude()
-
getDE
public double getDE()
-
getRA
public double getRA()
-
northToZero
public void northToZero()
- Move Noth to zero, E is 90 degrees
-