Uses of Class
gov.nasa.worldwind.view.firstperson.FlyToFlyViewAnimator
-
Packages that use FlyToFlyViewAnimator Package Description gov.nasa.worldwind.view.firstperson gov.nasa.worldwindx.examples.kml Examples of importing and exporting files in the Keyhole Markup Language (KML). -
-
Uses of FlyToFlyViewAnimator in gov.nasa.worldwind.view.firstperson
Methods in gov.nasa.worldwind.view.firstperson that return FlyToFlyViewAnimator Modifier and Type Method Description static FlyToFlyViewAnimator
FlyToFlyViewAnimator. createFlyToFlyViewAnimator(BasicFlyView view, Position beginCenterPos, Position endCenterPos, Angle beginHeading, Angle endHeading, Angle beginPitch, Angle endPitch, double beginElevation, double endElevation, long timeToMove, int altitudeMode)
static FlyToFlyViewAnimator
FlyToFlyViewAnimator. createFlyToFlyViewAnimator(BasicFlyView view, Position beginCenterPos, Position endCenterPos, Angle beginHeading, Angle endHeading, Angle beginPitch, Angle endPitch, Angle beginRoll, Angle endRoll, double beginElevation, double endElevation, long timeToMove, int altitudeMode)
-
Uses of FlyToFlyViewAnimator in gov.nasa.worldwindx.examples.kml
Subclasses of FlyToFlyViewAnimator in gov.nasa.worldwindx.examples.kml Modifier and Type Class Description protected class
KMLFlyViewController.FlyToLookAtAnimator
A compound animator to animates a FlyView to look from the same orientation as anOrbitView
.Methods in gov.nasa.worldwindx.examples.kml that return FlyToFlyViewAnimator Modifier and Type Method Description protected FlyToFlyViewAnimator
KMLFlyViewController. createFlyToLookAtAnimator(BasicFlyView view, Position lookAtPosition, Angle heading, Angle pitch, double range, long timeToMove, int altitudeMode)
Create an animator to fly to a LookAt position.
-