|
NASA World Wind | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of Renderable in gov.nasa.worldwind.applications.glider |
|---|
| Methods in gov.nasa.worldwind.applications.glider that return types with arguments of type Renderable | |
|---|---|
protected static List<Renderable> |
GliderImageLayer.makePolylines(GliderRegionOfInterest.RegionSet regions,
double altitude)
|
| Uses of Renderable in gov.nasa.worldwind.applications.sar |
|---|
| Classes in gov.nasa.worldwind.applications.sar that implement Renderable | |
|---|---|
class |
PlaneModel
Renders a plane model at a position with a given heading. |
class |
SARAnnotation
|
class |
ScreenElevationLine
Display an horizontal line across the viewport when a plane at a given elevation cuts through the view near plane. |
| Uses of Renderable in gov.nasa.worldwind.examples |
|---|
| Classes in gov.nasa.worldwind.examples that implement Renderable | |
|---|---|
static class |
ImageEditor.RegionShape
|
| Uses of Renderable in gov.nasa.worldwind.examples.util |
|---|
| Classes in gov.nasa.worldwind.examples.util that implement Renderable | |
|---|---|
protected static class |
SectorSelector.RegionShape
|
| Uses of Renderable in gov.nasa.worldwind.geom |
|---|
| Classes in gov.nasa.worldwind.geom that implement Renderable | |
|---|---|
class |
Cylinder
Represents a geometric cylinder. |
class |
Sphere
Represents a sphere in three dimensional space. |
| Uses of Renderable in gov.nasa.worldwind.layers |
|---|
| Methods in gov.nasa.worldwind.layers that return types with arguments of type Renderable | |
|---|---|
protected Iterable<Renderable> |
RenderableLayer.getActiveRenderables()
Returns the Iterable of currently active Renderables. |
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 | |
|---|---|
void |
RenderableLayer.addRenderable(Renderable renderable)
Adds the specified renderable to this layer's internal collection. |
void |
RenderableLayer.removeRenderable(Renderable renderable)
Removes the specified renderable from this layer's internal collection, if it exists. |
| Method parameters in gov.nasa.worldwind.layers with type arguments of type Renderable | |
|---|---|
void |
RenderableLayer.addRenderables(Iterable<? extends Renderable> renderables)
Adds the contents of the specified renderables to this layer's internal collection. |
protected void |
RenderableLayer.doPick(DrawContext dc,
Iterable<? extends Renderable> renderables,
Point pickPoint)
|
protected void |
RenderableLayer.doPreRender(DrawContext dc,
Iterable<? extends Renderable> renderables)
|
protected void |
RenderableLayer.doRender(DrawContext dc,
Iterable<? extends Renderable> renderables)
|
protected void |
SurfaceShapeLayer.separateSurfaceShapes(Iterable<? extends Renderable> renderables,
List<SurfaceShape> surfaceShapes,
List<Renderable> nonSurfaceShapes)
|
protected void |
SurfaceShapeLayer.separateSurfaceShapes(Iterable<? extends Renderable> renderables,
List<SurfaceShape> surfaceShapes,
List<Renderable> nonSurfaceShapes)
|
void |
RenderableLayer.setRenderables(Iterable<Renderable> renderableIterable)
Overrides the collection of currently active Renderables with the specified renderableIterable. |
| Uses of Renderable in gov.nasa.worldwind.render |
|---|
| Subinterfaces of Renderable in gov.nasa.worldwind.render | |
|---|---|
interface |
Annotation
Represent a text label and its rendering attributes. |
interface |
OrderedRenderable
|
interface |
SurfaceShape
The SurfaceShape is a common interface for surface conforming shapes such as polygon, sector, ellipse, and quadrilateral. |
| Classes in gov.nasa.worldwind.render that implement Renderable | |
|---|---|
class |
AbstractAnnotation
An Annotation represent a text label and its rendering attributes. |
class |
AbstractSurfaceShape
|
class |
ConformingCircle
|
class |
ConformingCircularPolygon
This class provides a convenient way to create a polygon inscribed in a circle. |
class |
ConformingEllipse
|
class |
ConformingEllipticalPolygon
This class provides a convenient way to create a polygon inscribed in an ellipse. |
class |
ConformingPolygon
|
class |
ConformingQuad
|
class |
ConformingSector
|
class |
ConformingShape
The design of the class hierarchy for which this class is the base was derived in part from that of the class hierarchy rooted by SurfaceShape. |
class |
ConformingSquare
|
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 |
GlobeAnnotation
Represent a text label attached to a Position on the globe and its rendering attributes. |
class |
Polyline
|
class |
Quadrilateral
|
class |
ScreenAnnotation
Represent a text label attached to a Point on the viewport and its rendering attributes. |
class |
ScreenImage
|
protected static class |
SegmentPlaneRenderer.OrderedText
|
class |
SurfaceCircle
|
class |
SurfaceConvexShape
|
class |
SurfaceEllipse
|
class |
SurfaceImage
Renders a single image contained in a local file or BufferedImage |
class |
SurfacePolygon
|
class |
SurfacePolyline
|
class |
SurfaceQuad
|
class |
SurfaceSector
|
class |
SurfaceSquare
|
| Methods in gov.nasa.worldwind.render that return types with arguments of type Renderable | |
|---|---|
ArrayList<Renderable> |
ContourLine.getRenderables()
|
| Uses of Renderable in gov.nasa.worldwind.render.airspaces |
|---|
| Subinterfaces of Renderable in gov.nasa.worldwind.render.airspaces | |
|---|---|
interface |
Airspace
|
| Classes in gov.nasa.worldwind.render.airspaces that implement Renderable | |
|---|---|
class |
AbstractAirspace
|
class |
Box
|
class |
Cake
A cake consists of mutiple adjacent cylinder segments. |
static class |
Cake.Layer
An inner class of Cake 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 |
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
|
class |
SphereAirspace
A spherical airspace shape defined by a center location and a radius. |
class |
TrackAirspace
|
| Uses of Renderable in gov.nasa.worldwind.terrain |
|---|
| Subinterfaces of Renderable in gov.nasa.worldwind.terrain | |
|---|---|
interface |
SectorGeometry
|
| Uses of Renderable in gov.nasa.worldwind.util.measure |
|---|
| Classes in gov.nasa.worldwind.util.measure that implement Renderable | |
|---|---|
class |
MeasureTool.ControlPoint
|
protected class |
MeasureTool.CustomRenderableLayer
|
| Fields in gov.nasa.worldwind.util.measure with type parameters of type Renderable | |
|---|---|
protected ArrayList<Renderable> |
MeasureTool.controlPoints
|
| Methods in gov.nasa.worldwind.util.measure that return types with arguments of type Renderable | |
|---|---|
ArrayList<Renderable> |
MeasureTool.getControlPoints()
Get the list of control points associated with the current measure shape. |
|
NASA World Wind | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||