edu.pdx.starview.planets
Class PlanetVSOP.PlanetLoc

java.lang.Object
  extended byedu.pdx.starview.planets.PlanetVSOP.PlanetLoc
Enclosing class:
PlanetVSOP

public class PlanetVSOP.PlanetLoc
extends java.lang.Object

Contains helocentric lon,lat and radius of a planet.

Author:
Dave Camarillo

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

lon

public double lon
Helocentric Longitude


lat

public double lat
Helocentric latitude.


radius

public double radius
Distance of planet from Sun in AU.

Constructor Detail

PlanetVSOP.PlanetLoc

public PlanetVSOP.PlanetLoc(double longitude,
                            double latitude,
                            double rad)
Parameters:
longitude - Helocentric longitude
latitude - Helocentric latitude
rad - Distance form sun in AU