Uses of Class
org.stellarium.Observator

Packages that use Observator
org.stellarium   
 

Uses of Observator in org.stellarium
 

Fields in org.stellarium declared as Observator
private  Observator StelCore.observatory
          Manage observer position and locales for its country
private  Observator Navigator.position
           
 

Methods in org.stellarium that return Observator
 Observator StelCore.getObservatory()
          Return the current observatory (as a object)
 

Constructors in org.stellarium with parameters of type Observator
Navigator(Observator obs)