Uses of Interface
gov.nasa.worldwind.render.Renderable
-
-
Uses of Renderable in gov.nasa.worldwind.geom
Classes in gov.nasa.worldwind.geom that implement Renderable Modifier and Type Class Description classBoxAn arbitrarily oriented box, typically used as a oriented bounding volume for a collection of points or shapes.classCylinderRepresents a geometric cylinder, most often used as a bounding volume.classSphereRepresents a sphere in three dimensional space. -
Uses of Renderable in gov.nasa.worldwind.layers
Classes in gov.nasa.worldwind.layers that implement Renderable Modifier and Type Class Description protected classCompassLayer.OrderedIconprotected classScalebarLayer.OrderedImageprotected classTerrainProfileLayer.OrderedIconprotected classWorldMapLayer.OrderedIconFields in gov.nasa.worldwind.layers with type parameters of type Renderable Modifier and Type Field Description protected BasicQuadTree<Renderable>CachedRenderableLayer. extentTreeprotected java.util.Collection<Renderable>RenderableLayer. renderablesprotected java.lang.Iterable<Renderable>RenderableLayer. renderablesOverrideMethods in gov.nasa.worldwind.layers that return Renderable Modifier and Type Method Description RenderableCachedRenderableLayer. getByName(java.lang.String name)Searches the layer for a named Renderable.Methods in gov.nasa.worldwind.layers that return types with arguments of type Renderable Modifier and Type Method Description protected java.lang.Iterable<Renderable>RenderableLayer. getActiveRenderables()Returns the Iterable of currently active Renderables.java.lang.Iterable<? extends Renderable>CachedRenderableLayer. getAllRenderables()Returns all Renderables in the layer.java.util.Collection<? extends Renderable>CachedRenderableLayer. getRenderables(LatLon location)Returns all Renderables at a specfied location.java.util.Collection<? extends Renderable>CachedRenderableLayer. getRenderables(Sector extent)Returns all Renderables within or intersecting a specified sector.java.lang.Iterable<Renderable>RenderableLayer. getRenderables()Returns the Iterable of Renderables currently in use by this layer.Methods in gov.nasa.worldwind.layers with parameters of type Renderable Modifier and Type Method Description voidCachedRenderableLayer. add(Renderable item)Add a Renderable to the layer.voidCachedRenderableLayer. add(Renderable item, java.lang.String name)Adds a named Renderable to the layer.voidRenderableLayer. addRenderable(int index, Renderable renderable)Inserts the specifiedrenderableat the specifiedindexin this layer's internal collection.voidRenderableLayer. addRenderable(Renderable renderable)Adds the specifiedrenderableto the end of this layer's internal collection.voidCachedRenderableLayer. remove(Renderable item)Remove a Renderable from the layer if the Renderable is in the layer.voidRenderableLayer. removeRenderable(Renderable renderable)Removes the specifiedrenderablefrom this layer's internal collection, if it exists.Method parameters in gov.nasa.worldwind.layers with type arguments of type Renderable Modifier and Type Method Description voidRenderableLayer. addRenderables(java.lang.Iterable<? extends Renderable> renderables)Adds the contents of the specifiedrenderablesto this layer's internal collection.protected voidCachedRenderableLayer. doPick(DrawContext dc, java.lang.Iterable<? extends Renderable> renderables, java.awt.Point pickPoint)protected voidRenderableLayer. doPick(DrawContext dc, java.lang.Iterable<? extends Renderable> renderables, java.awt.Point pickPoint)protected voidCachedRenderableLayer. doPreRender(DrawContext dc, java.lang.Iterable<? extends Renderable> renderables)protected voidRenderableLayer. doPreRender(DrawContext dc, java.lang.Iterable<? extends Renderable> renderables)protected voidCachedRenderableLayer. doRender(DrawContext dc, java.lang.Iterable<? extends Renderable> renderables)protected voidRenderableLayer. doRender(DrawContext dc, java.lang.Iterable<? extends Renderable> renderables)voidRenderableLayer. setRenderables(java.lang.Iterable<Renderable> renderableIterable)Overrides the collection of currently active Renderables with the specifiedrenderableIterable. -
Uses of Renderable in gov.nasa.worldwind.ogc.collada.impl
Classes in gov.nasa.worldwind.ogc.collada.impl that implement Renderable Modifier and Type Class Description classColladaControllerExecutes the mapping from COLLADA to WorldWind.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 Renderable in gov.nasa.worldwind.ogc.kml.impl
Classes in gov.nasa.worldwind.ogc.kml.impl that implement Renderable Modifier and Type Class Description classKMLAbstractBalloonAn implementation ofBalloonthat applies aKMLBalloonStyleto the balloon.classKMLControllerExecutes the mapping from KML to WorldWind.classKMLExtrudedPolygonImplclassKMLGlobeBalloonImplA KML Balloon attached to a point on the globe.classKMLGroundOverlayPolygonImplImplementation ofPolygonto render KML GroundOverlay.classKMLLineStringPlacemarkImplclassKMLPointPlacemarkImplImplements the Point case of a KML Placemark element.classKMLPolygonImplclassKMLScreenBalloonImplA KML Balloon attached to a point on the screen.classKMLScreenImageImplImplements at KML ScreenOverlay element.classKMLSurfaceImageImplclassKMLSurfacePolygonImpl -
Uses of Renderable in gov.nasa.worldwind.render
Subinterfaces of Renderable in gov.nasa.worldwind.render Modifier and Type Interface Description interfaceAnnotationRepresent a text label and its rendering attributes.interfaceBalloonA text label that can be attached to a point on the screen, or a point on the globe.interfaceDeclutterableIndicates whether an object participates in decluttering.interfaceGeographicExtentAn interface for objects that can provide an extent in latitude and longitude.interfaceGlobeBalloonABalloonattached to a position on the globe.interfaceOrderedRenderableinterfaceScreenBalloonABalloonattached to a location on the screen.interfaceScreenCreditinterfaceSurfaceObjectCommon interface for renderables that are drawn on the Globe's surface terrain, such asSurfaceShape.interfaceSurfaceRenderableCommon interface for renderables that are drawn on the Globe's terrain surface, such asSurfaceShape.interfaceSurfaceShapeCommon interface for surface conforming shapes such asSurfacePolygon,SurfacePolyline,SurfaceEllipse,SurfaceQuad, andSurfaceSector.Classes in gov.nasa.worldwind.render that implement Renderable Modifier and Type Class Description classAbstractAnnotationAnAnnotationrepresent a text label and its rendering attributes.classAbstractAnnotationBalloonImplementation of balloon usingAnnotation.classAbstractBalloonAbstract implementation ofBalloon.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.classContourLineRenders a contour line on the terrain at a given elevation.classContourLinePolygonRenders a contour line on the terrain at a given elevation.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.OrderedTextclassGlobeAnnotationRepresent a text label attached to a Position on the globe and its rendering attributes.classGlobeAnnotationBalloonAn AnnotationBalloon that is attached to a position on the globe.protected classGlobeBrowserBalloon.OrderedGlobeBrowserBalloonDeprecated.protected classIconRenderer.OrderedIconprotected classIconRenderer.OrderedTextclassPathDisplays 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.classPointPlacemark.OrderedPlacemarkclassPolygon/** A 3D polygon.classPyramidA general pyramid volume defined by a center position, a height, and two axis lengths.classQuadrilateralclassRigidShapeA general rigid volume defined by a center position and the three axis radii.classScreenAnnotationRepresent a text label attached to a Point on the viewport and its rendering attributes.classScreenAnnotationBalloonAn AnnotationBalloon that is attached to a point on the screen.classScreenCreditControllerclassScreenCreditImageclassScreenImageDraws an image parallel to the screen at a specified screen location relative to the WorldWindow.protected classScreenImage.OrderedImageclassScreenRelativeAnnotationProvides a screen annotation positioned relatively to the window rather than absolutely.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.Methods in gov.nasa.worldwind.render that return types with arguments of type Renderable Modifier and Type Method Description java.util.List<Renderable>ContourLine. getRenderables() -
Uses of Renderable in gov.nasa.worldwind.render.airspaces
Subinterfaces of Renderable in gov.nasa.worldwind.render.airspaces Modifier and Type Interface Description interfaceAirspaceClasses in gov.nasa.worldwind.render.airspaces that implement Renderable 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 Renderable in gov.nasa.worldwind.render.markers
Classes in gov.nasa.worldwind.render.markers that implement Renderable Modifier and Type Class Description protected classMarkerRenderer.OrderedMarker -
Uses of Renderable in gov.nasa.worldwind.symbology
Subinterfaces of Renderable in gov.nasa.worldwind.symbology Modifier and Type Interface Description interfaceTacticalCircleAn interface for circular tactical graphics.interfaceTacticalGraphicTacticalGraphic provides a common interface for displaying a graphic from a symbology set.interfaceTacticalPointAn interface for tactical graphics that are positioned by a single point.interfaceTacticalQuadAn interface for tactical graphics shaped like a quadrilaterals.interfaceTacticalRouteAn interface for tactical graphics that depict routes: a series of point graphics connected by lines.interfaceTacticalSymbolTacticalSymbol provides a common interface for displaying tactical point symbols from symbology sets.Classes in gov.nasa.worldwind.symbology that implement Renderable Modifier and Type Class Description classAbstractTacticalGraphicBase class for tactical graphics.classAbstractTacticalSymbolprotected classAbstractTacticalSymbol.OrderedSymbolprotected classTacticalGraphicLabel.OrderedLabel -
Uses of Renderable in gov.nasa.worldwind.symbology.milstd2525
Subinterfaces of Renderable in gov.nasa.worldwind.symbology.milstd2525 Modifier and Type Interface Description interfaceMilStd2525TacticalGraphicInterface to describe tactical graphics defined by MIL-STD-2525.Classes in gov.nasa.worldwind.symbology.milstd2525 that implement Renderable Modifier and Type Class Description classAbstractMilStd2525TacticalGraphicBase class for MIL-STD-2525 tactical graphics.classMilStd2525PointGraphicImplementation of MIL-STD-2525 point graphics.classMilStd2525TacticalSymbolImplementation ofTacticalSymbolthat provides support for tactical symbols from the MIL-STD-2525 symbology set. -
Uses of Renderable in gov.nasa.worldwind.symbology.milstd2525.graphics
Classes in gov.nasa.worldwind.symbology.milstd2525.graphics that implement Renderable 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 Renderable in gov.nasa.worldwind.symbology.milstd2525.graphics.areas
Classes in gov.nasa.worldwind.symbology.milstd2525.graphics.areas that implement Renderable Modifier and Type Class Description classAbstractCircularGraphicBase class for circular area graphics.classAbstractRectangularGraphicBase class for rectangular area graphics.classAirfieldZoneImplementation of the Airfield Zone graphic (hierarchy 2.X.2.1.3.11, SIDC: G*GPGAZ---****X).classAirheadImplementation of the Airhead graphic (2.X.2.6.2.2).classAmbushImplementation of the Ambush graphic (2.X.2.6.1.1).classAttackByFirePositionImplementation of the Attack By Fire Position graphic (2.X.2.5.3.3).classAviationZoneImplementation of aviation area graphics.classBasicAreaImplementation of general area graphics.classBattlePositionImplementation of Battle Position graphics.classCircularFireSupportAreaImplementation of circular Fire Support graphics.classCircularPositionAreaImplementation of the Position Area for Artillery, Circular graphic (2.X.4.3.2.6.2).classCircularRangeFanImplementation of the Circular Weapon/Sensor Range Fan graphic (2.X.4.3.4.1).classCombatSupportAreaImplementation of combat support area graphics.classDummyImplementation of the Dummy graphic (hierarchy 2.X.2.3.1, SIDC: G*GPPD----****X).classEncirclementImplementation of the Encirclement graphic (2.X.2.6.2.3).classFilledAreaAn area that is filled with a pattern of diagonal lines.classFortifiedAreaImplementation of the Fortified Area graphic (2.X.2.1.3.4).classGroupOfTargetsImplementation of the Series or Group of Targets graphic (2.X.4.3.1.3).classIrregularFireSupportAreaImplementation of the irregular Fire Support area graphics.classLimitedAccessAreaImplementation of the Limited Access Area graphic (2.X.2.1.3.10).classLimitedAccessSymbolImplementation of TacticalSymbol that renders a symbol inside a pentagon, for the Limited Access Area graphic.classMinimumSafeDistanceZonesImplementation of the Minimum Safe Distance Zone graphic (2.X.3.4.1).classOffenseAreaImplementation of offense area graphics.classRectangularFireSupportAreaImplementation of rectangular Fire Support graphics.classRectangularPositionAreaImplementation of the Position Area for Artillery, Rectangular graphic (2.X.4.3.2.6.1).classRectangularTargetImplementation of the Rectangular Target graphic (hierarchy 2.X.4.3.1.1, SIDC: G*FPATR---****X).classSearchAreaImplementation of the Search Area/Reconnaissance Area graphic (2.X.2.1.3.9).classSectorRangeFanImplementation of the Sector Weapon/Sensor Range Fans graphic (2.X.4.3.4.2).classSmokeImplementation of the Smoke graphic (hierarchy 2.X.4.3.1.4, SIDC: G*FPATS---****X).classSpecialInterestAreaImplementation of General Command/Special area graphics.classSupportByFirePositionImplementation of the Support By Fire Position graphic (2.X.2.5.3.4).classWeaponsFreeZoneImplementation of the Weapons Free Zone graphic (2.X.2.2.3.5). -
Uses of Renderable in gov.nasa.worldwind.symbology.milstd2525.graphics.lines
Classes in gov.nasa.worldwind.symbology.milstd2525.graphics.lines that implement Renderable Modifier and Type Class Description classAbstractAxisArrowBase class for axis of advance arrow graphics.classAdvanceForFeintImplementation of the Axis of Advance for Feint graphic (2.X.2.3.3).classAirborneImplementation of the Airborne graphic (hierarchy 2.X.2.5.2.1.2, SIDC: G*GPOLAA--****X).classAttackRotaryWingImplementation of the Aviation offensive graphic (hierarchy 2.X.2.5.2.1.3, SIDC: G*GPOLAR--****X).classAviationImplementation of the Aviation offensive graphic (hierarchy 2.X.2.5.2.1.1, SIDC: G*GPOLAV--****X).classBoundaryImplementation of the Boundary graphic (2.X.2.1.2.1).classDirectionOfAttackDirection of Attack graphics.classDirectionOfAttackAviationImplementation of the Direction of Attack, Aviation graphic (2.X.2.5.2.2.1).classDirectionOfAttackForFeintImplementation of the Direction of Attack for Feint graphic (2.X.2.3.3).classDoseRateContourLineImplementation of the Dose Rate Contour Line graphic (2.X.3.4.9).classFireSupportLineImplementation of Fire Support line graphics.classForwardEdgeOfBattleAreaImplementation of the Forward Edge of Battle Area (FEBA) graphic (2.X.2.4.2.1).protected static classForwardEdgeOfBattleArea.FEBASymbolImplementation of TacticalSymbol to draw a symbol at the end of a FEBA line.classForwardLineOfOwnTroopsImplementation of the Forward Line of Own Troops graphic (2.X.2.1.2.2).classHoldingLineThis class implements the following graphics: Holding Line (2.X.2.6.1.2) Bridgehead (2.X.2.6.1.4)classInfiltrationLaneImplementation of the Infiltration Lane graphic (2.X.2.5.2.4).classLinearTargetImplementation of Linear Target graphics.classLineOfContactImplementation of the Line of Contact graphic (2.X.2.1.2.3).classMainAttackImplementation of the Main Attack graphic (hierarchy 2.X.2.5.2.1.4.1, SIDC: G*GPOLAGM-****X).classMunitionFlightPathclassPhaseLineImplementation of phase line graphics.classPrincipleDirectionOfFireImplementation of the Principle Direction of Fire graphic (2.X.2.4.2.2).classPullUpPointImplementation of the Pull-Up Point (PUP) graphic (2.X.2.2.1.3).classRouteImplementation of the aviation route graphics.classRoutePointImplementation of aviation route control point graphics.classSupportingAttackImplementation of the Supporting Attack graphic (hierarchy 2.X.2.5.2.1.4.2, SIDC: G*GPOLAGS-****X). -
Uses of Renderable in gov.nasa.worldwind.terrain
Subinterfaces of Renderable in gov.nasa.worldwind.terrain Modifier and Type Interface Description interfaceSectorGeometryThis interface provides access to individual terrain tiles, which are contained in aSectorGeometryList.Classes in gov.nasa.worldwind.terrain that implement Renderable Modifier and Type Class Description protected static classRectangularTessellator.RectTile -
Uses of Renderable in gov.nasa.worldwind.util
Classes in gov.nasa.worldwind.util that implement Renderable Modifier and Type Class Description classEditorAnnotationprotected static classPlacemarkClutterFilter.DeclutteredLabelFields in gov.nasa.worldwind.util declared as Renderable Modifier and Type Field Description protected RenderableShapeEditor. shapeThe shape associated with the editor.Methods in gov.nasa.worldwind.util that return Renderable Modifier and Type Method Description protected RenderableShapeEditor. doMakeShadowShape()Creates and returns the stationary shape displayed during editing operations.RenderableShapeEditor. getShape()Indicates the shape associated with this editor.Methods in gov.nasa.worldwind.util with parameters of type Renderable Modifier and Type Method Description protected doubleShapeEditor. doGetControlPointAltitude(LatLon location, Renderable shape)Constructors in gov.nasa.worldwind.util with parameters of type Renderable Constructor Description ShapeEditor(WorldWindow wwd, Renderable originalShape)Constructs an editor for a specified shape. -
Uses of Renderable in gov.nasa.worldwind.util.layertree
Classes in gov.nasa.worldwind.util.layertree that implement Renderable Modifier and Type Class Description classLayerTreeARenderabletree ofobjects and their content.Layer -
Uses of Renderable in gov.nasa.worldwind.util.measure
Classes in gov.nasa.worldwind.util.measure that implement Renderable Modifier and Type Class Description static classMeasureTool.ControlPointprotected static classMeasureTool.ControlPointWithLeaderprotected static classMeasureTool.CustomRenderableLayerFields in gov.nasa.worldwind.util.measure with type parameters of type Renderable Modifier and Type Field Description protected java.util.ArrayList<Renderable>MeasureTool. controlPointsMethods in gov.nasa.worldwind.util.measure that return types with arguments of type Renderable Modifier and Type Method Description java.util.ArrayList<Renderable>MeasureTool. getControlPoints()Get the list of control points associated with the current measure shape. -
Uses of Renderable in gov.nasa.worldwind.util.tree
Subinterfaces of Renderable 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.Classes in gov.nasa.worldwind.util.tree that implement Renderable Modifier and Type Class Description classBasicTreeBasic implementation of aTreecontrol.classBasicTreeLayoutLayout that draws aTreesimilar to a file browser tree.classScrollBarA scrollbar component.classScrollFrameA frame that can scroll its contents. -
Uses of Renderable in gov.nasa.worldwindx.applications.antenna
Classes in gov.nasa.worldwindx.applications.antenna that implement Renderable Modifier and Type Class Description classAntennaAxesProvides axes forAntennaModel.classAntennaModelModels antenna gain. -
Uses of Renderable in gov.nasa.worldwindx.applications.glider
Methods in gov.nasa.worldwindx.applications.glider that return types with arguments of type Renderable Modifier and Type Method Description protected static java.util.List<Renderable>GliderImageLayer. makePaths(GliderRegionOfInterest.RegionSet regions, double altitude) -
Uses of Renderable in gov.nasa.worldwindx.applications.sar
Classes in gov.nasa.worldwindx.applications.sar that implement Renderable Modifier and Type Class Description classElevationPlaneRenders a textured plane at a given elevation.classSARAnnotation -
Uses of Renderable in gov.nasa.worldwindx.applications.sar.render
Classes in gov.nasa.worldwindx.applications.sar.render that implement Renderable Modifier and Type Class Description classPlaneModelRenders a plane model at a position with a given heading.classScreenElevationLineDisplay an horizontal line across the viewport when a plane at a given elevation cuts through the view near plane.classTrackSegmentInfoprotected static classTrackSegmentInfo.OrderedText -
Uses of Renderable in gov.nasa.worldwindx.applications.sar.segmentplane
Classes in gov.nasa.worldwindx.applications.sar.segmentplane that implement Renderable Modifier and Type Class Description protected static classSegmentPlaneRenderer.OrderedText -
Uses of Renderable in gov.nasa.worldwindx.applications.worldwindow.core
Classes in gov.nasa.worldwindx.applications.worldwindow.core that implement Renderable Modifier and Type Class Description classToolTipAnnotation -
Uses of Renderable in gov.nasa.worldwindx.applications.worldwindow.features
Methods in gov.nasa.worldwindx.applications.worldwindow.features that return Renderable Modifier and Type Method Description RenderableMeasurementPanel. getShape()Methods in gov.nasa.worldwindx.applications.worldwindow.features with parameters of type Renderable Modifier and Type Method Description voidMeasurementPanel. setShapeColor(Renderable shape, java.awt.Color lineColor, java.awt.Color fillColor) -
Uses of Renderable in gov.nasa.worldwindx.applications.worldwindow.util.measuretool
Classes in gov.nasa.worldwindx.applications.worldwindow.util.measuretool that implement Renderable Modifier and Type Class Description classWWOMeasureToolControlPointsclassWWOMeasureToolControlPoints.ControlPointFields in gov.nasa.worldwindx.applications.worldwindow.util.measuretool declared as Renderable Modifier and Type Field Description protected RenderableWWOMeasureTool. shapeMethods in gov.nasa.worldwindx.applications.worldwindow.util.measuretool that return Renderable Modifier and Type Method Description RenderableWWOMeasureTool. getShape()Constructors in gov.nasa.worldwindx.applications.worldwindow.util.measuretool with parameters of type Renderable Constructor Description WWOMeasureTool(WorldWindow wwd, Renderable shape, java.lang.String lineType, RenderableLayer controlPointsLayer) -
Uses of Renderable in gov.nasa.worldwindx.examples
Classes in gov.nasa.worldwindx.examples that implement Renderable Modifier and Type Class Description protected classPickFrustum.PickFrustumLayer.OrderedIconclassRadarVolumeDisplays a volume defined by a near and far grid of positions.static classShapeEditingExtension.ArrowDefines a custom Renderable that we'll use to illustrate editing extension.Methods in gov.nasa.worldwindx.examples that return Renderable Modifier and Type Method Description protected RenderableGeoJSONLoader. createPoint(gov.nasa.worldwind.formats.geojson.GeoJSONGeometry owner, Position pos, PointPlacemarkAttributes attrs, AVList properties)protected RenderableGeoJSONLoader. createPolygon(gov.nasa.worldwind.formats.geojson.GeoJSONGeometry owner, java.lang.Iterable<? extends Position> outerBoundary, java.lang.Iterable<? extends Position>[] innerBoundaries, ShapeAttributes attrs, AVList properties)protected RenderableGeoJSONLoader. createPolyline(gov.nasa.worldwind.formats.geojson.GeoJSONGeometry owner, java.lang.Iterable<? extends Position> positions, ShapeAttributes attrs, AVList properties)protected RenderableShapeEditingExtension.ShapeEditorExtension. doMakeShadowShape()Creates the shape that's shown in the original position while the original shape is edited.Methods in gov.nasa.worldwindx.examples with parameters of type Renderable Modifier and Type Method Description protected doubleShapeEditingExtension.ShapeEditorExtension. doGetControlPointAltitude(LatLon location, Renderable shape)Constructors in gov.nasa.worldwindx.examples with parameters of type Renderable Constructor Description ShapeEditorExtension(WorldWindow wwd, Renderable shape) -
Uses of Renderable in gov.nasa.worldwindx.examples.analytics
Classes in gov.nasa.worldwindx.examples.analytics that implement Renderable Modifier and Type Class Description classAnalyticSurfaceAnalyticSurface represents a connected grid of geographic locations, covering a specifiedSectorat a specified base altitude in meters.protected static classAnalyticSurface.AnalyticSurfaceObjectprotected static classAnalyticSurface.ClampToGroundSurfaceprotected static classAnalyticSurface.OrderedSurfaceprotected static classAnalyticSurface.ShadowSurfaceclassAnalyticSurfaceLegendprotected static classAnalyticSurfaceLegend.LabelRenderableprotected static classAnalyticSurfaceLegend.OrderedLabelclassExportableAnalyticSurfaceAn extension of AnalyticSurface that enables export of the surface to a KML ground overlay.Fields in gov.nasa.worldwindx.examples.analytics with type parameters of type Renderable Modifier and Type Field Description protected java.lang.Iterable<? extends Renderable>AnalyticSurfaceLegend. labelsMethods in gov.nasa.worldwindx.examples.analytics that return Renderable Modifier and Type Method Description protected static RenderableAnalyticSurfaceDemo. createLegendRenderable(AnalyticSurface surface, double surfaceMinScreenSize, AnalyticSurfaceLegend legend)Methods in gov.nasa.worldwindx.examples.analytics that return types with arguments of type Renderable Modifier and Type Method Description protected java.lang.Iterable<? extends Renderable>AnalyticSurfaceLegend. createColorGradientLegendLabels(int width, int height, double minValue, double maxValue, java.lang.Iterable<? extends AnalyticSurfaceLegend.LabelAttributes> labels, AnalyticSurfaceLegend.LabelAttributes titleLabel) -
Uses of Renderable in gov.nasa.worldwindx.examples.lineofsight
Classes in gov.nasa.worldwindx.examples.lineofsight that implement Renderable Modifier and Type Class Description classPointGridFields in gov.nasa.worldwindx.examples.lineofsight with type parameters of type Renderable Modifier and Type Field Description protected java.lang.Iterable<Renderable>ShapeLineIntersector. renderablesMethods in gov.nasa.worldwindx.examples.lineofsight that return types with arguments of type Renderable Modifier and Type Method Description java.lang.Iterable<Renderable>ShapeLineIntersector. getRenderables()Methods in gov.nasa.worldwindx.examples.lineofsight with parameters of type Renderable Modifier and Type Method Description protected java.util.List<Intersection>ShapeLineIntersector. performRenderableIntersection(Line line, Renderable renderable)Method parameters in gov.nasa.worldwindx.examples.lineofsight with type arguments of type Renderable Modifier and Type Method Description voidShapeLineIntersector. setRenderables(java.lang.Iterable<Renderable> renderables)Specifies the renderables to intersect with the line. -
Uses of Renderable in gov.nasa.worldwindx.examples.tutorial
Classes in gov.nasa.worldwindx.examples.tutorial that implement Renderable Modifier and Type Class Description classCubeExample of a customRenderablethat draws a cube at a geographic position.protected classCube.OrderedCubeThis class holds the Cube's Cartesian coordinates. -
Uses of Renderable in gov.nasa.worldwindx.examples.util
Classes in gov.nasa.worldwindx.examples.util that implement Renderable Modifier and Type Class Description classAudioPlayerAnnotationclassButtonAnnotationclassDialogAnnotationprotected static classDialogAnnotation.BusyImageclassDirectedPathAPaththat draws arrowheads between the path positions to indicate direction.classDirectedSurfacePolylineASurfacePolylinethat draws arrowheads between the polyline positions to indicate direction.classImageAnnotationclassLabeledPathLabeledPath draws aAnnotationon a specified path.classProgressAnnotationprotected static classScreenSelector.SelectionRectangleprotected static classSectorSelector.RegionShapeclassSlideShowAnnotationclassToolTipclassToolTipAnnotationDisplays a tool tip annotation at a specified screen position.protected classViewVolumeRenderer.OrderedViewVolumeMethods in gov.nasa.worldwindx.examples.util that return Renderable Modifier and Type Method Description protected RenderableShapefileLoader. createPoint(gov.nasa.worldwind.formats.shapefile.ShapefileRecord record, double latDegrees, double lonDegrees, PointPlacemarkAttributes attrs)Deprecated.protected RenderableShapefileLoader. createPolyline(gov.nasa.worldwind.formats.shapefile.ShapefileRecord record, ShapeAttributes attrs)Deprecated.protected RenderableShapefileLoader. createPolyline(gov.nasa.worldwind.formats.shapefile.Shapefile shp, ShapeAttributes attrs)Deprecated.
-