| Package | Description | 
|---|---|
| gov.nasa.worldwind | |
| gov.nasa.worldwind.globes | 
 Provides classes for representing the shape and terrain of a planet. 
 | 
| gov.nasa.worldwind.render | |
| gov.nasa.worldwind.terrain | |
| gov.nasa.worldwind.util | |
| gov.nasa.worldwind.view.orbit | |
| gov.nasa.worldwindx.applications.sar.segmentplane | |
| gov.nasa.worldwindx.examples.multiwindow | 
 Examples of how to use multiple WorldWind globes in the same application. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SectorGeometryList | 
SceneController.getTerrain()
Returns the terrain geometry used to draw the most recent frame. 
 | 
SectorGeometryList | 
AbstractSceneController.getTerrain()  | 
| Modifier and Type | Method and Description | 
|---|---|
SectorGeometryList | 
EllipsoidalGlobe.tessellate(DrawContext dc)  | 
SectorGeometryList | 
Globe.tessellate(DrawContext dc)
Tessellate this globe for the currently visible region. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected SectorGeometryList | 
DrawContextImpl.surfaceGeometry  | 
protected SectorGeometryList | 
DrawContextImpl.OrderedRenderableEntry.surfaceGeometry  | 
| Modifier and Type | Method and Description | 
|---|---|
SectorGeometryList | 
DrawContextImpl.getSurfaceGeometry()  | 
SectorGeometryList | 
DrawContext.getSurfaceGeometry()
Retrieves a list of all the sectors rendered so far this frame. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DrawContextImpl.setSurfaceGeometry(SectorGeometryList surfaceGeometry)  | 
void | 
DrawContext.setSurfaceGeometry(SectorGeometryList surfaceGeometry)
Specifies the current surface geometry. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected SectorGeometryList | 
RectangularTessellator.currentTiles  | 
| Modifier and Type | Method and Description | 
|---|---|
SectorGeometryList | 
RectangularTessellator.tessellate(DrawContext dc)  | 
SectorGeometryList | 
Tessellator.tessellate(DrawContext dc)
Tessellate a globe for the currently visible region. 
 | 
| Constructor and Description | 
|---|
SectorGeometryList(SectorGeometryList list)
Constructs a sector geometry list that contains a specified list of sector geometries. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Set<T> | 
BasicQuadTree.getItemsInRegions(SectorGeometryList geometryList,
                 java.util.Set<T> outItems)
Finds and returns the items intersecting a specified collection of  
SectorGeometry. | 
| Modifier and Type | Method and Description | 
|---|---|
static OrbitViewInputSupport.OrbitViewState | 
OrbitViewInputSupport.getSurfaceIntersection(Globe globe,
                      SectorGeometryList terrain,
                      Position centerPosition,
                      Angle heading,
                      Angle pitch,
                      double zoom)  | 
| Modifier and Type | Method and Description | 
|---|---|
Position | 
SegmentPlaneRenderer.computeControlPointPosition(SectorGeometryList sgl,
                           Globe globe,
                           SegmentPlane segmentPlane,
                           SegmentPlane.ControlPoint controlPoint)  | 
protected Position | 
SegmentPlaneRenderer.computePositionOnPlane(SectorGeometryList sgl,
                      Globe globe,
                      SegmentPlane segmentPlane,
                      double u,
                      double v,
                      boolean relativeToSurface)  | 
protected double | 
SegmentPlaneRenderer.computeSurfaceElevation(SectorGeometryList sgl,
                       Globe globe,
                       Angle latitude,
                       Angle longitude)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected SectorGeometryList | 
ViewVolumeViewer.SectorGeometryLayer.sg  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ViewVolumeViewer.SectorGeometryLayer.setGeometry(SectorGeometryList sectorGeometry)  |