Package | Description |
---|---|
gov.nasa.worldwind.animation | |
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 |
ScheduledInterpolator |
class |
SmoothInterpolator |
Modifier and Type | Field and Description |
---|---|
protected Interpolator |
BasicAnimator.interpolator
Used to drive the animators next value based on the interpolant returned by the
Interpolator 's next interpolant |
Constructor and Description |
---|
AngleAnimator(Interpolator interpolator,
Angle begin,
Angle end,
PropertyAccessor.AngleAccessor propertyAccessor)
Construct an AngleAnimator
|
BasicAnimator(Interpolator interpolator)
Constructs a
BasicAnimator . |
CompoundAnimator(Interpolator interpolator)
Construct a CompoundAnimator with the given
Interpolator |
CompoundAnimator(Interpolator interpolator,
Animator... animators)
Construct a CompoundAnimator with the given
Interpolator , and the given Animator s. |
DoubleAnimator(Interpolator interpolator,
double begin,
double end,
PropertyAccessor.DoubleAccessor propertyAccessor) |
PositionAnimator(Interpolator interpolator,
Position begin,
Position end,
PropertyAccessor.PositionAccessor propertyAccessor) |
Constructor and Description |
---|
FlyToFlyViewAnimator(Interpolator interpolator,
int altitudeMode,
PositionAnimator eyePositionAnimator,
DoubleAnimator elevationAnimator,
AngleAnimator headingAnimator,
AngleAnimator pitchAnimator,
AngleAnimator rollAnimator) |
OnSurfacePositionAnimator(Globe globe,
Interpolator interpolator,
Position begin,
Position end,
PropertyAccessor.PositionAccessor propertyAccessor,
int altitudeMode) |
Constructor and Description |
---|
FlyToOrbitViewAnimator(OrbitView orbitView,
Interpolator interpolator,
int altitudeMode,
PositionAnimator centerAnimator,
DoubleAnimator zoomAnimator,
AngleAnimator headingAnimator,
AngleAnimator pitchAnimator,
AngleAnimator rollAnimator) |
OnSurfacePositionAnimator(Globe globe,
Interpolator interpolator,
Position begin,
Position end,
PropertyAccessor.PositionAccessor propertyAccessor,
int altitudeMode) |
Constructor and Description |
---|
EyePositionAnimator(Interpolator interpolator,
Position beginCenter,
Position endCenter,
Position endEyePosition,
Vec4 forward,
Angle pitch,
PropertyAccessor.PositionAccessor propertyAccessor,
int altitudeMode)
Create a new animator.
|
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.
|