|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectkeps.PropagationModel
public abstract class PropagationModel
This class provides an abstract model for Propagation models.
Constructor Summary | |
---|---|
PropagationModel()
|
Method Summary | |
---|---|
abstract 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 PropagationModel()
Method Detail |
---|
public abstract void update(Satellite sat, double tsince, Vector3 pos, Vector3 velo)
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 |