Uses of Interface
gov.nasa.worldwind.view.orbit.OrbitView
- 
Packages that use OrbitView Package Description gov.nasa.worldwind.layers gov.nasa.worldwind.view.orbit gov.nasa.worldwindx.examples gov.nasa.worldwindx.examples.kml Examples of importing and exporting files in the Keyhole Markup Language (KML).
- 
- 
Uses of OrbitView in gov.nasa.worldwind.layersMethods in gov.nasa.worldwind.layers with parameters of type OrbitView Modifier and Type Method Description protected AngleViewControlsSelectListener. computeLookHeading(OrbitView view, ScreenAnnotation control, double headingStep)protected AngleViewControlsSelectListener. computeLookPitch(OrbitView view, ScreenAnnotation control, double pitchStep)protected doubleViewControlsSelectListener. computeNewZoom(OrbitView view, double amount)protected AngleViewControlsSelectListener. computePanAmount(Globe globe, OrbitView view, ScreenAnnotation control, double panStep)protected AngleViewControlsSelectListener. computePanHeading(OrbitView view, ScreenAnnotation control)protected Vec4ViewControlsSelectListener. computeSurfacePoint(OrbitView view, Angle heading, Angle pitch)Find out where on the terrain surface the eye would be looking at with the given heading and pitch angles.protected voidViewControlsSelectListener. resetOrbitView(OrbitView view)Reset the view to an orbit view state if in first person mode (zoom = 0)protected voidViewControlsSelectListener. setupFirstPersonView(OrbitView view)Setup the view to a first person mode (zoom = 0)
- 
Uses of OrbitView in gov.nasa.worldwind.view.orbitClasses in gov.nasa.worldwind.view.orbit that implement OrbitView Modifier and Type Class Description classBasicOrbitViewFields in gov.nasa.worldwind.view.orbit declared as OrbitView Modifier and Type Field Description protected OrbitViewOrbitViewInputHandler.CollisionAwarePitchAccessor. orbitViewMethods in gov.nasa.worldwind.view.orbit with parameters of type OrbitView Modifier and Type Method Description protected static AngleOrbitViewInputHandler. computeNewHeading(OrbitView view, Angle heading)protected static AngleOrbitViewInputHandler. computeNewPitch(OrbitView view, Angle pitch)protected static PositionOrbitViewInputHandler. computeNewPosition(OrbitView view, Position position)protected static doubleOrbitViewInputHandler. computeNewZoom(OrbitView view, double curZoom, double change)static PropertyAccessor.PositionAccessorOrbitViewPropertyAccessor. createCenterPositionAccessor(OrbitView view)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)static PropertyAccessor.DoubleAccessorOrbitViewPropertyAccessor. createZoomAccessor(OrbitView view)booleanOrbitViewCollisionSupport. isColliding(OrbitView orbitView, double nearDistance, DrawContext dc)Constructors in gov.nasa.worldwind.view.orbit with parameters of type OrbitView Constructor Description CollisionAwarePitchAccessor(OrbitView orbitView)Creates a new CollisionAwarePitchAccessor with the specified OrbitView, but otherwise does nothing.FlyToOrbitViewAnimator(OrbitView orbitView, Interpolator interpolator, int altitudeMode, PositionAnimator centerAnimator, DoubleAnimator zoomAnimator, AngleAnimator headingAnimator, AngleAnimator pitchAnimator, AngleAnimator rollAnimator)
- 
Uses of OrbitView in gov.nasa.worldwindx.examplesFields in gov.nasa.worldwindx.examples declared as OrbitView Modifier and Type Field Description protected OrbitViewKeepingObjectsInView.ViewAnimator. viewMethods in gov.nasa.worldwindx.examples that return OrbitView Modifier and Type Method Description OrbitViewViewLimits.Controller. getOrbitView()Constructors in gov.nasa.worldwindx.examples with parameters of type OrbitView Constructor Description ViewAnimator(double smoothing, OrbitView view, KeepingObjectsInView.ViewController viewController)
- 
Uses of OrbitView in gov.nasa.worldwindx.examples.kmlFields in gov.nasa.worldwindx.examples.kml declared as OrbitView Modifier and Type Field Description protected OrbitViewKMLOrbitViewController. orbitViewThe view to animate.protected OrbitViewKMLFlyViewController.FlyToLookAtAnimator. targetViewMethods in gov.nasa.worldwindx.examples.kml with parameters of type OrbitView 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.Constructors in gov.nasa.worldwindx.examples.kml with parameters of type OrbitView Constructor Description 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.
 
-