|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BasicPropagator
This interface provides a way to propagate an orbit at any time.
This interface is the simplest abstraction for orbit propagation. It only allows propagation to a predefined date.
| Method Summary | |
|---|---|
SpacecraftState |
propagate(AbsoluteDate target)
Propagate towards a target date. |
| Methods inherited from interface org.orekit.utils.PVCoordinatesProvider |
|---|
getPVCoordinates |
| Method Detail |
|---|
SpacecraftState propagate(AbsoluteDate target)
throws PropagationException
Simple propagators use only the target date as the specification for
computing the propagated state. More feature rich propagators like the
ones implemented the extended interface Propagator can consider
other information and provide different operating modes or G-stop
facilities to stop at pinpointed events occurrences. In these cases, the
target date is only a hint, not a mandatory objective.
target - target date towards which orbit state should be propagated
PropagationException - if state cannot be propagated
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||