Uses of Class
edu.wisc.ssec.mcidasv.data.adde.sgp4.Time

Packages that use Time
edu.wisc.ssec.mcidasv.data.adde.sgp4   
 

Uses of Time in edu.wisc.ssec.mcidasv.data.adde.sgp4
 

Fields in edu.wisc.ssec.mcidasv.data.adde.sgp4 declared as Time
private  Time CoverageAnalyzer.startTime
           
 

Methods in edu.wisc.ssec.mcidasv.data.adde.sgp4 that return Time
 Time CoverageAnalyzer.getStartTime()
           
 

Methods in edu.wisc.ssec.mcidasv.data.adde.sgp4 with parameters of type Time
 void CoverageAnalyzer.clearCoverageData(Time currentJulianDate)
          Clear coverage data and initalizie update time for next simulation step
 void CoverageAnalyzer.performCoverageAnalysis(Time currentJulianDate, Hashtable<String,AbstractSatellite> satHash)
          Performs coverage anaylsis with given time and satellite array, this fuction should be called only when directly performing coverage analysis, otherwise call updateTime
 

Constructors in edu.wisc.ssec.mcidasv.data.adde.sgp4 with parameters of type Time
CoverageAnalyzer(Time currentJulianDate)
          Constructor with current time - this will allow coverage to start on next time step