| Modifier and Type | Method and Description |
|---|---|
Long |
PassPredictor.getDownlinkFreq(Long freq,
Date date)
Gets the downlink frequency corrected for doppler.
|
List<SatPassTime> |
PassPredictor.getPasses(Date start,
int hoursAhead,
boolean windBack)
Gets a list of SatPassTime
|
List<SatPos> |
PassPredictor.getPositions(Date referenceDate,
int incrementSeconds,
int minutesBefore,
int minutesAfter)
Calculates positions of satellite for a given point in time, time range
and step increment.
|
SatPos |
PassPredictor.getSatPos(Date time) |
Long |
PassPredictor.getUplinkFreq(Long freq,
Date date) |
SatPassTime |
PassPredictor.nextSatPass(Date date) |
SatPassTime |
PassPredictor.nextSatPass(Date date,
boolean windBack) |
| Constructor and Description |
|---|
PassPredictor(TLE theTLE,
GroundStationPosition theQTH)
Constructor.
|
Copyright © 2014–2019. All rights reserved.