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 |
RotateToAngleAnimator |
Modifier and Type | Method and Description |
---|---|
static AngleAnimator |
ViewUtil.createHeadingAnimator(View view,
Angle begin,
Angle end)
Create an animator to animate heading.
|
static AngleAnimator |
ViewUtil.createPitchAnimator(View view,
Angle begin,
Angle end)
Create an animator to animate pitch.
|
static AngleAnimator |
ViewUtil.createRollAnimator(View view,
Angle begin,
Angle end)
Create an animator to animate roll.
|
Constructor and Description |
---|
FlyToFlyViewAnimator(Interpolator interpolator,
int altitudeMode,
PositionAnimator eyePositionAnimator,
DoubleAnimator elevationAnimator,
AngleAnimator headingAnimator,
AngleAnimator pitchAnimator,
AngleAnimator rollAnimator) |
Constructor and Description |
---|
FlyToOrbitViewAnimator(OrbitView orbitView,
Interpolator interpolator,
int altitudeMode,
PositionAnimator centerAnimator,
DoubleAnimator zoomAnimator,
AngleAnimator headingAnimator,
AngleAnimator pitchAnimator,
AngleAnimator rollAnimator) |
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.
|