Package | Description |
---|---|
edu.wisc.ssec.mcidasv.data.adde.sgp4 |
Modifier and Type | Field and Description |
---|---|
private Time |
CoverageAnalyzer.startTime |
Modifier and Type | Method and Description |
---|---|
Time |
CoverageAnalyzer.getStartTime() |
Modifier and Type | Method and Description |
---|---|
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
|
Constructor and Description |
---|
CoverageAnalyzer(Time currentJulianDate)
Constructor with current time - this will allow coverage to start on next time step
|