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 class
Box
An arbitrarily oriented box, typically used as a oriented bounding volume for a collection of points or shapes.class
Cylinder
Represents a geometric cylinder, most often used as a bounding volume.class
Sphere
Represents 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 class
CompassLayer.OrderedIcon
protected class
ScalebarLayer.OrderedImage
protected class
TerrainProfileLayer.OrderedIcon
protected class
WorldMapLayer.OrderedIcon
Fields in gov.nasa.worldwind.layers with type parameters of type Renderable Modifier and Type Field Description protected BasicQuadTree<Renderable>
CachedRenderableLayer. extentTree
protected java.util.Collection<Renderable>
RenderableLayer. renderables
protected java.lang.Iterable<Renderable>
RenderableLayer. renderablesOverride
Methods in gov.nasa.worldwind.layers that return Renderable Modifier and Type Method Description Renderable
CachedRenderableLayer. 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 void
CachedRenderableLayer. add(Renderable item)
Add a Renderable to the layer.void
CachedRenderableLayer. add(Renderable item, java.lang.String name)
Adds a named Renderable to the layer.void
RenderableLayer. addRenderable(int index, Renderable renderable)
Inserts the specifiedrenderable
at the specifiedindex
in this layer's internal collection.void
RenderableLayer. addRenderable(Renderable renderable)
Adds the specifiedrenderable
to the end of this layer's internal collection.void
CachedRenderableLayer. remove(Renderable item)
Remove a Renderable from the layer if the Renderable is in the layer.void
RenderableLayer. removeRenderable(Renderable renderable)
Removes the specifiedrenderable
from 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 void
RenderableLayer. addRenderables(java.lang.Iterable<? extends Renderable> renderables)
Adds the contents of the specifiedrenderables
to this layer's internal collection.protected void
CachedRenderableLayer. doPick(DrawContext dc, java.lang.Iterable<? extends Renderable> renderables, java.awt.Point pickPoint)
protected void
RenderableLayer. doPick(DrawContext dc, java.lang.Iterable<? extends Renderable> renderables, java.awt.Point pickPoint)
protected void
CachedRenderableLayer. doPreRender(DrawContext dc, java.lang.Iterable<? extends Renderable> renderables)
protected void
RenderableLayer. doPreRender(DrawContext dc, java.lang.Iterable<? extends Renderable> renderables)
protected void
CachedRenderableLayer. doRender(DrawContext dc, java.lang.Iterable<? extends Renderable> renderables)
protected void
RenderableLayer. doRender(DrawContext dc, java.lang.Iterable<? extends Renderable> renderables)
void
RenderableLayer. 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 class
ColladaController
Executes the mapping from COLLADA to WorldWind.class
ColladaMeshShape
Shape to render a COLLADA line or triangle mesh.static class
ColladaMeshShape.OrderedMeshShape
Class 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 class
KMLAbstractBalloon
An implementation ofBalloon
that applies aKMLBalloonStyle
to the balloon.class
KMLController
Executes the mapping from KML to WorldWind.class
KMLExtrudedPolygonImpl
class
KMLGlobeBalloonImpl
A KML Balloon attached to a point on the globe.class
KMLGroundOverlayPolygonImpl
Implementation ofPolygon
to render KML GroundOverlay.class
KMLLineStringPlacemarkImpl
class
KMLPointPlacemarkImpl
Implements the Point case of a KML Placemark element.class
KMLPolygonImpl
class
KMLScreenBalloonImpl
A KML Balloon attached to a point on the screen.class
KMLScreenImageImpl
Implements at KML ScreenOverlay element.class
KMLSurfaceImageImpl
class
KMLSurfacePolygonImpl
-
Uses of Renderable in gov.nasa.worldwind.render
Subinterfaces of Renderable in gov.nasa.worldwind.render Modifier and Type Interface Description interface
Annotation
Represent a text label and its rendering attributes.interface
Balloon
A text label that can be attached to a point on the screen, or a point on the globe.interface
Declutterable
Indicates whether an object participates in decluttering.interface
GeographicExtent
An interface for objects that can provide an extent in latitude and longitude.interface
GlobeBalloon
ABalloon
attached to a position on the globe.interface
OrderedRenderable
interface
ScreenBalloon
ABalloon
attached to a location on the screen.interface
ScreenCredit
interface
SurfaceObject
Common interface for renderables that are drawn on the Globe's surface terrain, such asSurfaceShape
.interface
SurfaceRenderable
Common interface for renderables that are drawn on the Globe's terrain surface, such asSurfaceShape
.interface
SurfaceShape
Common 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 class
AbstractAnnotation
AnAnnotation
represent a text label and its rendering attributes.class
AbstractAnnotationBalloon
Implementation of balloon usingAnnotation
.class
AbstractBalloon
Abstract implementation ofBalloon
.protected class
AbstractBrowserBalloon.OrderedBrowserBalloon
Deprecated.class
AbstractGeneralShape
A shape that is positioned and oriented independently of its defining geometry.class
AbstractShape
Provides a base class form several geometricRenderable
s.class
AbstractSurfaceObject
Abstract implementation of SurfaceObject that participates in theSceneController
's bulk rendering of SurfaceObjects.class
AbstractSurfaceRenderable
Surface renderable.class
AbstractSurfaceShape
Common superclass for surface conforming shapes such asSurfacePolygon
,SurfacePolyline
,SurfaceEllipse
,SurfaceQuad
, andSurfaceSector
.protected class
BasicAnnotationRenderer.OrderedAnnotation
class
Box
A general box volume defined by a center position and three axis radii.class
Cone
A general cone volume defined by a center position, a height and a radius, or alternatively, by three axis radii.class
ContourLine
Renders a contour line on the terrain at a given elevation.class
ContourLinePolygon
Renders a contour line on the terrain at a given elevation.class
Cylinder
A general cylinder volume defined by a center position, height and radius, or alternatively, by three axis radii.class
DeclutterableText
A wrapper aroundGeographicText
that allows provides participation in global text decluttering.class
Ellipsoid
A general ellipsoid volume defined by a center position and the three ellipsoid axis radii.class
ExtrudedPolygon
A 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 class
GeographicTextRenderer.OrderedText
class
GlobeAnnotation
Represent a text label attached to a Position on the globe and its rendering attributes.class
GlobeAnnotationBalloon
An AnnotationBalloon that is attached to a position on the globe.protected class
GlobeBrowserBalloon.OrderedGlobeBrowserBalloon
Deprecated.protected class
IconRenderer.OrderedIcon
protected class
IconRenderer.OrderedText
class
Path
Displays a line or curve between positions.class
PointPlacemark
Represents a point placemark consisting of an image, an optional line linking the image to a corresponding point on the terrain, and an optional label.class
PointPlacemark.OrderedPlacemark
class
Polygon
/** A 3D polygon.class
Pyramid
A general pyramid volume defined by a center position, a height, and two axis lengths.class
Quadrilateral
class
RigidShape
A general rigid volume defined by a center position and the three axis radii.class
ScreenAnnotation
Represent a text label attached to a Point on the viewport and its rendering attributes.class
ScreenAnnotationBalloon
An AnnotationBalloon that is attached to a point on the screen.class
ScreenCreditController
class
ScreenCreditImage
class
ScreenImage
Draws an image parallel to the screen at a specified screen location relative to the WorldWindow.protected class
ScreenImage.OrderedImage
class
ScreenRelativeAnnotation
Provides a screen annotation positioned relatively to the window rather than absolutely.class
SurfaceCircle
class
SurfaceEllipse
class
SurfaceIcon
Renders an icon image over the terrain surface.class
SurfaceIcons
Renders an icon image over the terrain surface in many locations.class
SurfaceImage
Renders a single image contained in a local file, a remote file, or aBufferedImage
.class
SurfaceMultiPolygon
class
SurfacePolygon
class
SurfacePolygons
Renders fast multiple polygons with or without holes in one pass.class
SurfacePolyline
class
SurfacePolylines
This class renders fast multiple surface polylines in one pass.class
SurfaceQuad
class
SurfaceSector
class
SurfaceSquare
class
SurfaceText
Renders a string of text on the surface of the globe.class
Wedge
A 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 interface
Airspace
Classes in gov.nasa.worldwind.render.airspaces that implement Renderable Modifier and Type Class Description class
AbstractAirspace
class
Box
class
Cake
A cake consists of mutiple adjacent cylinder segments.static class
Cake.Layer
An inner class ofCake
defining the parameters of one of the cake's cylinders.class
CappedCylinder
A cylinder defined by a geographic position, a radius in meters, and minimum and maximum altitudes.class
CappedEllipticalCylinder
An elliptical cylinder defined by a geographic position, major and minor radii in meters, and minimum and maximum altitudes.class
Curtain
A curtain is a series of adjacent rectangular planes.class
Orbit
class
PartialCappedCylinder
A cylinder defined by a geographic position, a radius in meters, and minimum and maximum altitudes.class
PolyArc
class
Polygon
class
Route
Creates a sequence of connected rectangular airspaces specified by a list of positions.class
SphereAirspace
A spherical airspace shape defined by a center location and a radius.class
SurfaceBox
class
TrackAirspace
Creates a sequence of potentially disconnected rectangular airspaces specified by a collection ofBox
objects. -
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 class
MarkerRenderer.OrderedMarker
-
Uses of Renderable in gov.nasa.worldwind.symbology
Subinterfaces of Renderable in gov.nasa.worldwind.symbology Modifier and Type Interface Description interface
TacticalCircle
An interface for circular tactical graphics.interface
TacticalGraphic
TacticalGraphic provides a common interface for displaying a graphic from a symbology set.interface
TacticalPoint
An interface for tactical graphics that are positioned by a single point.interface
TacticalQuad
An interface for tactical graphics shaped like a quadrilaterals.interface
TacticalRoute
An interface for tactical graphics that depict routes: a series of point graphics connected by lines.interface
TacticalSymbol
TacticalSymbol 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 class
AbstractTacticalGraphic
Base class for tactical graphics.class
AbstractTacticalSymbol
protected class
AbstractTacticalSymbol.OrderedSymbol
protected class
TacticalGraphicLabel.OrderedLabel
-
Uses of Renderable in gov.nasa.worldwind.symbology.milstd2525
Subinterfaces of Renderable in gov.nasa.worldwind.symbology.milstd2525 Modifier and Type Interface Description interface
MilStd2525TacticalGraphic
Interface to describe tactical graphics defined by MIL-STD-2525.Classes in gov.nasa.worldwind.symbology.milstd2525 that implement Renderable Modifier and Type Class Description class
AbstractMilStd2525TacticalGraphic
Base class for MIL-STD-2525 tactical graphics.class
MilStd2525PointGraphic
Implementation of MIL-STD-2525 point graphics.class
MilStd2525TacticalSymbol
Implementation ofTacticalSymbol
that 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 class
EchelonSymbol
Tactical symbol implementation to render the echelon modifier as part of a tactical graphic.class
TacticalGraphicSymbol
Implementation 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 class
AbstractCircularGraphic
Base class for circular area graphics.class
AbstractRectangularGraphic
Base class for rectangular area graphics.class
AirfieldZone
Implementation of the Airfield Zone graphic (hierarchy 2.X.2.1.3.11, SIDC: G*GPGAZ---****X).class
Airhead
Implementation of the Airhead graphic (2.X.2.6.2.2).class
Ambush
Implementation of the Ambush graphic (2.X.2.6.1.1).class
AttackByFirePosition
Implementation of the Attack By Fire Position graphic (2.X.2.5.3.3).class
AviationZone
Implementation of aviation area graphics.class
BasicArea
Implementation of general area graphics.class
BattlePosition
Implementation of Battle Position graphics.class
CircularFireSupportArea
Implementation of circular Fire Support graphics.class
CircularPositionArea
Implementation of the Position Area for Artillery, Circular graphic (2.X.4.3.2.6.2).class
CircularRangeFan
Implementation of the Circular Weapon/Sensor Range Fan graphic (2.X.4.3.4.1).class
CombatSupportArea
Implementation of combat support area graphics.class
Dummy
Implementation of the Dummy graphic (hierarchy 2.X.2.3.1, SIDC: G*GPPD----****X).class
Encirclement
Implementation of the Encirclement graphic (2.X.2.6.2.3).class
FilledArea
An area that is filled with a pattern of diagonal lines.class
FortifiedArea
Implementation of the Fortified Area graphic (2.X.2.1.3.4).class
GroupOfTargets
Implementation of the Series or Group of Targets graphic (2.X.4.3.1.3).class
IrregularFireSupportArea
Implementation of the irregular Fire Support area graphics.class
LimitedAccessArea
Implementation of the Limited Access Area graphic (2.X.2.1.3.10).class
LimitedAccessSymbol
Implementation of TacticalSymbol that renders a symbol inside a pentagon, for the Limited Access Area graphic.class
MinimumSafeDistanceZones
Implementation of the Minimum Safe Distance Zone graphic (2.X.3.4.1).class
OffenseArea
Implementation of offense area graphics.class
RectangularFireSupportArea
Implementation of rectangular Fire Support graphics.class
RectangularPositionArea
Implementation of the Position Area for Artillery, Rectangular graphic (2.X.4.3.2.6.1).class
RectangularTarget
Implementation of the Rectangular Target graphic (hierarchy 2.X.4.3.1.1, SIDC: G*FPATR---****X).class
SearchArea
Implementation of the Search Area/Reconnaissance Area graphic (2.X.2.1.3.9).class
SectorRangeFan
Implementation of the Sector Weapon/Sensor Range Fans graphic (2.X.4.3.4.2).class
Smoke
Implementation of the Smoke graphic (hierarchy 2.X.4.3.1.4, SIDC: G*FPATS---****X).class
SpecialInterestArea
Implementation of General Command/Special area graphics.class
SupportByFirePosition
Implementation of the Support By Fire Position graphic (2.X.2.5.3.4).class
WeaponsFreeZone
Implementation 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 class
AbstractAxisArrow
Base class for axis of advance arrow graphics.class
AdvanceForFeint
Implementation of the Axis of Advance for Feint graphic (2.X.2.3.3).class
Airborne
Implementation of the Airborne graphic (hierarchy 2.X.2.5.2.1.2, SIDC: G*GPOLAA--****X).class
AttackRotaryWing
Implementation of the Aviation offensive graphic (hierarchy 2.X.2.5.2.1.3, SIDC: G*GPOLAR--****X).class
Aviation
Implementation of the Aviation offensive graphic (hierarchy 2.X.2.5.2.1.1, SIDC: G*GPOLAV--****X).class
Boundary
Implementation of the Boundary graphic (2.X.2.1.2.1).class
DirectionOfAttack
Direction of Attack graphics.class
DirectionOfAttackAviation
Implementation of the Direction of Attack, Aviation graphic (2.X.2.5.2.2.1).class
DirectionOfAttackForFeint
Implementation of the Direction of Attack for Feint graphic (2.X.2.3.3).class
DoseRateContourLine
Implementation of the Dose Rate Contour Line graphic (2.X.3.4.9).class
FireSupportLine
Implementation of Fire Support line graphics.class
ForwardEdgeOfBattleArea
Implementation of the Forward Edge of Battle Area (FEBA) graphic (2.X.2.4.2.1).protected static class
ForwardEdgeOfBattleArea.FEBASymbol
Implementation of TacticalSymbol to draw a symbol at the end of a FEBA line.class
ForwardLineOfOwnTroops
Implementation of the Forward Line of Own Troops graphic (2.X.2.1.2.2).class
HoldingLine
This class implements the following graphics: Holding Line (2.X.2.6.1.2) Bridgehead (2.X.2.6.1.4)class
InfiltrationLane
Implementation of the Infiltration Lane graphic (2.X.2.5.2.4).class
LinearTarget
Implementation of Linear Target graphics.class
LineOfContact
Implementation of the Line of Contact graphic (2.X.2.1.2.3).class
MainAttack
Implementation of the Main Attack graphic (hierarchy 2.X.2.5.2.1.4.1, SIDC: G*GPOLAGM-****X).class
MunitionFlightPath
class
PhaseLine
Implementation of phase line graphics.class
PrincipleDirectionOfFire
Implementation of the Principle Direction of Fire graphic (2.X.2.4.2.2).class
PullUpPoint
Implementation of the Pull-Up Point (PUP) graphic (2.X.2.2.1.3).class
Route
Implementation of the aviation route graphics.class
RoutePoint
Implementation of aviation route control point graphics.class
SupportingAttack
Implementation 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 interface
SectorGeometry
This 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 class
RectangularTessellator.RectTile
-
Uses of Renderable in gov.nasa.worldwind.util
Classes in gov.nasa.worldwind.util that implement Renderable Modifier and Type Class Description class
EditorAnnotation
protected static class
PlacemarkClutterFilter.DeclutteredLabel
Fields in gov.nasa.worldwind.util declared as Renderable Modifier and Type Field Description protected Renderable
ShapeEditor. shape
The shape associated with the editor.Methods in gov.nasa.worldwind.util that return Renderable Modifier and Type Method Description protected Renderable
ShapeEditor. doMakeShadowShape()
Creates and returns the stationary shape displayed during editing operations.Renderable
ShapeEditor. 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 double
ShapeEditor. 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 class
LayerTree
ARenderable
tree of
objects 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 class
MeasureTool.ControlPoint
protected static class
MeasureTool.ControlPointWithLeader
protected static class
MeasureTool.CustomRenderableLayer
Fields in gov.nasa.worldwind.util.measure with type parameters of type Renderable Modifier and Type Field Description protected java.util.ArrayList<Renderable>
MeasureTool. controlPoints
Methods 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 interface
Tree
A tree of objects, drawn in the WorldWindow, that the user can interact with.interface
TreeLayout
Handles rendering aTree
.Classes in gov.nasa.worldwind.util.tree that implement Renderable Modifier and Type Class Description class
BasicTree
Basic implementation of aTree
control.class
BasicTreeLayout
Layout that draws aTree
similar to a file browser tree.class
ScrollBar
A scrollbar component.class
ScrollFrame
A 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 class
AntennaAxes
Provides axes forAntennaModel
.class
AntennaModel
Models 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 class
ElevationPlane
Renders a textured plane at a given elevation.class
SARAnnotation
-
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 class
PlaneModel
Renders a plane model at a position with a given heading.class
ScreenElevationLine
Display an horizontal line across the viewport when a plane at a given elevation cuts through the view near plane.class
TrackSegmentInfo
protected static class
TrackSegmentInfo.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 class
SegmentPlaneRenderer.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 class
ToolTipAnnotation
-
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 Renderable
MeasurementPanel. getShape()
Methods in gov.nasa.worldwindx.applications.worldwindow.features with parameters of type Renderable Modifier and Type Method Description void
MeasurementPanel. 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 class
WWOMeasureToolControlPoints
class
WWOMeasureToolControlPoints.ControlPoint
Fields in gov.nasa.worldwindx.applications.worldwindow.util.measuretool declared as Renderable Modifier and Type Field Description protected Renderable
WWOMeasureTool. shape
Methods in gov.nasa.worldwindx.applications.worldwindow.util.measuretool that return Renderable Modifier and Type Method Description Renderable
WWOMeasureTool. 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 class
PickFrustum.PickFrustumLayer.OrderedIcon
class
RadarVolume
Displays a volume defined by a near and far grid of positions.static class
ShapeEditingExtension.Arrow
Defines 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 Renderable
GeoJSONLoader. createPoint(gov.nasa.worldwind.formats.geojson.GeoJSONGeometry owner, Position pos, PointPlacemarkAttributes attrs, AVList properties)
protected Renderable
GeoJSONLoader. 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 Renderable
GeoJSONLoader. createPolyline(gov.nasa.worldwind.formats.geojson.GeoJSONGeometry owner, java.lang.Iterable<? extends Position> positions, ShapeAttributes attrs, AVList properties)
protected Renderable
ShapeEditingExtension.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 double
ShapeEditingExtension.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 class
AnalyticSurface
AnalyticSurface represents a connected grid of geographic locations, covering a specifiedSector
at a specified base altitude in meters.protected static class
AnalyticSurface.AnalyticSurfaceObject
protected static class
AnalyticSurface.ClampToGroundSurface
protected static class
AnalyticSurface.OrderedSurface
protected static class
AnalyticSurface.ShadowSurface
class
AnalyticSurfaceLegend
protected static class
AnalyticSurfaceLegend.LabelRenderable
protected static class
AnalyticSurfaceLegend.OrderedLabel
class
ExportableAnalyticSurface
An 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. labels
Methods in gov.nasa.worldwindx.examples.analytics that return Renderable Modifier and Type Method Description protected static Renderable
AnalyticSurfaceDemo. 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 class
PointGrid
Fields in gov.nasa.worldwindx.examples.lineofsight with type parameters of type Renderable Modifier and Type Field Description protected java.lang.Iterable<Renderable>
ShapeLineIntersector. renderables
Methods 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 void
ShapeLineIntersector. 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 class
Cube
Example of a customRenderable
that draws a cube at a geographic position.protected class
Cube.OrderedCube
This 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 class
AudioPlayerAnnotation
class
ButtonAnnotation
class
DialogAnnotation
protected static class
DialogAnnotation.BusyImage
class
DirectedPath
APath
that draws arrowheads between the path positions to indicate direction.class
DirectedSurfacePolyline
ASurfacePolyline
that draws arrowheads between the polyline positions to indicate direction.class
ImageAnnotation
class
LabeledPath
LabeledPath draws aAnnotation
on a specified path.class
ProgressAnnotation
protected static class
ScreenSelector.SelectionRectangle
protected static class
SectorSelector.RegionShape
class
SlideShowAnnotation
class
ToolTip
class
ToolTipAnnotation
Displays a tool tip annotation at a specified screen position.protected class
ViewVolumeRenderer.OrderedViewVolume
Methods in gov.nasa.worldwindx.examples.util that return Renderable Modifier and Type Method Description protected Renderable
ShapefileLoader. createPoint(gov.nasa.worldwind.formats.shapefile.ShapefileRecord record, double latDegrees, double lonDegrees, PointPlacemarkAttributes attrs)
Deprecated.protected Renderable
ShapefileLoader. createPolyline(gov.nasa.worldwind.formats.shapefile.ShapefileRecord record, ShapeAttributes attrs)
Deprecated.protected Renderable
ShapefileLoader. createPolyline(gov.nasa.worldwind.formats.shapefile.Shapefile shp, ShapeAttributes attrs)
Deprecated.
-