Package gov.nasa.worldwind.view.orbit
Class FlyToOrbitViewAnimator
- java.lang.Object
-
- gov.nasa.worldwind.animation.BasicAnimator
-
- gov.nasa.worldwind.animation.CompoundAnimator
-
- gov.nasa.worldwind.view.orbit.FlyToOrbitViewAnimator
-
- All Implemented Interfaces:
Animator
public class FlyToOrbitViewAnimator extends CompoundAnimator
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classFlyToOrbitViewAnimator.OnSurfacePositionAnimator
-
Field Summary
-
Fields inherited from class gov.nasa.worldwind.animation.CompoundAnimator
animators
-
Fields inherited from class gov.nasa.worldwind.animation.BasicAnimator
interpolator
-
-
Constructor Summary
Constructors Constructor Description FlyToOrbitViewAnimator(OrbitView orbitView, Interpolator interpolator, int altitudeMode, PositionAnimator centerAnimator, DoubleAnimator zoomAnimator, AngleAnimator headingAnimator, AngleAnimator pitchAnimator, AngleAnimator rollAnimator)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FlyToOrbitViewAnimatorcreateFlyToOrbitViewAnimator(OrbitView orbitView, Position beginCenterPos, Position endCenterPos, Angle beginHeading, Angle endHeading, Angle beginPitch, Angle endPitch, double beginZoom, double endZoom, long timeToMove, int altitudeMode)voidstop()Stops theAnimator,hasNextwill now returnfalse-
Methods inherited from class gov.nasa.worldwind.animation.CompoundAnimator
getAnimators, setAnimators, setImpl
-
Methods inherited from class gov.nasa.worldwind.animation.BasicAnimator
flagLastStateInvalid, hasNext, isLastStateValid, isStopOnInvalidState, next, set, setStopOnInvalidState, start
-
-
-
-
Constructor Detail
-
FlyToOrbitViewAnimator
public FlyToOrbitViewAnimator(OrbitView orbitView, Interpolator interpolator, int altitudeMode, PositionAnimator centerAnimator, DoubleAnimator zoomAnimator, AngleAnimator headingAnimator, AngleAnimator pitchAnimator, AngleAnimator rollAnimator)
-
-
Method Detail
-
createFlyToOrbitViewAnimator
public static FlyToOrbitViewAnimator createFlyToOrbitViewAnimator(OrbitView orbitView, Position beginCenterPos, Position endCenterPos, Angle beginHeading, Angle endHeading, Angle beginPitch, Angle endPitch, double beginZoom, double endZoom, long timeToMove, int altitudeMode)
-
stop
public void stop()
Description copied from class:BasicAnimatorStops theAnimator,hasNextwill now returnfalse- Specified by:
stopin interfaceAnimator- Overrides:
stopin classBasicAnimator
-
-