Uses of Interface
gov.nasa.worldwind.Exportable
- 
Packages that use Exportable 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 
- 
- 
Uses of Exportable in gov.nasa.worldwind.ogc.collada.implClasses in gov.nasa.worldwind.ogc.collada.impl that implement Exportable Modifier and Type Class Description classColladaMeshShapeShape to render a COLLADA line or triangle mesh.
- 
Uses of Exportable in gov.nasa.worldwind.ogc.kml.implClasses in gov.nasa.worldwind.ogc.kml.impl that implement Exportable Modifier and Type Class Description classKMLExtrudedPolygonImplclassKMLGroundOverlayPolygonImplImplementation ofPolygonto render KML GroundOverlay.classKMLLineStringPlacemarkImplclassKMLPointPlacemarkImplImplements the Point case of a KML Placemark element.classKMLPolygonImplclassKMLScreenImageImplImplements at KML ScreenOverlay element.classKMLSurfaceImageImplclassKMLSurfacePolygonImpl
- 
Uses of Exportable in gov.nasa.worldwind.renderSubinterfaces of Exportable in gov.nasa.worldwind.render Modifier and Type Interface Description interfaceBalloonAttributesHolds attributes for WorldWindBalloonshapes.interfaceShapeAttributesClasses in gov.nasa.worldwind.render that implement Exportable Modifier and Type Class Description classAbstractGeneralShapeA shape that is positioned and oriented independently of its defining geometry.classAbstractShapeProvides a base class form several geometricRenderables.classBasicBalloonAttributesBasic implementation of theBalloonAttributesinterface.classBasicShapeAttributesBasic implementation of theShapeAttributesinterface.classBoxA general box volume defined by a center position and three axis radii.classConeA general cone volume defined by a center position, a height and a radius, or alternatively, by three axis radii.classCylinderA general cylinder volume defined by a center position, height and radius, or alternatively, by three axis radii.classEllipsoidA general ellipsoid volume defined by a center position and the three ellipsoid axis radii.classExtrudedPolygonA 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.classPathDisplays a line or curve between positions.classPointPlacemarkRepresents a point placemark consisting of an image, an optional line linking the image to a corresponding point on the terrain, and an optional label.classPointPlacemarkAttributesHolds attributes forPointPlacemarks.classPolygon/** A 3D polygon.classPyramidA general pyramid volume defined by a center position, a height, and two axis lengths.classRigidShapeA general rigid volume defined by a center position and the three axis radii.classScreenCreditImageclassScreenImageDraws an image parallel to the screen at a specified screen location relative to the WorldWindow.classSurfaceImageRenders a single image contained in a local file, a remote file, or aBufferedImage.classSurfacePolygonclassSurfacePolylineclassSurfaceQuadclassSurfaceSectorclassSurfaceSquareclassWedgeA general cylinder volume defined by a center position, height and radius, or alternatively, by three axis radii.
- 
Uses of Exportable in gov.nasa.worldwind.render.airspacesSubinterfaces of Exportable in gov.nasa.worldwind.render.airspaces Modifier and Type Interface Description interfaceAirspaceAttributesHolds common attributes for WorldWindAirspaceshapes.Classes in gov.nasa.worldwind.render.airspaces that implement Exportable Modifier and Type Class Description classBasicAirspaceAttributesBasic implementation of theAirspaceAttributesinterface.
- 
Uses of Exportable in gov.nasa.worldwindx.applications.antennaClasses in gov.nasa.worldwindx.applications.antenna that implement Exportable Modifier and Type Class Description classAntennaAxesProvides axes forAntennaModel.classAntennaModelModels antenna gain.
- 
Uses of Exportable in gov.nasa.worldwindx.examplesClasses in gov.nasa.worldwindx.examples that implement Exportable Modifier and Type Class Description classRadarVolumeDisplays a volume defined by a near and far grid of positions.
- 
Uses of Exportable in gov.nasa.worldwindx.examples.analyticsClasses in gov.nasa.worldwindx.examples.analytics that implement Exportable Modifier and Type Class Description classExportableAnalyticSurfaceAn extension of AnalyticSurface that enables export of the surface to a KML ground overlay.
- 
Uses of Exportable in gov.nasa.worldwindx.examples.kmlMethods in gov.nasa.worldwindx.examples.kml with parameters of type Exportable Modifier and Type Method Description voidKMLDocumentBuilder. writeObject(Exportable exportable)Write anExportableobject to the document.voidKMZDocumentBuilder. writeObject(Exportable exportable)Write anExportableobject to the document.voidKMLDocumentBuilder. writeObjects(Exportable... exportables)Write a list ofExportableobjects to the document.voidKMZDocumentBuilder. writeObjects(Exportable... exportables)Write a list ofExportableobjects to the document.
- 
Uses of Exportable in gov.nasa.worldwindx.examples.utilClasses in gov.nasa.worldwindx.examples.util that implement Exportable Modifier and Type Class Description classDirectedPathAPaththat draws arrowheads between the path positions to indicate direction.classDirectedSurfacePolylineASurfacePolylinethat draws arrowheads between the polyline positions to indicate direction.protected static classSectorSelector.RegionShape
 
-