|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectedu.pdx.starview.calc.SVAzAlt
This represents an Azimuth and Altitude of a location in the sky.
| Field Summary | |
SVAngle |
altitude
The altitude above the horizon represneted in radians. |
SVAngle |
azimuth
The azimuth represented in radians. |
| Constructor Summary | |
SVAzAlt()
Default constructor |
|
SVAzAlt(double az,
double alt)
Constructor |
|
SVAzAlt(SVAngle az,
SVAngle alt)
Constructor |
|
| Method Summary | |
SVAngle |
getAltitudeDMS()
|
SVAngle |
getAzimuthDMS()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public SVAngle azimuth
public SVAngle altitude
| Constructor Detail |
public SVAzAlt(SVAngle az,
SVAngle alt)
az - Azimuth of the location in the sky.alt - Altitude of the location in the sky
public SVAzAlt(double az,
double alt)
az - The azimuth of the location in the sky in radiansalt - The altitude of the location in the sky in radianspublic SVAzAlt()
| Method Detail |
public SVAngle getAltitudeDMS()
public SVAngle getAzimuthDMS()
public java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||