Sky View Café - Java

org.shetline.astronomy
Class Pluto

java.lang.Object
  extended by org.shetline.astronomy.Pluto

public class Pluto
extends Object


Nested Class Summary
protected static class Pluto.PlutoTerm
           
 
Field Summary
protected  SphericalPosition3D cachedPosition
           
protected  double cachedTime
           
protected static String table
           
protected static Pluto.PlutoTerm[] terms
           
 
Constructor Summary
Pluto()
           
 
Method Summary
 SphericalPosition3D getHeliocentricPosition(double time_JDE, double precisionInArcseconds)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cachedPosition

protected SphericalPosition3D cachedPosition

cachedTime

protected double cachedTime

terms

protected static Pluto.PlutoTerm[] terms

table

protected static final String table
See Also:
Constant Field Values
Constructor Detail

Pluto

public Pluto()
Method Detail

getHeliocentricPosition

public SphericalPosition3D getHeliocentricPosition(double time_JDE,
                                                   double precisionInArcseconds)

Sky View Café - Java