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.worldwind.render.airspaces | |
gov.nasa.worldwindx.applications.antenna | |
gov.nasa.worldwindx.applications.sar | |
gov.nasa.worldwindx.examples | |
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 |
class |
KMLSurfacePolygonImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
SurfaceShape
Common interface for surface conforming shapes such as
SurfacePolygon , SurfacePolyline , SurfaceEllipse , SurfaceQuad , and SurfaceSector . |
Modifier and Type | Class and Description |
---|---|
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 |
AbstractSurfaceShape
Common superclass for surface conforming shapes such as
SurfacePolygon , SurfacePolyline , SurfaceEllipse , SurfaceQuad , and SurfaceSector . |
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 |
SurfaceCircle |
class |
SurfaceEllipse |
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 |
Wedge
A general cylinder volume defined by a center position, height and radius, or alternatively, by three axis radii.
|
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 |
---|---|
class |
AntennaAxes
Provides axes for
AntennaModel . |
class |
AntennaModel
Models antenna gain.
|
Modifier and Type | Class and Description |
---|---|
class |
ElevationPlane
Renders a textured plane at a given elevation.
|
Modifier and Type | Class and Description |
---|---|
class |
RadarVolume
Displays a volume defined by a near and far grid of positions.
|
Modifier and Type | Class and Description |
---|---|
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. |
protected static class |
SectorSelector.RegionShape |
Modifier and Type | Method and Description |
---|---|
static java.lang.Iterable<Extent> |
ExtentVisibilitySupport.extentsFromExtentHolders(java.lang.Iterable<? extends ExtentHolder> extentHolders,
Globe globe,
double verticalExaggeration)
Converts the specified Iterable of
ExtentHolder references to a new Iterable of
Extent references. |