Uses of Interface
gov.nasa.worldwind.render.OrderedRenderable
-
Packages that use OrderedRenderable Package Description gov.nasa.worldwind.layers gov.nasa.worldwind.ogc.collada.impl Provides classes for rendering COLLADA documents.gov.nasa.worldwind.ogc.kml.impl gov.nasa.worldwind.render gov.nasa.worldwind.render.airspaces gov.nasa.worldwind.render.markers gov.nasa.worldwind.symbology Provides classes for creating and displaying graphics from standard symbol sets.gov.nasa.worldwind.util gov.nasa.worldwind.util.layertree Displays a list of layers usingBasicTree.gov.nasa.worldwind.util.tree A tree control drawn in the WorldWindow.gov.nasa.worldwindx.applications.antenna gov.nasa.worldwindx.applications.sar gov.nasa.worldwindx.applications.sar.render gov.nasa.worldwindx.applications.sar.segmentplane gov.nasa.worldwindx.examples gov.nasa.worldwindx.examples.analytics gov.nasa.worldwindx.examples.lineofsight Examples of how to perform line of sight calculations in WorldWind.gov.nasa.worldwindx.examples.tutorial gov.nasa.worldwindx.examples.util -
-
Uses of OrderedRenderable in gov.nasa.worldwind.layers
Classes in gov.nasa.worldwind.layers that implement OrderedRenderable Modifier and Type Class Description protected classCompassLayer.OrderedIconprotected classScalebarLayer.OrderedImageprotected classTerrainProfileLayer.OrderedIconprotected classWorldMapLayer.OrderedIcon -
Uses of OrderedRenderable in gov.nasa.worldwind.ogc.collada.impl
Classes in gov.nasa.worldwind.ogc.collada.impl that implement OrderedRenderable Modifier and Type Class Description classColladaMeshShapeShape to render a COLLADA line or triangle mesh.static classColladaMeshShape.OrderedMeshShapeClass to represent an instance of the mesh to be drawn as an ordered renderable. -
Uses of OrderedRenderable in gov.nasa.worldwind.ogc.kml.impl
Classes in gov.nasa.worldwind.ogc.kml.impl that implement OrderedRenderable Modifier and Type Class Description classKMLExtrudedPolygonImplclassKMLGroundOverlayPolygonImplImplementation ofPolygonto render KML GroundOverlay.classKMLLineStringPlacemarkImplclassKMLPolygonImplclassKMLSurfaceImageImplclassKMLSurfacePolygonImpl -
Uses of OrderedRenderable in gov.nasa.worldwind.render
Subinterfaces of OrderedRenderable in gov.nasa.worldwind.render Modifier and Type Interface Description interfaceDeclutterableIndicates whether an object participates in decluttering.interfaceSurfaceObjectCommon interface for renderables that are drawn on the Globe's surface terrain, such asSurfaceShape.interfaceSurfaceShapeCommon interface for surface conforming shapes such asSurfacePolygon,SurfacePolyline,SurfaceEllipse,SurfaceQuad, andSurfaceSector.Classes in gov.nasa.worldwind.render that implement OrderedRenderable Modifier and Type Class Description protected classAbstractBrowserBalloon.OrderedBrowserBalloonDeprecated.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.protected classBasicAnnotationRenderer.OrderedAnnotationclassBoxA 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.classDeclutterableTextA wrapper aroundGeographicTextthat allows provides participation in global text decluttering.classEllipsoidA 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.protected classGeographicTextRenderer.OrderedTextprotected classGlobeBrowserBalloon.OrderedGlobeBrowserBalloonDeprecated.protected classIconRenderer.OrderedIconprotected classIconRenderer.OrderedTextclassPathDisplays a line or curve between positions.classPointPlacemark.OrderedPlacemarkclassPolygon/** 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.protected classScreenImage.OrderedImageclassSurfaceCircleclassSurfaceEllipseclassSurfaceIconRenders 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.Fields in gov.nasa.worldwind.render declared as OrderedRenderable Modifier and Type Field Description protected OrderedRenderableDrawContextImpl.OrderedRenderableEntry. orFields in gov.nasa.worldwind.render with type parameters of type OrderedRenderable Modifier and Type Field Description protected java.util.Queue<OrderedRenderable>DrawContextImpl. orderedSurfaceRenderablesMethods in gov.nasa.worldwind.render that return OrderedRenderable Modifier and Type Method Description OrderedRenderableDrawContext. peekOrderedRenderables()Returns the nextOrderedRenderableon the ordered-renderable priority queue but does not remove it from the queue.OrderedRenderableDrawContextImpl. peekOrderedRenderables()OrderedRenderableDrawContext. pollOrderedRenderables()Returns the nextOrderedRenderableon the ordered-renderable priority queue and removes it from the queue.OrderedRenderableDrawContextImpl. pollOrderedRenderables()Methods in gov.nasa.worldwind.render that return types with arguments of type OrderedRenderable Modifier and Type Method Description java.util.Queue<OrderedRenderable>DrawContext. getOrderedSurfaceRenderables()Returns the draw context's ordered surface renderable queue.java.util.Queue<OrderedRenderable>DrawContextImpl. getOrderedSurfaceRenderables()Returns the draw context's ordered surface renderable queue.Methods in gov.nasa.worldwind.render with parameters of type OrderedRenderable Modifier and Type Method Description voidDrawContext. addOrderedRenderable(OrderedRenderable orderedRenderable)Adds anOrderedRenderableto the draw context's ordered renderable list.voidDrawContext. addOrderedRenderable(OrderedRenderable orderedRenderable, boolean isBehind)Adds anOrderedRenderableto the draw context's ordered renderable list, optionally indicating that the draw context should treat the specified ordered renderable as behind other ordered renderables.voidDrawContextImpl. addOrderedRenderable(OrderedRenderable orderedRenderable)voidDrawContextImpl. addOrderedRenderable(OrderedRenderable orderedRenderable, boolean isBehind)Adds anOrderedRenderableto the draw context's ordered renderable list, optionally indicating that the draw context should treat the specified ordered renderable as behind other ordered renderables.voidDrawContext. addOrderedSurfaceRenderable(OrderedRenderable orderedRenderable)Adds anOrderedRenderableto the draw context's ordered surface renderable queue.voidDrawContextImpl. addOrderedSurfaceRenderable(OrderedRenderable orderedRenderable)Adds anOrderedRenderableto the draw context's ordered surface renderable queue.Constructors in gov.nasa.worldwind.render with parameters of type OrderedRenderable Constructor Description OrderedRenderableEntry(OrderedRenderable orderedRenderable, double distanceFromEye, long insertionTime, DrawContext dc)OrderedRenderableEntry(OrderedRenderable orderedRenderable, long insertionTime, DrawContext dc) -
Uses of OrderedRenderable in gov.nasa.worldwind.render.airspaces
Classes in gov.nasa.worldwind.render.airspaces that implement OrderedRenderable 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 OrderedRenderable in gov.nasa.worldwind.render.markers
Classes in gov.nasa.worldwind.render.markers that implement OrderedRenderable Modifier and Type Class Description protected classMarkerRenderer.OrderedMarker -
Uses of OrderedRenderable in gov.nasa.worldwind.symbology
Classes in gov.nasa.worldwind.symbology that implement OrderedRenderable Modifier and Type Class Description protected classAbstractTacticalSymbol.OrderedSymbolprotected classTacticalGraphicLabel.OrderedLabel -
Uses of OrderedRenderable in gov.nasa.worldwind.util
Classes in gov.nasa.worldwind.util that implement OrderedRenderable Modifier and Type Class Description protected static classPlacemarkClutterFilter.DeclutteredLabel -
Uses of OrderedRenderable in gov.nasa.worldwind.util.layertree
Classes in gov.nasa.worldwind.util.layertree that implement OrderedRenderable Modifier and Type Class Description classLayerTreeARenderabletree ofobjects and their content.Layer -
Uses of OrderedRenderable in gov.nasa.worldwind.util.tree
Subinterfaces of OrderedRenderable 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.Classes in gov.nasa.worldwind.util.tree that implement OrderedRenderable Modifier and Type Class Description classBasicTreeBasic implementation of aTreecontrol. -
Uses of OrderedRenderable in gov.nasa.worldwindx.applications.antenna
Classes in gov.nasa.worldwindx.applications.antenna that implement OrderedRenderable Modifier and Type Class Description classAntennaAxesProvides axes forAntennaModel.classAntennaModelModels antenna gain. -
Uses of OrderedRenderable in gov.nasa.worldwindx.applications.sar
Classes in gov.nasa.worldwindx.applications.sar that implement OrderedRenderable Modifier and Type Class Description classElevationPlaneRenders a textured plane at a given elevation. -
Uses of OrderedRenderable in gov.nasa.worldwindx.applications.sar.render
Classes in gov.nasa.worldwindx.applications.sar.render that implement OrderedRenderable Modifier and Type Class Description protected static classTrackSegmentInfo.OrderedText -
Uses of OrderedRenderable in gov.nasa.worldwindx.applications.sar.segmentplane
Classes in gov.nasa.worldwindx.applications.sar.segmentplane that implement OrderedRenderable Modifier and Type Class Description protected static classSegmentPlaneRenderer.OrderedText -
Uses of OrderedRenderable in gov.nasa.worldwindx.examples
Classes in gov.nasa.worldwindx.examples that implement OrderedRenderable Modifier and Type Class Description protected classPickFrustum.PickFrustumLayer.OrderedIconclassRadarVolumeDisplays a volume defined by a near and far grid of positions. -
Uses of OrderedRenderable in gov.nasa.worldwindx.examples.analytics
Classes in gov.nasa.worldwindx.examples.analytics that implement OrderedRenderable Modifier and Type Class Description protected static classAnalyticSurface.AnalyticSurfaceObjectprotected static classAnalyticSurface.ClampToGroundSurfaceprotected static classAnalyticSurface.OrderedSurfaceprotected static classAnalyticSurface.ShadowSurfaceprotected static classAnalyticSurfaceLegend.OrderedLabel -
Uses of OrderedRenderable in gov.nasa.worldwindx.examples.lineofsight
Classes in gov.nasa.worldwindx.examples.lineofsight that implement OrderedRenderable Modifier and Type Class Description classPointGrid -
Uses of OrderedRenderable in gov.nasa.worldwindx.examples.tutorial
Classes in gov.nasa.worldwindx.examples.tutorial that implement OrderedRenderable Modifier and Type Class Description protected classCube.OrderedCubeThis class holds the Cube's Cartesian coordinates. -
Uses of OrderedRenderable in gov.nasa.worldwindx.examples.util
Classes in gov.nasa.worldwindx.examples.util that implement OrderedRenderable 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.protected static classScreenSelector.SelectionRectangleprotected static classSectorSelector.RegionShapeclassToolTipprotected classViewVolumeRenderer.OrderedViewVolume
-