Uses of Class
org.stellarium.astro.Planet

Packages that use Planet
org.stellarium   
org.stellarium.astro Astronomical computations 
 

Uses of Planet in org.stellarium
 

Fields in org.stellarium declared as Planet
private  Planet Observator.planet
           
 

Methods in org.stellarium that return Planet
 Planet Observator.getHomePlanet()
           
 Planet NavigatorIfc.getHomePlanet()
           
 Planet Navigator.getHomePlanet()
           
 

Uses of Planet in org.stellarium.astro
 

Fields in org.stellarium.astro declared as Planet
private  Planet SolarSystem.earth
           
private  Planet SolarSystem.moon
           
(package private)  Planet Planet.parent
           
private  Planet SolarSystem.sun
           
 

Fields in org.stellarium.astro with type parameters of type Planet
(package private)  java.util.List<Planet> Planet.satellites
          satellites of the planet
private  java.util.List<Planet> SolarSystem.systemPlanets
          Vector containing all the bodies of the system
 

Methods in org.stellarium.astro that return Planet
 Planet SolarSystem.getEarth()
           
 Planet SolarSystem.getMoon()
           
(package private)  Planet Planet.getParent()
           
(package private)  Planet SolarSystem.getSun()
           
 Planet SolarSystem.search(javax.vecmath.Vector3d pos, Navigator nav, DefaultProjector prj)
          Search if any planet is close to position given in earth equatorial position and return the distance
 Planet SolarSystem.searchByEnglishName(java.lang.String planetEnglishName)
           
 Planet SolarSystem.searchByNamesI18(java.lang.String planetNameI18n)
           
 

Methods in org.stellarium.astro with parameters of type Planet
 int SolarSystem.BiggerDistanceComparator.compare(Planet p1, Planet p2)
           
 void SolarSystem.computePositions(double date, Planet homePlanet)
          Compute the position for every elements of the solar system.
 void SolarSystem.computeTransMatrices(double date, Planet homePlanet)
          Compute the transformation matrix for every elements of the solar system.
 

Constructors in org.stellarium.astro with parameters of type Planet
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)