org.stellarium.astro.planet
Class Earth

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

public abstract class Earth
extends java.lang.Object

Earth coordinates.

Version:
Java
Author:
Jerome Beau

Field Summary
private static double[][][] LATITUDES
           
private static double[][][] LONGITUDES
           
(package private) static double[][][] RADIUSES
           
 
Constructor Summary
Earth()
           
 
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

LONGITUDES

private static final double[][][] LONGITUDES

LATITUDES

private static final double[][][] LATITUDES

RADIUSES

static final double[][][] RADIUSES
Constructor Detail

Earth

public Earth()
Method Detail

createHelioFunc

public static PosFunc createHelioFunc()