NASA World Wind

gov.nasa.worldwind.view
Class ScheduledOrbitViewInterpolator

java.lang.Object
  extended by gov.nasa.worldwind.view.ScheduledOrbitViewInterpolator
All Implemented Interfaces:
OrbitViewInterpolator

public class ScheduledOrbitViewInterpolator
extends java.lang.Object
implements OrbitViewInterpolator


Constructor Summary
ScheduledOrbitViewInterpolator(java.util.Date startTime, java.util.Date stopTime)
           
ScheduledOrbitViewInterpolator(java.util.Date startTime, long lengthMillis)
           
ScheduledOrbitViewInterpolator(long lengthMillis)
           
 
Method Summary
 OrbitViewInterpolator coalesceWith(OrbitView orbitView, OrbitViewInterpolator interpolator)
           
 double nextInterpolant(OrbitView orbitView)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScheduledOrbitViewInterpolator

public ScheduledOrbitViewInterpolator(java.util.Date startTime,
                                      java.util.Date stopTime)

ScheduledOrbitViewInterpolator

public ScheduledOrbitViewInterpolator(java.util.Date startTime,
                                      long lengthMillis)

ScheduledOrbitViewInterpolator

public ScheduledOrbitViewInterpolator(long lengthMillis)
Method Detail

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

NASA World Wind