| Package | Description | 
|---|---|
| gov.nasa.worldwind.animation | |
| gov.nasa.worldwind.view | 
 
The view package contains implementations, and support for implementations of the
 
View interface. | 
| gov.nasa.worldwind.view.firstperson | |
| gov.nasa.worldwind.view.orbit | |
| gov.nasa.worldwindx.examples.kml | 
 Examples of importing and exporting files in the Keyhole Markup Language (KML). 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MoveToDoubleAnimator
Animates the value to the specified end position, using the specified smoothing, until the value is within the
 specified minEpsilon of the end value. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ViewElevationAnimator
An  
Animator for elevation values. | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
FlyToFlyViewAnimator.FlyToElevationAnimator  | 
| Constructor and Description | 
|---|
FlyToFlyViewAnimator(Interpolator interpolator,
                    int altitudeMode,
                    PositionAnimator eyePositionAnimator,
                    DoubleAnimator elevationAnimator,
                    AngleAnimator headingAnimator,
                    AngleAnimator pitchAnimator,
                    AngleAnimator rollAnimator)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
OrbitViewMoveToZoomAnimator  | 
| Constructor and Description | 
|---|
FlyToOrbitViewAnimator(OrbitView orbitView,
                      Interpolator interpolator,
                      int altitudeMode,
                      PositionAnimator centerAnimator,
                      DoubleAnimator zoomAnimator,
                      AngleAnimator headingAnimator,
                      AngleAnimator pitchAnimator,
                      AngleAnimator rollAnimator)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected DoubleAnimator | 
KMLFlyViewController.FlyToLookAtAnimator.elevationAnimator  | 
| Constructor and Description | 
|---|
FlyToLookAtAnimator(Interpolator interpolator,
                   OrbitView targetView,
                   Position lookAtPosition,
                   int altitudeMode,
                   PositionAnimator eyePositionAnimator,
                   DoubleAnimator elevationAnimator,
                   AngleAnimator headingAnimator,
                   AngleAnimator pitchAnimator,
                   AngleAnimator rollAnimator)
Create an animator to animate the view to look at a position. 
 |