| Package | Description | 
|---|---|
| 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 | Method and Description | 
|---|---|
static FlyToOrbitViewAnimator | 
FlyToOrbitViewAnimator.createFlyToOrbitViewAnimator(OrbitView orbitView,
                            Position beginCenterPos,
                            Position endCenterPos,
                            Angle beginHeading,
                            Angle endHeading,
                            Angle beginPitch,
                            Angle endPitch,
                            double beginZoom,
                            double endZoom,
                            long timeToMove,
                            int altitudeMode)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected FlyToOrbitViewAnimator | 
KMLOrbitViewController.createFlyToOrbitViewAnimator(OrbitView orbitView,
                            Position eyePosition,
                            Angle heading,
                            Angle pitch,
                            Angle roll,
                            long timeToMove,
                            int altitudeMode)
Create an animator to animate an orbit view to an eye position and orientation. 
 |