org.stellarium.astro.planet
Class Lunar.PlanetPert

java.lang.Object
  extended by org.stellarium.astro.planet.Lunar.PlanetPert
Enclosing class:
Lunar

static class Lunar.PlanetPert
extends java.lang.Object

used for elp 10 - 21


Field Summary
(package private) static java.util.List<Lunar.PlanetPert>[] elps
           
(package private)  int[] iPla
           
(package private)  float o
           
(package private)  float P
           
(package private)  float theta
           
 
Constructor Summary
Lunar.PlanetPert(int[] ipla, float theta, float o, float p)
           
 
Method Summary
(package private) static Lunar.ReadStrategy getReadable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

elps

static java.util.List<Lunar.PlanetPert>[] elps

iPla

int[] iPla

theta

float theta

o

float o

P

float P
Constructor Detail

Lunar.PlanetPert

Lunar.PlanetPert(int[] ipla,
                 float theta,
                 float o,
                 float p)
Method Detail

getReadable

static Lunar.ReadStrategy getReadable()