Uses of Class
edu.pdx.starview.calc.SVAzAlt

Packages that use SVAzAlt
edu.pdx.starview.calc   
edu.pdx.starview.data   
edu.pdx.starview.planets   
 

Uses of SVAzAlt in edu.pdx.starview.calc
 

Methods in edu.pdx.starview.calc that return SVAzAlt
static SVAzAlt KSSkyPoint.fixAtmosphericRefraction(SVAzAlt azAlt)
          Takes the true altitude of an object, and returns the altitude/azimuth compensated for atmospheric refraction.
static SVAzAlt SVGeometry.EquatorialToHorizontal(SVAngle LST, SVAngle lat, SVAngle inRA, SVAngle inDec)
          Determine the (Altitude, Azimuth) coordinates of the SkyPoint from its (RA, Dec) coordinates, given the local sidereal time and the observer's latitude.
 

Methods in edu.pdx.starview.calc with parameters of type SVAzAlt
static SVAzAlt KSSkyPoint.fixAtmosphericRefraction(SVAzAlt azAlt)
          Takes the true altitude of an object, and returns the altitude/azimuth compensated for atmospheric refraction.
 

Uses of SVAzAlt in edu.pdx.starview.data
 

Methods in edu.pdx.starview.data that return SVAzAlt
 SVAzAlt SVStar.getApparentAzAlt(SVTime theTime, SVAngle latitude, SVAngle longitude)
          Calculate apparent place of star For our telescope...
 

Uses of SVAzAlt in edu.pdx.starview.planets
 

Methods in edu.pdx.starview.planets that return SVAzAlt
static SVAzAlt PlanetData.getAzAltOfPlanet(int thePlanet, double JDOfObservation, SVAngle observerLat, SVAngle observerLong)
           
static SVAzAlt[] PlanetData.getAllPlanetLocs(double JDOfObservation, SVAngle observerLat, SVAngle observerLong)