| Package | Description | 
|---|---|
| gov.nasa.worldwind.ogc.collada.impl | 
 Provides classes for rendering COLLADA documents. 
 | 
| gov.nasa.worldwind.ogc.kml.impl | |
| gov.nasa.worldwind.render | |
| gov.nasa.worldwindx.applications.antenna | |
| gov.nasa.worldwindx.examples | |
| gov.nasa.worldwindx.examples.shapebuilder | |
| gov.nasa.worldwindx.examples.util | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ColladaMeshShape
Shape to render a COLLADA line or triangle mesh. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
KMLExtrudedPolygonImpl  | 
class  | 
KMLGroundOverlayPolygonImpl
Implementation of  
Polygon to render KML GroundOverlay. | 
class  | 
KMLLineStringPlacemarkImpl  | 
class  | 
KMLPolygonImpl  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractGeneralShape
A shape that is positioned and oriented independently of its defining geometry. 
 | 
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  | 
Cylinder
A general cylinder volume defined by a center position, height and radius, or alternatively, by three axis radii. 
 | 
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. 
 | 
class  | 
Path
Displays a line or curve between positions. 
 | 
class  | 
Polygon
/** A 3D polygon. 
 | 
class  | 
Pyramid
A general pyramid volume defined by a center position, a height, and two axis lengths. 
 | 
class  | 
RigidShape
A general rigid volume defined by a center position and the three axis radii. 
 | 
class  | 
Wedge
A general cylinder volume defined by a center position, height and radius, or alternatively, by three axis radii. 
 | 
| Constructor and Description | 
|---|
AbstractShape(AbstractShape source)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AntennaAxes
Provides axes for  
AntennaModel. | 
class  | 
AntennaModel
Models antenna gain. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
RadarVolume
Displays a volume defined by a near and far grid of positions. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected AbstractShape | 
RigidShapeBuilder.AbstractShapeEntry.shape  | 
| Modifier and Type | Method and Description | 
|---|---|
AbstractShape | 
RigidShapeBuilder.AbstractShapeFactory.createShape(WorldWindow wwd,
           boolean fitShapeToViewport)  | 
AbstractShape | 
RigidShapeBuilder.ExtrudedPolygonFactory.createShape(WorldWindow wwd,
           boolean fitShapeToViewport)  | 
AbstractShape | 
RigidShapeBuilder.AbstractShapeEntry.getShape()  | 
| Modifier and Type | Method and Description | 
|---|---|
AbstractShapeEditor | 
RigidShapeBuilder.AbstractShapeFactory.createEditor(AbstractShape shape)  | 
AbstractShapeEditor | 
RigidShapeBuilder.EllipsoidFactory.createEditor(AbstractShape shape)  | 
AbstractShapeEditor | 
RigidShapeBuilder.BoxFactory.createEditor(AbstractShape shape)  | 
AbstractShapeEditor | 
RigidShapeBuilder.CylinderFactory.createEditor(AbstractShape shape)  | 
AbstractShapeEditor | 
RigidShapeBuilder.PyramidFactory.createEditor(AbstractShape shape)  | 
AbstractShapeEditor | 
RigidShapeBuilder.ConeFactory.createEditor(AbstractShape shape)  | 
AbstractShapeEditor | 
RigidShapeBuilder.WedgeFactory.createEditor(AbstractShape shape)  | 
AbstractShapeEditor | 
RigidShapeBuilder.ExtrudedPolygonFactory.createEditor(AbstractShape shape)  | 
protected RigidShapeBuilder.AbstractShapeEntry | 
RigidShapeBuilder.AbstractShapeBuilderController.getEntryFor(AbstractShape shape)  | 
abstract void | 
AbstractShapeEditor.setShape(AbstractShape shape)  | 
void | 
ExtrudedPolygonEditor.setShape(AbstractShape shape)  | 
void | 
RigidShapeEditor.setShape(AbstractShape shape)  | 
| Constructor and Description | 
|---|
AbstractShapeEntry(AbstractShape shape,
                  AbstractShapeEditor editor)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DirectedPath
A  
Path that draws arrowheads between the path positions to indicate direction. | 
| Modifier and Type | Method and Description | 
|---|---|
protected Position | 
BalloonController.computeIntersection(AbstractShape shape,
                   Point screenPoint)
Compute the intersection of a line through a screen point and a shape. 
 |