mhuss utils 1.1.5ws

com.mhuss.AstroLib
Class Pluto

java.lang.Object
  extended by com.mhuss.AstroLib.Pluto

public class Pluto
extends java.lang.Object

A class that can calculate the orbit of Pluto.
Based on C code by Bill Gray (www.projectpluto.com)


Constructor Summary
Pluto()
           
 
Method Summary
static void calcAllLEs(LocationElements loc, double t)
          Calculate all locations elements for a given time.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pluto

public Pluto()
Method Detail

calcAllLEs

public static void calcAllLEs(LocationElements loc,
                              double t)
Calculate all locations elements for a given time.

Parameters:
loc - The LocationElements class to populate
t - time in Julian centuries

mhuss utils 1.1.5ws

bottom text