Uses of Class
gov.nasa.worldwind.view.orbit.FlyToOrbitViewAnimator
-
Packages that use FlyToOrbitViewAnimator Package Description gov.nasa.worldwind.view.orbit gov.nasa.worldwindx.examples.kml Examples of importing and exporting files in the Keyhole Markup Language (KML). -
-
Uses of FlyToOrbitViewAnimator in gov.nasa.worldwind.view.orbit
Methods in gov.nasa.worldwind.view.orbit that return FlyToOrbitViewAnimator Modifier and Type Method Description static FlyToOrbitViewAnimatorFlyToOrbitViewAnimator. createFlyToOrbitViewAnimator(OrbitView orbitView, Position beginCenterPos, Position endCenterPos, Angle beginHeading, Angle endHeading, Angle beginPitch, Angle endPitch, double beginZoom, double endZoom, long timeToMove, int altitudeMode) -
Uses of FlyToOrbitViewAnimator in gov.nasa.worldwindx.examples.kml
Methods in gov.nasa.worldwindx.examples.kml that return FlyToOrbitViewAnimator Modifier and Type Method Description protected FlyToOrbitViewAnimatorKMLOrbitViewController. createFlyToOrbitViewAnimator(OrbitView orbitView, Position eyePosition, Angle heading, Angle pitch, Angle roll, long timeToMove, int altitudeMode)Create an animator to animate an orbit view to an eye position and orientation.
-