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 | |
gov.nasa.worldwindx.examples.kml |
Examples of importing and exporting files in the Keyhole Markup Language (KML).
|
Modifier and Type | Class and Description |
---|---|
class |
AngleAnimator
Animates angles, via an interpolator.
|
class |
CompoundAnimator
A group of two or more
Animator s. |
class |
DoubleAnimator
An
Animator implentation for animating values of type Double. |
class |
MoveToDoubleAnimator
Animates the value to the specified end position, using the specified smoothing, until the value is within the
specified minEpsilon of the end value.
|
class |
MoveToPositionAnimator |
class |
PositionAnimator |
class |
RotateToAngleAnimator |
Modifier and Type | Class and Description |
---|---|
class |
ViewElevationAnimator
An
Animator for elevation values. |
Modifier and Type | Class and Description |
---|---|
class |
FlyToFlyViewAnimator |
static class |
FlyToFlyViewAnimator.FlyToElevationAnimator |
static class |
FlyToFlyViewAnimator.OnSurfacePositionAnimator |
Modifier and Type | Class and Description |
---|---|
class |
FlyToOrbitViewAnimator |
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.
|
class |
OrbitViewMoveToZoomAnimator |
Modifier and Type | Class and Description |
---|---|
static class |
KeepingObjectsInView.ViewAnimator |
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 . |
protected class |
KMLOrbitViewController.EyePositionAnimator
A position animator that will compute an
OrbitView center position based on an eye position and
orientation. |