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.firstpersonMethods in gov.nasa.worldwind.view.firstperson that return FlyToFlyViewAnimator Modifier and Type Method Description static FlyToFlyViewAnimatorFlyToFlyViewAnimator. createFlyToFlyViewAnimator(BasicFlyView view, Position beginCenterPos, Position endCenterPos, Angle beginHeading, Angle endHeading, Angle beginPitch, Angle endPitch, double beginElevation, double endElevation, long timeToMove, int altitudeMode)static FlyToFlyViewAnimatorFlyToFlyViewAnimator. 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.kmlSubclasses of FlyToFlyViewAnimator in gov.nasa.worldwindx.examples.kml Modifier and Type Class Description protected classKMLFlyViewController.FlyToLookAtAnimatorA 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 FlyToFlyViewAnimatorKMLFlyViewController. createFlyToLookAtAnimator(BasicFlyView view, Position lookAtPosition, Angle heading, Angle pitch, double range, long timeToMove, int altitudeMode)Create an animator to fly to a LookAt position.
 
-