| Package | Description | 
|---|---|
| gov.nasa.worldwind.view.firstperson | |
| gov.nasa.worldwindx.examples.kml | 
 Examples of importing and exporting files in the Keyhole Markup Language (KML). 
 | 
| gov.nasa.worldwindx.examples.view | 
| Modifier and Type | Method and Description | 
|---|---|
static FlyToFlyViewAnimator | 
FlyToFlyViewAnimator.createFlyToFlyViewAnimator(BasicFlyView view,
                          Position beginCenterPos,
                          Position endCenterPos,
                          Angle beginHeading,
                          Angle endHeading,
                          Angle beginPitch,
                          Angle endPitch,
                          Angle beginRoll,
                          Angle endRoll,
                          double beginElevation,
                          double endElevation,
                          long timeToMove,
                          int altitudeMode)  | 
static FlyToFlyViewAnimator | 
FlyToFlyViewAnimator.createFlyToFlyViewAnimator(BasicFlyView view,
                          Position beginCenterPos,
                          Position endCenterPos,
                          Angle beginHeading,
                          Angle endHeading,
                          Angle beginPitch,
                          Angle endPitch,
                          double beginElevation,
                          double endElevation,
                          long timeToMove,
                          int altitudeMode)  | 
| Constructor and Description | 
|---|
FlyToElevationAnimator(BasicFlyView flyView,
                      Globe globe,
                      double beginZoom,
                      double endZoom,
                      LatLon beginLatLon,
                      LatLon endLatLon,
                      int altitudeMode,
                      PropertyAccessor.DoubleAccessor propertyAccessor)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected BasicFlyView | 
KMLFlyViewController.flyView
The view to animate. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected FlyToFlyViewAnimator | 
KMLFlyViewController.createFlyToLookAtAnimator(BasicFlyView view,
                         Position lookAtPosition,
                         Angle heading,
                         Angle pitch,
                         double range,
                         long timeToMove,
                         int altitudeMode)
Create an animator to fly to a LookAt position. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
BasicFlyView | 
AddAnimator.AppFrame.view  |