Uses of Class
gov.nasa.worldwind.view.firstperson.BasicFlyView
- 
Packages that use BasicFlyView Package Description gov.nasa.worldwind.view.firstperson gov.nasa.worldwindx.examples.kml Examples of importing and exporting files in the Keyhole Markup Language (KML).gov.nasa.worldwindx.examples.view 
- 
- 
Uses of BasicFlyView in gov.nasa.worldwind.view.firstpersonMethods in gov.nasa.worldwind.view.firstperson with parameters of type BasicFlyView 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)Constructors in gov.nasa.worldwind.view.firstperson with parameters of type BasicFlyView Constructor Description FlyToElevationAnimator(BasicFlyView flyView, Globe globe, double beginZoom, double endZoom, LatLon beginLatLon, LatLon endLatLon, int altitudeMode, PropertyAccessor.DoubleAccessor propertyAccessor)
- 
Uses of BasicFlyView in gov.nasa.worldwindx.examples.kmlFields in gov.nasa.worldwindx.examples.kml declared as BasicFlyView Modifier and Type Field Description protected BasicFlyViewKMLFlyViewController. flyViewThe view to animate.Methods in gov.nasa.worldwindx.examples.kml with parameters of type BasicFlyView 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.
- 
Uses of BasicFlyView in gov.nasa.worldwindx.examples.viewFields in gov.nasa.worldwindx.examples.view declared as BasicFlyView Modifier and Type Field Description BasicFlyViewAddAnimator.AppFrame. view
 
-