net.aerith.misao.util
Interface Coordinates

All Known Implementing Classes:
Coor, Star

public interface Coordinates

The Coordinates is an interface with accessor methods to R.A. and Decl. The R.A. and Decl. must be expressed in degree.


Method Summary
 double getDecl()
          Gets Decl.
 double getRA()
          Gets R.A.
 

Method Detail

getRA

public double getRA()
Gets R.A.
Returns:
the R.A.

getDecl

public double getDecl()
Gets Decl.
Returns:
the Decl.