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.examples | |
gov.nasa.worldwindx.examples.analytics | |
gov.nasa.worldwindx.examples.kml |
Examples of importing and exporting files in the Keyhole Markup Language (KML).
|
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 |
KMLPointPlacemarkImpl
Implements the Point case of a KML Placemark element.
|
class |
KMLPolygonImpl |
class |
KMLScreenImageImpl
Implements at KML ScreenOverlay element.
|
class |
KMLSurfaceImageImpl |
class |
KMLSurfacePolygonImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
BalloonAttributes
Holds attributes for World Wind
Balloon shapes. |
interface |
ShapeAttributes
|
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 |
BasicBalloonAttributes
Basic implementation of the
BalloonAttributes interface. |
class |
BasicShapeAttributes
Basic implementation of the
ShapeAttributes interface. |
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 |
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 |
PointPlacemarkAttributes
Holds attributes for
PointPlacemark s. |
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 |
ScreenCreditImage |
class |
ScreenImage
Draws an image parallel to the screen at a specified screen location relative to the World Window.
|
class |
SurfaceImage
Renders a single image contained in a local file, a remote file, or a
BufferedImage . |
class |
SurfacePolygon |
class |
SurfacePolyline |
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 |
AirspaceAttributes
Holds common attributes for World Wind
Airspace shapes. |
Modifier and Type | Class and Description |
---|---|
class |
BasicAirspaceAttributes
Basic implementation of the
AirspaceAttributes interface. |
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 | Class and Description |
---|---|
class |
ExportableAnalyticSurface
An extension of AnalyticSurface that enables export of the surface to a KML ground overlay.
|
Modifier and Type | Method and Description |
---|---|
void |
KMLDocumentBuilder.writeObject(Exportable exportable)
Write an
Exportable object to the document. |
void |
KMZDocumentBuilder.writeObject(Exportable exportable)
Write an
Exportable object to the document. |
void |
KMLDocumentBuilder.writeObjects(Exportable... exportables)
Write a list of
Exportable objects to the document. |
void |
KMZDocumentBuilder.writeObjects(Exportable... exportables)
Write a list of
Exportable objects to the document. |
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 |