| Modifier and Type | Method and Description |
|---|---|
SatPos |
Satellite.calculateSatelliteGroundTrack()
Calculates the ground track (sub satellite point) of the satellite, for
the already determined position of the satellite.
|
SatPos |
AbstractSatellite.calculateSatelliteGroundTrack() |
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) |
SatPos |
PassPredictor.getSatPos(Date time) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2014–2019. All rights reserved.