|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.astronomy.solarsystem.artificialsatellites.AbstractPropagator
public abstract class AbstractPropagator
An abstract class providing implementations of methods common across all implementations of the Propagator interface.
| Constructor Summary | |
|---|---|
protected |
AbstractPropagator()
Constructs an instance of this class. |
| Method Summary | |
|---|---|
java.util.SortedSet |
generateEphemeris(double TS,
double TF,
double DELT)
Generates an ephemeris of OrbitalState instances between the given start and end times. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jscience.astronomy.solarsystem.artificialsatellites.Propagator |
|---|
getName, isDeep, propagate |
| Constructor Detail |
|---|
protected AbstractPropagator()
| Method Detail |
|---|
public java.util.SortedSet generateEphemeris(double TS,
double TF,
double DELT)
generateEphemeris in interface PropagatorTS - Desired start of the ephemeris, in seconds since the epoch of
the known orbital state.TF - Desired end of the ephemeris, in seconds since the epoch of
the known orbital state.DELT - Desired time between the timestamps of the generated orbital
states.
java.lang.IllegalArgumentException - DOCUMENT ME!
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||