org.stellarium
Class StelUtility.Coords

java.lang.Object
  extended by 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


Field Summary
private  double latitude
           
private  double longitude
           
 
Constructor Summary
StelUtility.Coords(double latitude, double longitude)
           
 
Method Summary
 double getDE()
           
 double getLatitude()
           
 double getLongitude()
           
 double getRA()
           
 void northToZero()
          Move Noth to zero, E is 90 degrees
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

latitude

private double latitude

longitude

private double longitude
Constructor Detail

StelUtility.Coords

public StelUtility.Coords(double latitude,
                          double longitude)
Method Detail

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