Modifier and Type | Class and 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.
|
Modifier and Type | Class and Description |
---|---|
protected class |
CompassLayer.OrderedIcon |
protected class |
ScalebarLayer.OrderedImage |
protected class |
TerrainProfileLayer.OrderedIcon |
protected class |
WorldMapLayer.OrderedIcon |
Modifier and Type | Field and Description |
---|---|
protected BasicQuadTree<Renderable> |
CachedRenderableLayer.extentTree |
protected java.util.Collection<Renderable> |
RenderableLayer.renderables |
protected java.lang.Iterable<Renderable> |
RenderableLayer.renderablesOverride |
Modifier and Type | Method and Description |
---|---|
Renderable |
CachedRenderableLayer.getByName(java.lang.String name)
Searches the layer for a named Renderable.
|
Modifier and Type | Method and 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.lang.Iterable<Renderable> |
RenderableLayer.getRenderables()
Returns the Iterable of Renderables currently in use by this 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.
|
Modifier and Type | Method and 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 specified
renderable at the specified index in this layer's internal
collection. |
void |
RenderableLayer.addRenderable(Renderable renderable)
Adds the specified
renderable 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 specified
renderable from this layer's internal collection, if it exists. |
Modifier and Type | Method and Description |
---|---|
void |
RenderableLayer.addRenderables(java.lang.Iterable<? extends Renderable> renderables)
Adds the contents of the specified
renderables to this layer's internal collection. |
protected void |
RenderableLayer.doPick(DrawContext dc,
java.lang.Iterable<? extends Renderable> renderables,
java.awt.Point pickPoint) |
protected void |
CachedRenderableLayer.doPick(DrawContext dc,
java.lang.Iterable<? extends Renderable> renderables,
java.awt.Point pickPoint) |
protected void |
RenderableLayer.doPreRender(DrawContext dc,
java.lang.Iterable<? extends Renderable> renderables) |
protected void |
CachedRenderableLayer.doPreRender(DrawContext dc,
java.lang.Iterable<? extends Renderable> renderables) |
protected void |
RenderableLayer.doRender(DrawContext dc,
java.lang.Iterable<? extends Renderable> renderables) |
protected void |
CachedRenderableLayer.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 specified
renderableIterable . |
Modifier and Type | Class and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
KMLAbstractBalloon
An implementation of
Balloon that applies a KMLBalloonStyle 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 of
Polygon 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 |
Modifier and Type | Interface and 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
A
Balloon attached to a position on the globe. |
interface |
OrderedRenderable |
interface |
ScreenBalloon
A
Balloon 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 as
SurfaceShape . |
interface |
SurfaceRenderable
Common interface for renderables that are drawn on the Globe's terrain surface, such as
SurfaceShape . |
interface |
SurfaceShape
Common interface for surface conforming shapes such as
SurfacePolygon , SurfacePolyline , SurfaceEllipse , SurfaceQuad , and SurfaceSector . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAnnotation
An
Annotation represent a text label and its rendering attributes. |
class |
AbstractAnnotationBalloon
Implementation of balloon using
Annotation . |
class |
AbstractBalloon
Abstract implementation of
Balloon . |
class |
AbstractBrowserBalloon
A
that displays HTML, JavaScript, and Flash content using the
system's native browser. |
protected class |
AbstractBrowserBalloon.OrderedBrowserBalloon |
class |
AbstractGeneralShape
A shape that is positioned and oriented independently of its defining geometry.
|
class |
AbstractShape
Provides a base class form several geometric
Renderable s. |
class |
AbstractSurfaceObject
Abstract implementation of SurfaceObject that participates in the
SceneController 's bulk
rendering of SurfaceObjects. |
class |
AbstractSurfaceRenderable
Surface renderable.
|
class |
AbstractSurfaceShape
Common superclass for surface conforming shapes such as
SurfacePolygon , SurfacePolyline , SurfaceEllipse , SurfaceQuad , and SurfaceSector . |
protected class |
BasicAnnotationRenderer.OrderedAnnotation |
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 |
DeclutterableText
A wrapper around
GeographicText 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.
|
class |
GlobeBrowserBalloon
A
that displays HTML, JavaScript, and Flash content using
the system's native browser, and who's origin is located at a position on the Globe . |
protected class |
GlobeBrowserBalloon.OrderedGlobeBrowserBalloon |
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 |
ScreenBrowserBalloon
A
that displays HTML, JavaScript, and Flash content
using the system's native browser, and who's origin is located at 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 a
BufferedImage . |
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.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Renderable> |
ContourLine.getRenderables() |
Modifier and Type | Interface and Description |
---|---|
interface |
Airspace |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAirspace |
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 |
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 |
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 of
Box objects. |
Modifier and Type | Class and Description |
---|---|
protected class |
MarkerRenderer.OrderedMarker |
Modifier and Type | Interface and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTacticalGraphic
Base class for tactical graphics.
|
class |
AbstractTacticalSymbol |
protected class |
AbstractTacticalSymbol.OrderedSymbol |
protected class |
TacticalGraphicLabel.OrderedLabel |
Modifier and Type | Interface and Description |
---|---|
interface |
MilStd2525TacticalGraphic
Interface to describe tactical graphics defined by MIL-STD-2525.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMilStd2525TacticalGraphic
Base class for MIL-STD-2525 tactical graphics.
|
class |
MilStd2525PointGraphic
Implementation of MIL-STD-2525 point graphics.
|
class |
MilStd2525TacticalSymbol
Implementation of
TacticalSymbol that provides support for tactical symbols from
the MIL-STD-2525 symbology
set. |
Modifier and Type | Class and 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).
|
Modifier and Type | Class and 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).
|
Modifier and Type | Class and 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)
Note: These graphics require three control points.
|
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 |
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).
|
Modifier and Type | Interface and Description |
---|---|
interface |
SectorGeometry
This interface provides access to individual terrain tiles, which are contained in a
SectorGeometryList . |
Modifier and Type | Class and Description |
---|---|
protected static class |
RectangularTessellator.RectTile |
Modifier and Type | Class and Description |
---|---|
class |
EditorAnnotation |
protected static class |
PlacemarkClutterFilter.DeclutteredLabel |
Modifier and Type | Field and Description |
---|---|
protected Renderable |
ShapeEditor.shape
The shape associated with the editor.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
protected double |
ShapeEditor.doGetControlPointAltitude(LatLon location,
Renderable shape) |
Constructor and Description |
---|
ShapeEditor(WorldWindow wwd,
Renderable originalShape)
Constructs an editor for a specified shape.
|
Modifier and Type | Class and Description |
---|---|
class |
LayerTree
A
Renderable tree of objects and their content. |
Modifier and Type | Class and Description |
---|---|
static class |
MeasureTool.ControlPoint |
protected static class |
MeasureTool.ControlPointWithLeader |
protected static class |
MeasureTool.CustomRenderableLayer |
Modifier and Type | Field and Description |
---|---|
protected java.util.ArrayList<Renderable> |
MeasureTool.controlPoints |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Renderable> |
MeasureTool.getControlPoints()
Get the list of control points associated with the current measure shape.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Tree
A tree of objects, drawn in the WorldWindow, that the user can interact with.
|
interface |
TreeLayout
Handles rendering a
Tree . |
Modifier and Type | Class and Description |
---|---|
class |
BasicTree
Basic implementation of a
Tree control. |
class |
BasicTreeLayout
Layout that draws a
Tree similar to a file browser tree. |
class |
ScrollBar
A scrollbar component.
|
class |
ScrollFrame
A frame that can scroll its contents.
|
Modifier and Type | Class and Description |
---|---|
class |
AntennaAxes
Provides axes for
AntennaModel . |
class |
AntennaModel
Models antenna gain.
|
Modifier and Type | Method and Description |
---|---|
protected static java.util.List<Renderable> |
GliderImageLayer.makePolylines(GliderRegionOfInterest.RegionSet regions,
double altitude) |
Modifier and Type | Class and Description |
---|---|
class |
ElevationPlane
Renders a textured plane at a given elevation.
|
class |
SARAnnotation |
Modifier and Type | Class and 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 |
Modifier and Type | Class and Description |
---|---|
protected static class |
SegmentPlaneRenderer.OrderedText |
Modifier and Type | Class and Description |
---|---|
class |
ToolTipAnnotation |
Modifier and Type | Method and Description |
---|---|
Renderable |
MeasurementPanel.getShape() |
Modifier and Type | Method and Description |
---|---|
void |
MeasurementPanel.setShapeColor(Renderable shape,
java.awt.Color lineColor,
java.awt.Color fillColor) |
Modifier and Type | Class and Description |
---|---|
class |
WWOMeasureToolControlPoints |
class |
WWOMeasureToolControlPoints.ControlPoint |
Modifier and Type | Field and Description |
---|---|
protected Renderable |
WWOMeasureTool.shape |
Modifier and Type | Method and Description |
---|---|
Renderable |
WWOMeasureTool.getShape() |
Constructor and Description |
---|
WWOMeasureTool(WorldWindow wwd,
Renderable shape,
java.lang.String lineType,
RenderableLayer controlPointsLayer) |
Modifier and Type | Class and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
protected double |
ShapeEditingExtension.ShapeEditorExtension.doGetControlPointAltitude(LatLon location,
Renderable shape) |
Constructor and Description |
---|
ShapeEditorExtension(WorldWindow wwd,
Renderable shape) |
Modifier and Type | Class and Description |
---|---|
class |
AnalyticSurface
AnalyticSurface represents a connected grid of geographic locations, covering a specified
Sector 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.
|
Modifier and Type | Field and Description |
---|---|
protected java.lang.Iterable<? extends Renderable> |
AnalyticSurfaceLegend.labels |
Modifier and Type | Method and Description |
---|---|
protected static Renderable |
AnalyticSurfaceDemo.createLegendRenderable(AnalyticSurface surface,
double surfaceMinScreenSize,
AnalyticSurfaceLegend legend) |
Modifier and Type | Method and 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) |
Modifier and Type | Class and Description |
---|---|
class |
PointGrid |
Modifier and Type | Field and Description |
---|---|
protected java.lang.Iterable<Renderable> |
ShapeLineIntersector.renderables |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<Renderable> |
ShapeLineIntersector.getRenderables() |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<Intersection> |
ShapeLineIntersector.performRenderableIntersection(Line line,
Renderable renderable) |
Modifier and Type | Method and Description |
---|---|
void |
ShapeLineIntersector.setRenderables(java.lang.Iterable<Renderable> renderables)
Specifies the renderables to intersect with the line.
|
Modifier and Type | Class and Description |
---|---|
class |
Cube
Example of a custom
Renderable that draws a cube at a geographic position. |
protected class |
Cube.OrderedCube
This class holds the Cube's Cartesian coordinates.
|
Modifier and Type | Class and Description |
---|---|
class |
AudioPlayerAnnotation |
class |
ButtonAnnotation |
class |
DialogAnnotation |
protected static class |
DialogAnnotation.BusyImage |
class |
DirectedPath
A
Path that draws arrowheads between the path positions to indicate direction. |
class |
DirectedSurfacePolyline
A
SurfacePolyline that draws arrowheads between the polyline positions to indicate direction. |
class |
ImageAnnotation |
class |
LabeledPath
LabeledPath draws a
Annotation on a specified path. |
class |
ProgressAnnotation |
protected static class |
ScreenSelector.SelectionRectangle |
protected static class |
SectorSelector.RegionShape |
class |
SlideShowAnnotation |
class |
ToolTip |
protected class |
ViewVolumeRenderer.OrderedViewVolume |
Modifier and Type | Method and 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.
|