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

Packages that use SVTime
edu.pdx.starview.data   
edu.pdx.starview.imaging   
 

Uses of SVTime in edu.pdx.starview.data
 

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

Uses of SVTime in edu.pdx.starview.imaging
 

Methods in edu.pdx.starview.imaging with parameters of type SVTime
static ImageMap ImageGeneration.genImage(java.io.File SAO_Database, SVAngle lat, SVAngle longi, SVAngle azimuthCenter, SVAngle altitudeCenter, int imageWidth, int imageHeight, SVTime theTime, SVAngle arcWidthOfImage)
          Generates an image of the sky based on location, time and other specifications.