Uses of Interface
gov.nasa.worldwind.WWObject
-
-
Uses of WWObject in gov.nasa.worldwind
Subinterfaces of WWObject in gov.nasa.worldwind Modifier and Type Interface Description interfaceModelAggregates a globe and a set of layers.interfaceSceneControllerinterfaceStereoSceneControllerAn interface for scene controllers that provide stereo.interfaceViewTheViewinterface provides a coordinate transformation from model coordinates to eye coordinates.Classes in gov.nasa.worldwind that implement WWObject Modifier and Type Class Description classAbstractSceneControllerclassBasicModelThis class aggregates the objects making up a model: the globe and layers.classBasicSceneControllerclassStereoOptionSceneControllerTODO: This file needs to be updated to implement "correct" stereo, as described at: http://www.orthostereo.com/geometryopengl.htmlclassWorldWindowGLAutoDrawableA non-platform specificWorldWindowclass.classWorldWindowImplAn implementation class for theWorldWindowinterface.classWWObjectImplImplementsWWObjectfunctionality. -
Uses of WWObject in gov.nasa.worldwind.awt
Classes in gov.nasa.worldwind.awt that implement WWObject Modifier and Type Class Description classAWTInputHandler -
Uses of WWObject in gov.nasa.worldwind.cache
Subinterfaces of WWObject in gov.nasa.worldwind.cache Modifier and Type Interface Description interfaceFileStoreClasses in gov.nasa.worldwind.cache that implement WWObject Modifier and Type Class Description classAbstractFileStoreclassBasicDataFileStoreBasic implementation ofFileStore. -
Uses of WWObject in gov.nasa.worldwind.data
Subinterfaces of WWObject in gov.nasa.worldwind.data Modifier and Type Interface Description interfaceDataStoreProducerClasses in gov.nasa.worldwind.data that implement WWObject Modifier and Type Class Description classAbstractDataStoreProducerclassBasicRasterServerBasicRasterServer maintains a list of data sources and their properties in the BasicRasterServerCache and is used to compose (mosaic) a data raster of the given region of interest from data sources.classTiledElevationProducerclassTiledImageProducerclassTiledRasterProducerclassWWDotNetLayerSetConverter -
Uses of WWObject in gov.nasa.worldwind.event
Classes in gov.nasa.worldwind.event that implement WWObject Modifier and Type Class Description classNoOpInputHandlerProvides an input handler that does nothing. -
Uses of WWObject in gov.nasa.worldwind.globes
Subinterfaces of WWObject in gov.nasa.worldwind.globes Modifier and Type Interface Description interfaceElevationModelProvides the elevations to aGlobeor other object holding elevations.interfaceGlobeRepresents a planet's shape and terrain.Classes in gov.nasa.worldwind.globes that implement WWObject Modifier and Type Class Description classEarthDefines a model of the Earth, using the World Geodetic System (WGS84).classEarthFlatDefines a model of the Earth projected onto a plane.classEllipsoidalGlobeDefines a globe modeled as an ellipsoid.classFlatGlobeDefines a globe represented as a projection onto a plane. -
Uses of WWObject in gov.nasa.worldwind.layers
Subinterfaces of WWObject in gov.nasa.worldwind.layers Modifier and Type Interface Description interfaceLayerClasses in gov.nasa.worldwind.layers that implement WWObject Modifier and Type Class Description classAbstractGraticuleLayerDisplays a graticule.classAbstractLayerclassAnnotationLayerTheAnnotationLayerclass manages a collection ofAnnotationobjects for rendering and picking.classBasicTiledImageLayerclassCachedRenderableLayerHolds a collection of Renderables and manages local caching of them.classCompassLayerclassCrosshairLayerRenders a crosshair icon in the viewport center or at a specified location.classGARSGraticuleLayerDisplays the geographic Global Area Reference System (GARS) graticule.classIconLayerTheIconLayerclass manages a collection ofWWIconobjects for rendering and picking.classLatLonGraticuleLayerDisplays the geographic latitude/longitude graticule.classLayerListclassLocalRasterServerLayerImplements a tiled image layer for a local dataset accessed via a local raster server.classMarkerLayerclassRenderableLayerTheRenderableLayerclass manages a collection ofRenderableobjects for rendering, picking, and disposal.classScalebarLayerRenders a scalebar graphic in a screen corner.classSkyColorLayerPaints the sky color background depending on altitude.classSkyGradientLayerRenders an atmosphere around the globe and a sky dome at low altitude.classStarsLayerRenders a star background based on a subset of ESA Hipparcos catalog.classSurfaceImageLayerDisplays a collection of local images on the globe.classTerrainProfileLayerDisplays a terrain profile graph in a screen corner.classTiledImageLayerclassViewControlsLayerThis layer displays onscreen view controls.classWorldMapLayerDisplays a world map overlay with a current-position crosshair in a screen corner. -
Uses of WWObject in gov.nasa.worldwind.layers.Earth
Classes in gov.nasa.worldwind.layers.Earth that implement WWObject Modifier and Type Class Description classBMNGOneImageclassBMNGWMSLayerclassCountryBoundariesLayerclassLandsatI3WMSLayerclassMGRSGraticuleLayerclassMSVirtualEarthLayerclassNASAWFSPlaceNameLayerclassOSMCycleMapLayerclassOSMMapnikLayerclassUSDANAIPWMSImageLayerclassUSGSDigitalOrthoclassUSGSTopoHighResclassUSGSTopoLowResclassUSGSTopoMedResclassUSGSUrbanAreaOrthoclassUTMBaseGraticuleLayerDisplays the UTM graticule.classUTMGraticuleLayerDisplays the UTM graticule. -
Uses of WWObject in gov.nasa.worldwind.layers.mercator
Classes in gov.nasa.worldwind.layers.mercator that implement WWObject Modifier and Type Class Description classBasicMercatorTiledImageLayerBasicTiledImageLayer modified 2009-02-03 to add support for Mercator projections.classMercatorTiledImageLayerTiledImageLayer modified 2009-02-03 to add support for Mercator projections. -
Uses of WWObject in gov.nasa.worldwind.layers.placename
Classes in gov.nasa.worldwind.layers.placename that implement WWObject Modifier and Type Class Description classPlaceNameLayerclassPlaceNameServiceSet -
Uses of WWObject in gov.nasa.worldwind.layers.rpf
Classes in gov.nasa.worldwind.layers.rpf that implement WWObject Modifier and Type Class Description classRPFTiledImageLayer -
Uses of WWObject in gov.nasa.worldwind.ogc.collada.impl
Classes in gov.nasa.worldwind.ogc.collada.impl that implement WWObject Modifier and Type Class Description classColladaMeshShapeShape to render a COLLADA line or triangle mesh. -
Uses of WWObject in gov.nasa.worldwind.ogc.kml.impl
Classes in gov.nasa.worldwind.ogc.kml.impl that implement WWObject Modifier and Type Class Description classKMLControllerExecutes the mapping from KML to WorldWind.classKMLExtrudedPolygonImplclassKMLGroundOverlayPolygonImplImplementation ofPolygonto render KML GroundOverlay.classKMLLineStringPlacemarkImplclassKMLModelPlacemarkImplClass to load and render a COLLADA model as the geometry of a KML Placemark.classKMLPointPlacemarkImplImplements the Point case of a KML Placemark element.classKMLPolygonImplclassKMLScreenImageImplImplements at KML ScreenOverlay element.classKMLSurfaceImageImplclassKMLSurfacePolygonImpl -
Uses of WWObject in gov.nasa.worldwind.poi
Subinterfaces of WWObject in gov.nasa.worldwind.poi Modifier and Type Interface Description interfacePointOfInterestClasses in gov.nasa.worldwind.poi that implement WWObject Modifier and Type Class Description classBasicPointOfInterest -
Uses of WWObject in gov.nasa.worldwind.render
Subinterfaces of WWObject in gov.nasa.worldwind.render Modifier and Type Interface Description interfaceDrawContextClasses in gov.nasa.worldwind.render that implement WWObject Modifier and Type Class Description classAbstractAnnotationBalloonImplementation of balloon usingAnnotation.classAbstractBalloonAbstract implementation ofBalloon.classAbstractGeneralShapeA shape that is positioned and oriented independently of its defining geometry.classAbstractShapeProvides a base class form several geometricRenderables.classAbstractSurfaceObjectAbstract implementation of SurfaceObject that participates in theSceneController's bulk rendering of SurfaceObjects.classAbstractSurfaceRenderableSurface renderable.classAbstractSurfaceShapeCommon superclass for surface conforming shapes such asSurfacePolygon,SurfacePolyline,SurfaceEllipse,SurfaceQuad, andSurfaceSector.classBoxA general box volume defined by a center position and three axis radii.classConeA general cone volume defined by a center position, a height and a radius, or alternatively, by three axis radii.classCylinderA general cylinder volume defined by a center position, height and radius, or alternatively, by three axis radii.classDrawContextImplclassEllipsoidA general ellipsoid volume defined by a center position and the three ellipsoid axis radii.classExtrudedPolygonA multi-sided 3D shell formed by a base polygon in latitude and longitude extruded from the terrain to either a specified height or an independent height per location.classGlobeAnnotationBalloonAn AnnotationBalloon that is attached to a position on the globe.classPathDisplays a line or curve between positions.classPointPlacemarkRepresents a point placemark consisting of an image, an optional line linking the image to a corresponding point on the terrain, and an optional label.classPolygon/** A 3D polygon.classPyramidA general pyramid volume defined by a center position, a height, and two axis lengths.classRigidShapeA general rigid volume defined by a center position and the three axis radii.classScreenAnnotationBalloonAn AnnotationBalloon that is attached to a point on the screen.classScreenCreditImageclassScreenImageDraws an image parallel to the screen at a specified screen location relative to the WorldWindow.classSurfaceCircleclassSurfaceEllipseclassSurfaceIconRenders an icon image over the terrain surface.classSurfaceIconsRenders an icon image over the terrain surface in many locations.classSurfaceImageRenders a single image contained in a local file, a remote file, or aBufferedImage.classSurfaceMultiPolygonclassSurfacePolygonclassSurfacePolygonsRenders fast multiple polygons with or without holes in one pass.classSurfacePolylineclassSurfacePolylinesThis class renders fast multiple surface polylines in one pass.classSurfaceQuadclassSurfaceSectorclassSurfaceSquareclassSurfaceTextRenders a string of text on the surface of the globe.classWedgeA general cylinder volume defined by a center position, height and radius, or alternatively, by three axis radii. -
Uses of WWObject in gov.nasa.worldwind.render.airspaces
Classes in gov.nasa.worldwind.render.airspaces that implement WWObject Modifier and Type Class Description classAbstractAirspaceclassBoxclassCakeA cake consists of mutiple adjacent cylinder segments.static classCake.LayerAn inner class ofCakedefining the parameters of one of the cake's cylinders.classCappedCylinderA cylinder defined by a geographic position, a radius in meters, and minimum and maximum altitudes.classCappedEllipticalCylinderAn elliptical cylinder defined by a geographic position, major and minor radii in meters, and minimum and maximum altitudes.classCurtainA curtain is a series of adjacent rectangular planes.classOrbitclassPartialCappedCylinderA cylinder defined by a geographic position, a radius in meters, and minimum and maximum altitudes.classPolyArcclassPolygonclassRouteCreates a sequence of connected rectangular airspaces specified by a list of positions.classSphereAirspaceA spherical airspace shape defined by a center location and a radius.classSurfaceBoxclassTrackAirspaceCreates a sequence of potentially disconnected rectangular airspaces specified by a collection ofBoxobjects. -
Uses of WWObject in gov.nasa.worldwind.render.airspaces.editor
Subinterfaces of WWObject in gov.nasa.worldwind.render.airspaces.editor Modifier and Type Interface Description interfaceAirspaceEditorClasses in gov.nasa.worldwind.render.airspaces.editor that implement WWObject Modifier and Type Class Description classAbstractAirspaceEditorclassPolygonEditorclassSphereAirspaceEditor -
Uses of WWObject in gov.nasa.worldwind.retrieve
Subinterfaces of WWObject in gov.nasa.worldwind.retrieve Modifier and Type Interface Description interfaceRetrievalServiceinterfaceRetrieverClasses in gov.nasa.worldwind.retrieve that implement WWObject Modifier and Type Class Description classBasicRetrievalServicePerforms threaded retrieval of data.classHTTPRetrieverclassJarRetrieverRetrieves resources identified by a jar url, which has the form jar:<url>!/{entry}, as in: jar:http://www.foo.com/bar/baz.jar!/COM/foo/Quux.class.classLocalRasterServerRetrieverclassURLRetriever -
Uses of WWObject in gov.nasa.worldwind.symbology
Subinterfaces of WWObject in gov.nasa.worldwind.symbology Modifier and Type Interface Description interfaceTacticalSymbolTacticalSymbol provides a common interface for displaying tactical point symbols from symbology sets.Classes in gov.nasa.worldwind.symbology that implement WWObject Modifier and Type Class Description classAbstractTacticalSymbol -
Uses of WWObject in gov.nasa.worldwind.symbology.milstd2525
Classes in gov.nasa.worldwind.symbology.milstd2525 that implement WWObject Modifier and Type Class Description classMilStd2525TacticalSymbolImplementation ofTacticalSymbolthat provides support for tactical symbols from the MIL-STD-2525 symbology set. -
Uses of WWObject in gov.nasa.worldwind.symbology.milstd2525.graphics
Classes in gov.nasa.worldwind.symbology.milstd2525.graphics that implement WWObject Modifier and Type Class Description classEchelonSymbolTactical symbol implementation to render the echelon modifier as part of a tactical graphic.classTacticalGraphicSymbolImplementation of TacticalSymbol to render point graphics defined by MIL-STD-2525C Appendix B (Tactical Graphics). -
Uses of WWObject in gov.nasa.worldwind.symbology.milstd2525.graphics.areas
Classes in gov.nasa.worldwind.symbology.milstd2525.graphics.areas that implement WWObject Modifier and Type Class Description classLimitedAccessSymbolImplementation of TacticalSymbol that renders a symbol inside a pentagon, for the Limited Access Area graphic. -
Uses of WWObject in gov.nasa.worldwind.symbology.milstd2525.graphics.lines
Classes in gov.nasa.worldwind.symbology.milstd2525.graphics.lines that implement WWObject Modifier and Type Class Description protected static classForwardEdgeOfBattleArea.FEBASymbolImplementation of TacticalSymbol to draw a symbol at the end of a FEBA line. -
Uses of WWObject in gov.nasa.worldwind.terrain
Subinterfaces of WWObject in gov.nasa.worldwind.terrain Modifier and Type Interface Description interfaceTessellatorClasses in gov.nasa.worldwind.terrain that implement WWObject Modifier and Type Class Description classAbstractElevationModelclassBasicElevationModelclassBathymetryFilterElevationModelAn elevation model to map another elevation model's depths to a constant value, usually 0.classCompoundElevationModelclassHighResolutionTerrainProvides operations on the best available terrain.classLocalElevationModelImplements an elevation model for a local file or collection of files containing elevation data.classLocalRasterServerElevationModelImplements anElevationModelfor a local dataset accessed via a local raster server (RasterServer).classRectangularTessellatorclassWCSElevationModelclassWMSBasicElevationModelclassZeroElevationModelAn elevation model that always returns zero elevations. -
Uses of WWObject in gov.nasa.worldwind.util
Classes in gov.nasa.worldwind.util that implement WWObject Modifier and Type Class Description classBasicScheduledTaskServiceA service to execute tasks periodically, or after a delay.classContourListclassLevelSetclassThreadedTaskService -
Uses of WWObject in gov.nasa.worldwind.util.layertree
Classes in gov.nasa.worldwind.util.layertree that implement WWObject Modifier and Type Class Description classKMLContainerTreeNodeAKMLFeatureTreeNodethat represents a KML container defined by a.KMLAbstractContainerclassKMLFeatureTreeNodeATreeNodethat represents a KML feature defined by a.KMLAbstractFeatureclassKMLLayerTreeNodeALayerTreeNodethat represents a KML feature hierarchy defined by a.KMLRootclassKMLNetworkLinkTreeNodeAKMLFeatureTreeNodethat represents a KML network link defined by a.KMLNetworkLinkclassLayerTreeARenderabletree ofobjects and their content.LayerclassLayerTreeModelA tree model representingobjects and their content.LayerclassLayerTreeNodeATreeNodethat represents a.Layer -
Uses of WWObject in gov.nasa.worldwind.util.measure
Classes in gov.nasa.worldwind.util.measure that implement WWObject Modifier and Type Class Description protected static classMeasureTool.CustomRenderableLayer -
Uses of WWObject in gov.nasa.worldwind.util.tree
Subinterfaces of WWObject in gov.nasa.worldwind.util.tree Modifier and Type Interface Description interfaceTreeA tree of objects, drawn in the WorldWindow, that the user can interact with.interfaceTreeLayoutHandles rendering aTree.interfaceTreeModelContents of aTree.interfaceTreeNodeDescribes a node in aTree.Classes in gov.nasa.worldwind.util.tree that implement WWObject Modifier and Type Class Description classBasicTreeBasic implementation of aTreecontrol.classBasicTreeLayoutLayout that draws aTreesimilar to a file browser tree.classBasicTreeModelBasic implementation of aTreeModel.classBasicTreeNodeDefault implementation of aTreeNode. -
Uses of WWObject in gov.nasa.worldwind.view
Classes in gov.nasa.worldwind.view that implement WWObject Modifier and Type Class Description classBasicViewA base class from whichViewimplementations can be derived. -
Uses of WWObject in gov.nasa.worldwind.view.firstperson
Classes in gov.nasa.worldwind.view.firstperson that implement WWObject 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). -
Uses of WWObject in gov.nasa.worldwind.view.orbit
Subinterfaces of WWObject in gov.nasa.worldwind.view.orbit Modifier and Type Interface Description interfaceOrbitViewClasses in gov.nasa.worldwind.view.orbit that implement WWObject Modifier and Type Class Description classBasicOrbitView -
Uses of WWObject in gov.nasa.worldwind.wms
Classes in gov.nasa.worldwind.wms that implement WWObject Modifier and Type Class Description classWMSTiledImageLayer -
Uses of WWObject in gov.nasa.worldwindx.applications.antenna
Classes in gov.nasa.worldwindx.applications.antenna that implement WWObject Modifier and Type Class Description classAntennaAxesProvides axes forAntennaModel.classAntennaModelModels antenna gain. -
Uses of WWObject in gov.nasa.worldwindx.applications.glider
Classes in gov.nasa.worldwindx.applications.glider that implement WWObject Modifier and Type Class Description classGliderImageLayerInternal class to realize and control image and region drawing. -
Uses of WWObject in gov.nasa.worldwindx.applications.sar
Classes in gov.nasa.worldwindx.applications.sar that implement WWObject Modifier and Type Class Description classElevationPlaneRenders a textured plane at a given elevation.classLicenseAgreementclassSARSegmentPlaneclassSARTrack -
Uses of WWObject in gov.nasa.worldwindx.applications.sar.segmentplane
Classes in gov.nasa.worldwindx.applications.sar.segmentplane that implement WWObject Modifier and Type Class Description classSegmentPlaneclassSegmentPlaneEditor -
Uses of WWObject in gov.nasa.worldwindx.examples
Classes in gov.nasa.worldwindx.examples that implement WWObject Modifier and Type Class Description protected static classAirspaceBuilder.AirspaceBuilderControllerprotected static classAirspaceBuilder.AirspaceEntrystatic classConfiguringGLRuntimeCapabilities.MyGLAutoDrawableSubclass ofWorldWindowGLAutoDrawablewhich overrides the methodWorldWindowGLAutoDrawable.init(com.jogamp.opengl.GLAutoDrawable)to configure the OpenGL features used by the WorldWind SDK.static classDebuggingGLErrors.MyGLAutoDrawableSubclass ofWorldWindowGLAutoDrawablewhich overrides the methodWorldWindowGLAutoDrawable.init(com.jogamp.opengl.GLAutoDrawable)to configure the OpenGL error logger.protected classMarkersOrder.AppFrame.TimedMarkerLayerstatic classPickFrustum.PickFrustumLayerclassRadarVolumeDisplays a volume defined by a near and far grid of positions. -
Uses of WWObject in gov.nasa.worldwindx.examples.analytics
Classes in gov.nasa.worldwindx.examples.analytics that implement WWObject Modifier and Type Class Description protected static classAnalyticSurface.AnalyticSurfaceObjectprotected static classAnalyticSurface.ClampToGroundSurfaceprotected static classAnalyticSurface.ShadowSurface -
Uses of WWObject in gov.nasa.worldwindx.examples.lineofsight
Classes in gov.nasa.worldwindx.examples.lineofsight that implement WWObject Modifier and Type Class Description classPointGrid -
Uses of WWObject in gov.nasa.worldwindx.examples.multiwindow
Classes in gov.nasa.worldwindx.examples.multiwindow that implement WWObject Modifier and Type Class Description protected static classViewVolumeViewer.SectorGeometryLayerprotected static classViewVolumeViewer.ViewVolumeLayer -
Uses of WWObject in gov.nasa.worldwindx.examples.shapebuilder
Classes in gov.nasa.worldwindx.examples.shapebuilder that implement WWObject Modifier and Type Class Description classAbstractShapeEditorAn abstract class defining common functionality and fields for editors used in the RigidShapeBuilder example.classBoxEditorclassConeEditorclassCylinderEditorprotected static classExtrudedPolygonBuilder.PolygonBuilderControllerprotected static classExtrudedPolygonBuilder.PolygonEntryclassExtrudedPolygonEditorclassPyramidEditorprotected static classRigidShapeBuilder.AbstractShapeBuilderControllerprotected static classRigidShapeBuilder.AbstractShapeEntryThe AbstractShapeEntry class defines a shape entry in the AbstractShapeBuilderModel.classRigidShapeEditorclassWedgeEditor -
Uses of WWObject in gov.nasa.worldwindx.examples.util
Classes in gov.nasa.worldwindx.examples.util that implement WWObject Modifier and Type Class Description classDirectedPathAPaththat draws arrowheads between the path positions to indicate direction.classDirectedSurfacePolylineASurfacePolylinethat draws arrowheads between the polyline positions to indicate direction.classLayerManagerLayerDisplays the layer list in a heads-up display in the viewport.protected static classOpenStreetMapShapefileLoader.TextAndShapesLayerclassScreenSelectorScreenSelector is an application utility that provides interactive screen rectangle selection with visual feedback, and tracks the list of objects intersecting the screen rectangle.classSectorSelectorProvides an interactive region selector.protected static classSectorSelector.RegionShapeclassStatusLayerRenders statusbar information as a layer.static classStatusLayer.StatusMGRSLayerstatic classStatusLayer.StatusUTMLayer
-