|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.pdx.starview.planets.PlanetVSOP.PlanetLoc
Contains helocentric lon,lat and radius of a planet.
Field Summary | |
double |
lat
Helocentric latitude. |
double |
lon
Helocentric Longitude |
double |
radius
Distance of planet from Sun in AU. |
Constructor Summary | |
PlanetVSOP.PlanetLoc(double longitude,
double latitude,
double rad)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public double lon
public double lat
public double radius
Constructor Detail |
public PlanetVSOP.PlanetLoc(double longitude, double latitude, double rad)
longitude
- Helocentric longitudelatitude
- Helocentric latituderad
- Distance form sun in AU
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |