|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.pdx.starview.calc.SVRADec
This represents both the Right Ascention and Declenation of an object in the sky.
Field Summary | |
SVAngle |
Dec
The decliation in the equatorial choord system. |
SVAngle |
RA
The right ascention in the equatorial choord system. |
Constructor Summary | |
SVRADec(double theRA,
double theDec)
Constructor |
|
SVRADec(SVAngle theRA,
SVAngle theDec)
Constructor |
Method Summary | |
SVAngle |
getDeclinationDMS()
|
SVAngle |
getRightAscensionDMS()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public SVAngle RA
public SVAngle Dec
Constructor Detail |
public SVRADec(SVAngle theRA, SVAngle theDec)
theRA
- The right ascention that the new object should have.theDec
- The declination that the new object should have.public SVRADec(double theRA, double theDec) throws java.lang.Exception
theRA
- The right ascention that the new object should have (in Radians).theDec
- The declination that the new object should have (in Radians).
java.lang.Exception
- if somthing bad happensMethod Detail |
public java.lang.String toString()
public SVAngle getRightAscensionDMS()
public SVAngle getDeclinationDMS()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |