Package | Description |
---|---|
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 | Method and Description |
---|---|
static CompoundAnimator |
ViewUtil.createHeadingPitchRollAnimator(View view,
Angle beginHeading,
Angle endHeading,
Angle beginPitch,
Angle endPitch,
Angle beginRoll,
Angle endRoll)
Create an animator to animate heading, pitch, and roll.
|
Modifier and Type | Class and Description |
---|---|
class |
FlyToFlyViewAnimator |
Modifier and Type | Class and Description |
---|---|
class |
FlyToOrbitViewAnimator |
Modifier and Type | Class and Description |
---|---|
protected class |
KMLFlyViewController.FlyToLookAtAnimator
A compound animator to animates a FlyView to look from the same orientation as an
OrbitView . |