|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectkeps.PropagationModel
keps.SGP0
public class SGP0
This class implements the SGP0 Orbital Propagation model.
Constructor Summary | |
---|---|
SGP0()
|
Method Summary | |
---|---|
void |
update(Satellite sat,
double tsince,
Vector3 pos,
Vector3 velo)
The abstract update method implements the propagation model which, provided a satellite and a time, calculates a position and velocity for the object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SGP0()
Method Detail |
---|
public void update(Satellite sat, double tsince, Vector3 pos, Vector3 velo)
update
in class PropagationModel
sat
- Satellite The satellite to be propagated.tsince
- double The time at which predictions should be made.pos
- Vector3 The ECI position vector populated by the model.velo
- Vector3 The ECI velocity vector populated by the model.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |