gov.nasa.worldwind.view
Class ScheduledOrbitViewInterpolator
java.lang.Object
gov.nasa.worldwind.view.ScheduledOrbitViewInterpolator
- All Implemented Interfaces:
- OrbitViewInterpolator
public class ScheduledOrbitViewInterpolator
- extends Object
- implements OrbitViewInterpolator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScheduledOrbitViewInterpolator
public ScheduledOrbitViewInterpolator(Date startTime,
Date stopTime)
ScheduledOrbitViewInterpolator
public ScheduledOrbitViewInterpolator(Date startTime,
long lengthMillis)
ScheduledOrbitViewInterpolator
public ScheduledOrbitViewInterpolator(long lengthMillis)
coalesceWith
public final OrbitViewInterpolator coalesceWith(OrbitView orbitView,
OrbitViewInterpolator interpolator)
- Specified by:
coalesceWith
in interface OrbitViewInterpolator
nextInterpolant
public final double nextInterpolant(OrbitView orbitView)
- Specified by:
nextInterpolant
in interface OrbitViewInterpolator