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 |
MoveToPositionAnimator |
Modifier and Type | Method and Description |
---|---|
static PositionAnimator |
ViewUtil.createEyePositionAnimator(View view,
long timeToMove,
Position begin,
Position end) |
Modifier and Type | Class and Description |
---|---|
static class |
FlyToFlyViewAnimator.OnSurfacePositionAnimator |
Constructor and Description |
---|
FlyToFlyViewAnimator(Interpolator interpolator,
int altitudeMode,
PositionAnimator eyePositionAnimator,
DoubleAnimator elevationAnimator,
AngleAnimator headingAnimator,
AngleAnimator pitchAnimator,
AngleAnimator rollAnimator) |
Modifier and Type | Class and Description |
---|---|
protected static class |
FlyToOrbitViewAnimator.OnSurfacePositionAnimator |
class |
OrbitViewCenterAnimator
A position animator that has the ability to adjust the view to focus on the
terrain when it is stopped.
|
Constructor and Description |
---|
FlyToOrbitViewAnimator(OrbitView orbitView,
Interpolator interpolator,
int altitudeMode,
PositionAnimator centerAnimator,
DoubleAnimator zoomAnimator,
AngleAnimator headingAnimator,
AngleAnimator pitchAnimator,
AngleAnimator rollAnimator) |
Modifier and Type | Class and Description |
---|---|
protected class |
KMLOrbitViewController.EyePositionAnimator
A position animator that will compute an
OrbitView center position based on an eye position and
orientation. |
Modifier and Type | Field and Description |
---|---|
protected PositionAnimator |
KMLFlyViewController.FlyToLookAtAnimator.eyePositionAnimator |
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.
|