| Modifier and Type | Method and Description |
|---|---|
SatPos |
Satellite.calculateSatPosForGroundStation(GroundStationPosition gsPos)
Calculates the position of the satellite from the perspective of a ground
station.
|
SatPos |
AbstractSatellite.calculateSatPosForGroundStation(GroundStationPosition gsPos) |
SatPos |
Satellite.getPosition(GroundStationPosition qth,
Date time)
Get the position of the satellite.
|
SatPos |
AbstractSatellite.getPosition(GroundStationPosition gsPos,
Date date) |
boolean |
Satellite.willBeSeen(GroundStationPosition qth)
This function returns true if the satellite can ever rise above the
horizon of the ground station.
|
boolean |
AbstractSatellite.willBeSeen(GroundStationPosition qth) |
| Constructor and Description |
|---|
PassPredictor(TLE theTLE,
GroundStationPosition theQTH)
Constructor.
|
Copyright © 2014–2019. All rights reserved.