Uses of Interface
org.stellarium.astro.planet.PosFunc

Packages that use PosFunc
org.stellarium   
org.stellarium.astro Astronomical computations 
org.stellarium.astro.planet Planets 
 

Uses of PosFunc in org.stellarium
 

Classes in org.stellarium that implement PosFunc
 class EllipticalOrbit.EllipticalOrbitFunc
           
 

Methods in org.stellarium that return PosFunc
 PosFunc EllipticalOrbit.getEllipticalFunc()
           
 

Uses of PosFunc in org.stellarium.astro
 

Fields in org.stellarium.astro declared as PosFunc
(package private)  PosFunc Planet.coordFunc
           
 

Constructors in org.stellarium.astro with parameters of type PosFunc
Planet(Planet parent, java.lang.String _englishName, boolean _flagHalo, boolean _flagLighting, double _radius, double oblateness, SColor someColor, double _albedo, java.lang.String texMapName, java.lang.String texHaloName, PosFunc someCoordFunc, OsulatingFunc osulatingFunc, boolean hidden)
           
 

Uses of PosFunc in org.stellarium.astro.planet
 

Classes in org.stellarium.astro.planet that implement PosFunc
 class EclipticHelioFunc
          Function to compute ecliptic position from a given date.
static class GalileanMoons.CallistoParentCoords
          Callisto coords local to jupiter coords
(package private) static class GalileanMoons.EuropaParentCoords
          Europa coords local to jupiter coords
static class GalileanMoons.GanymedeParentCoords
          Ganymede coords local to jupiter coords
static class GalileanMoons.IoParentCoords
          Io coords local to jupiter coords
static class Lunar.GeoFunc
           
static class MiscStellPlanet.ZeroFunc
           
static class Pluto.HelioCoordsFunc
           
 

Methods in org.stellarium.astro.planet that return PosFunc
static PosFunc GalileanMoons.createCallistoGalileanFunc()
           
static PosFunc GalileanMoons.createEuropaGalileanFunc()
           
static PosFunc GalileanMoons.createGanymedeGalileanFunc()
           
static PosFunc Lunar.createGeoFunc()
           
static PosFunc Venus.createHelioFunc()
           
static PosFunc Uranus.createHelioFunc()
           
static PosFunc Saturn.createHelioFunc()
           
static PosFunc Pluto.createHelioFunc()
           
static PosFunc Neptune.createHelioFunc()
           
static PosFunc Mercury.createHelioFunc()
           
static PosFunc Mars.createHelioFunc()
           
static PosFunc Jupiter.createHelioFunc()
           
static PosFunc Earth.createHelioFunc()
           
static PosFunc GalileanMoons.createIoGalileanFunc()
           
static PosFunc MiscStellPlanet.createSunHelioFunc()