org.stellarium.astro.planet
Class Pluto

java.lang.Object
  extended by org.stellarium.astro.planet.Pluto

public abstract class Pluto
extends java.lang.Object

Pluto coordinates.

Version:
Java
Author:
Jerome Beau

Nested Class Summary
static class Pluto.HelioCoordsFunc
           
(package private) static class Pluto.PlutoArgument
           
(package private) static class Pluto.PlutoLatitude
           
(package private) static class Pluto.PlutoLongitude
           
(package private) static class Pluto.PlutoRadius
           
 
Field Summary
(package private) static Pluto.PlutoArgument[] argument
           
(package private) static Pluto.PlutoLatitude[] latitude
           
(package private) static Pluto.PlutoLongitude[] longitude
           
(package private) static Pluto.PlutoRadius[] radius
           
 
Constructor Summary
Pluto()
           
 
Method Summary
static PosFunc createHelioFunc()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

argument

static final Pluto.PlutoArgument[] argument

longitude

static final Pluto.PlutoLongitude[] longitude

latitude

static final Pluto.PlutoLatitude[] latitude

radius

static final Pluto.PlutoRadius[] radius
Constructor Detail

Pluto

public Pluto()
Method Detail

createHelioFunc

public static PosFunc createHelioFunc()