Uses of Interface
gov.nasa.worldwind.View
- 
Packages that use View Package Description gov.nasa.worldwind gov.nasa.worldwind.awt gov.nasa.worldwind.drag gov.nasa.worldwind.geom gov.nasa.worldwind.globes Provides classes for representing the shape and terrain of a planet.gov.nasa.worldwind.layers gov.nasa.worldwind.render gov.nasa.worldwind.util gov.nasa.worldwind.view The view package contains implementations, and support for implementations of theViewinterface.gov.nasa.worldwind.view.firstperson gov.nasa.worldwind.view.orbit gov.nasa.worldwindx.applications.sar.segmentplane gov.nasa.worldwindx.examples gov.nasa.worldwindx.examples.multiwindow Examples of how to use multiple WorldWind globes in the same application.gov.nasa.worldwindx.examples.util gov.nasa.worldwindx.examples.view 
- 
- 
Uses of View in gov.nasa.worldwindFields in gov.nasa.worldwind declared as View Modifier and Type Field Description protected ViewAbstractSceneController. viewMethods in gov.nasa.worldwind that return View Modifier and Type Method Description ViewAbstractSceneController. getView()ViewSceneController. getView()Returns the current view.ViewWorldWindow. getView()Returns this window's current view.ViewWorldWindowImpl. getView()Methods in gov.nasa.worldwind with parameters of type View Modifier and Type Method Description voidView. copyViewState(View view)Copy the state of the givenView.voidWorldWindow. setModelAndView(Model model, View view)Sets the model to display in this window and the view used to display it.voidWorldWindowImpl. setModelAndView(Model model, View view)voidAbstractSceneController. setView(View view)voidSceneController. setView(View view)Sets the current view.voidWorldWindow. setView(View view)Sets the view to use when displaying this window's model.voidWorldWindowImpl. setView(View view)
- 
Uses of View in gov.nasa.worldwind.awtMethods in gov.nasa.worldwind.awt that return View Modifier and Type Method Description protected ViewAbstractViewInputHandler. getView()ViewWorldWindowGLCanvas. getView()ViewWorldWindowGLJPanel. getView()Methods in gov.nasa.worldwind.awt with parameters of type View Modifier and Type Method Description voidWorldWindowGLCanvas. setModelAndView(Model model, View view)voidWorldWindowGLJPanel. setModelAndView(Model model, View view)protected voidAbstractViewInputHandler. setMouseDownView(View mouseDownView)voidWorldWindowGLCanvas. setView(View view)voidWorldWindowGLJPanel. setView(View view)
- 
Uses of View in gov.nasa.worldwind.dragFields in gov.nasa.worldwind.drag declared as View Modifier and Type Field Description protected ViewDragContext. viewThe currentViewof theWorldWindow.Methods in gov.nasa.worldwind.drag that return View Modifier and Type Method Description ViewDragContext. getView()Returns the currentViewfor this drag event.Methods in gov.nasa.worldwind.drag with parameters of type View Modifier and Type Method Description voidDragContext. setView(View view)Set theDragContextView.
- 
Uses of View in gov.nasa.worldwind.geomMethods in gov.nasa.worldwind.geom with parameters of type View Modifier and Type Method Description protected intBox. computeProjectionHullCode(View view)Computes an index into theProjectionHullTablefor thisBoxgiven the specifiedview.doubleBox. getProjectedArea(View view)Computes the area in square pixels of thisExtentafter it is projected into the specifiedview'sviewport.doubleCylinder. getProjectedArea(View view)Computes the area in square pixels of thisExtentafter it is projected into the specifiedview'sviewport.doubleExtent. getProjectedArea(View view)Computes the area in square pixels of thisExtentafter it is projected into the specifiedview'sviewport.doubleSphere. getProjectedArea(View view)Computes the area in square pixels of thisExtentafter it is projected into the specifiedview'sviewport.
- 
Uses of View in gov.nasa.worldwind.globesMethods in gov.nasa.worldwind.globes with parameters of type View Modifier and Type Method Description doubleEllipsoidalGlobe. getProjectedArea(View view)Computes the area in square pixels of thisExtentafter it is projected into the specifiedview'sviewport.
- 
Uses of View in gov.nasa.worldwind.layersMethods in gov.nasa.worldwind.layers with parameters of type View Modifier and Type Method Description protected PositionWorldMapLayer. computeGroundPosition(DrawContext dc, View view)Compute the lat/lon position of the view centerprotected doubleCompassLayer. computeHeading(View view)protected doubleCompassLayer. computePitch(View view)
- 
Uses of View in gov.nasa.worldwind.renderFields in gov.nasa.worldwind.render declared as View Modifier and Type Field Description protected ViewDrawContextImpl. viewMethods in gov.nasa.worldwind.render that return View Modifier and Type Method Description ViewDrawContext. getView()Retrieves the currentView, which may be null.ViewDrawContextImpl. getView()Methods in gov.nasa.worldwind.render with parameters of type View Modifier and Type Method Description voidDrawContext. setView(View view)Assigns a newView.voidDrawContextImpl. setView(View view)
- 
Uses of View in gov.nasa.worldwind.utilMethods in gov.nasa.worldwind.util with parameters of type View Modifier and Type Method Description static doubleWWMath. computeSphereProjectedArea(View view, Vec4 center, double radius)Computes the area in square pixels of a sphere after it is projected into the specifiedview'sviewport.
- 
Uses of View in gov.nasa.worldwind.viewClasses in gov.nasa.worldwind.view that implement View Modifier and Type Class Description classBasicViewA base class from whichViewimplementations can be derived.Fields in gov.nasa.worldwind.view declared as View Modifier and Type Field Description protected ViewViewPropertyAccessor.ElevationAccessor. viewprotected ViewViewPropertyAccessor.EyePositionAccessor. viewprotected ViewViewPropertyAccessor.HeadingAccessor. viewprotected ViewViewPropertyAccessor.PitchAccessor. viewprotected ViewViewPropertyAccessor.RollAccessor. viewMethods in gov.nasa.worldwind.view with parameters of type View Modifier and Type Method Description static LineViewUtil. computeRayFromScreenPoint(View view, double x, double y, Matrix modelview, Matrix projection, java.awt.Rectangle viewport)voidBasicView. copyViewState(View view)static PropertyAccessor.DoubleAccessorViewPropertyAccessor. createElevationAccessor(View view)static PropertyAccessor.PositionAccessorViewPropertyAccessor. createEyePositionAccessor(View view)static PositionAnimatorViewUtil. createEyePositionAnimator(View view, long timeToMove, Position begin, Position end)static PropertyAccessor.AngleAccessorViewPropertyAccessor. createHeadingAccessor(View view)static AngleAnimatorViewUtil. createHeadingAnimator(View view, Angle begin, Angle end)Create an animator to animate heading.static CompoundAnimatorViewUtil. createHeadingPitchRollAnimator(View view, Angle beginHeading, Angle endHeading, Angle beginPitch, Angle endPitch, Angle beginRoll, Angle endRoll)Create an animator to animate heading, pitch, and roll.static PropertyAccessor.AngleAccessorViewPropertyAccessor. createPitchAccessor(View view)static AngleAnimatorViewUtil. createPitchAnimator(View view, Angle begin, Angle end)Create an animator to animate pitch.static PropertyAccessor.AngleAccessorViewPropertyAccessor. createRollAccessor(View view)static AngleAnimatorViewUtil. createRollAnimator(View view, Angle begin, Angle end)Create an animator to animate roll.PositionBasicViewPropertyLimits. limitEyePosition(View view, Position position)Returns a position clamped to the eye location limits and the eye elevation limits specified by this limit object.PositionViewPropertyLimits. limitEyePosition(View view, Position position)Returns a position clamped to the eye location limits and the eye elevation limits specified by this limit object.AngleBasicViewPropertyLimits. limitHeading(View view, Angle angle)Returns an angle clamped to the heading limits specified by this limit object.AngleViewPropertyLimits. limitHeading(View view, Angle angle)Returns an angle clamped to the heading limits specified by this limit object.AngleBasicViewPropertyLimits. limitPitch(View view, Angle angle)Returns an angle clamped to the pitch limits specified by this limit object.AngleViewPropertyLimits. limitPitch(View view, Angle angle)Returns an angle clamped to the pitch limits specified by this limit object.AngleBasicViewPropertyLimits. limitRoll(View view, Angle angle)Returns an angle clamped to the roll limits specified by this limit object.AngleViewPropertyLimits. limitRoll(View view, Angle angle)Returns an angle clamped to the roll limits specified by this limit object.
- 
Uses of View in gov.nasa.worldwind.view.firstpersonClasses in gov.nasa.worldwind.view.firstperson that implement View Modifier and Type Class Description classBasicFlyViewThis is a basic view that implements a yaw-pitch-roll model that can be applied to first-person style view applications (such as flight simulation).Methods in gov.nasa.worldwind.view.firstperson with parameters of type View Modifier and Type Method Description protected voidFlyViewInputHandler. setEyePosition(AnimationController animControl, View view, Position position, ViewInputAttributes.ActionAttributes attrib)protected voidFlyViewInputHandler. setHeading(View view, AnimationController animControl, Angle heading, ViewInputAttributes.ActionAttributes attrib)protected voidFlyViewInputHandler. setPitch(View view, AnimationController animControl, Angle pitch, ViewInputAttributes.ActionAttributes attrib)protected voidFlyViewInputHandler. setRoll(View view, AnimationController animControl, Angle roll, ViewInputAttributes.ActionAttributes attrib)Set the roll in a view.
- 
Uses of View in gov.nasa.worldwind.view.orbitSubinterfaces of View in gov.nasa.worldwind.view.orbit Modifier and Type Interface Description interfaceOrbitViewClasses in gov.nasa.worldwind.view.orbit that implement View Modifier and Type Class Description classBasicOrbitViewMethods in gov.nasa.worldwind.view.orbit with parameters of type View Modifier and Type Method Description voidBasicOrbitView. copyViewState(View view)PositionBasicOrbitViewLimits. limitCenterPosition(View view, Position position)Returns a position clamped to the center location limits and center elevation limits specified by this limit object.PositionOrbitViewLimits. limitCenterPosition(View view, Position position)Returns a position clamped to the center location limits and center elevation limits specified by this limit object.doubleBasicOrbitViewLimits. limitZoom(View view, double value)Returns a distance clamped to the zoom limits specified by this limit object.doubleOrbitViewLimits. limitZoom(View view, double value)Returns a distance clamped to the zoom limits specified by this limit object.
- 
Uses of View in gov.nasa.worldwindx.applications.sar.segmentplaneMethods in gov.nasa.worldwindx.applications.sar.segmentplane with parameters of type View Modifier and Type Method Description doubleSegmentPlaneRenderer. computeObjectSize(View view, Globe globe, SegmentPlane segmentPlane, java.lang.Object key, Vec4 point)protected doubleSegmentPlaneRenderer. computeObjectSize(View view, Globe globe, SegmentPlane segmentPlane, java.lang.Object key, Vec4 point, boolean usePickSize)protected doubleSegmentPlaneRenderer. computeSizeForPixels(View view, Vec4 point, double pixels, double minSize, double maxSize)
- 
Uses of View in gov.nasa.worldwindx.examplesMethods in gov.nasa.worldwindx.examples with parameters of type View Modifier and Type Method Description Vec4[]KeepingObjectsInView.ViewController. computeViewLookAtForScene(View view)booleanKeepingObjectsInView.ViewController. isSceneContained(View view)
- 
Uses of View in gov.nasa.worldwindx.examples.multiwindowFields in gov.nasa.worldwindx.examples.multiwindow declared as View Modifier and Type Field Description protected ViewViewVolumeViewer.ViewVolumeLayer. viewMethods in gov.nasa.worldwindx.examples.multiwindow with parameters of type View Modifier and Type Method Description voidViewVolumeViewer.ViewVolumeLayer. setView(View view)
- 
Uses of View in gov.nasa.worldwindx.examples.utilMethods in gov.nasa.worldwindx.examples.util with parameters of type View Modifier and Type Method Description booleanExtentVisibilitySupport. areExtentsContained(View view)Returns true if the model coordinates scene elements are completely inside the space enclosed by the specifiedViewin model coordinates, and the screen coordinate scene elements are completely inside the View's viewport rectangle.Vec4[]ExtentVisibilitySupport. computeViewLookAtContainingExtents(Globe globe, double verticalExaggeration, View view)Returns an array of View look-at vectors optimal for viewing the the scene elements, or null if this has no scene elements.
- 
Uses of View in gov.nasa.worldwindx.examples.viewFields in gov.nasa.worldwindx.examples.view declared as View Modifier and Type Field Description protected ViewViewSwitch.AppFrame.ViewDisplay.ViewerClass. view
 
-