NASA World Wind

Uses of Interface
gov.nasa.worldwind.avlist.AVList

Packages that use AVList
gov.nasa.worldwind   
gov.nasa.worldwind.applications.gio   
gov.nasa.worldwind.applications.gio.catalogui   
gov.nasa.worldwind.applications.gio.esg   
gov.nasa.worldwind.applications.gio.gidb   
gov.nasa.worldwind.applications.glider   
gov.nasa.worldwind.applications.sar   
gov.nasa.worldwind.avlist   
gov.nasa.worldwind.awt   
gov.nasa.worldwind.cache   
gov.nasa.worldwind.data   
gov.nasa.worldwind.event   
gov.nasa.worldwind.examples   
gov.nasa.worldwind.examples.Hawaii   
gov.nasa.worldwind.examples.util   
gov.nasa.worldwind.geom   
gov.nasa.worldwind.globes   
gov.nasa.worldwind.layers   
gov.nasa.worldwind.layers.Earth   
gov.nasa.worldwind.layers.Mars   
gov.nasa.worldwind.layers.Moon   
gov.nasa.worldwind.layers.placename   
gov.nasa.worldwind.layers.rpf   
gov.nasa.worldwind.pick   
gov.nasa.worldwind.poi   
gov.nasa.worldwind.render   
gov.nasa.worldwind.render.airspaces   
gov.nasa.worldwind.render.airspaces.editor   
gov.nasa.worldwind.retrieve   
gov.nasa.worldwind.terrain   
gov.nasa.worldwind.util   
gov.nasa.worldwind.util.measure   
gov.nasa.worldwind.view   
gov.nasa.worldwind.wms   
 

Uses of AVList in gov.nasa.worldwind
 

Subinterfaces of AVList in gov.nasa.worldwind
 interface Model
           
 interface SceneController
           
 interface View
          The View interface provides a coordinate transformation from model coordinates to eye coordinates.
 interface WorldWindow
          The top-level interface common to all toolkit-specific World Wind windows.
 interface WorldWindowGLDrawable
           
 interface WWObject
          An interface provided by the major World Wind components to provide attribute-value list management and property change management.
 

Classes in gov.nasa.worldwind that implement AVList
 class AbstractSceneController
           
 class AnaglyphSceneController
          Allows for stereo anaglyph display mode.
 class BasicModel
           
 class BasicSceneController
           
 class WorldWindowGLAutoDrawable
          A non-platform specific WorldWindow class.
 class WorldWindowImpl
          An implementation class for the WorldWindow interface.
 class WWObjectImpl
          Implements WWObject functionality.
 

Methods in gov.nasa.worldwind with parameters of type AVList
 ElevationModel BasicFactory.createFromCapabilities(String capsFileName, AVList params)
          Create an object such as a layer or elevation model given a local OGC capabilities document containing named layer descriptions.
protected  ElevationModel BasicFactory.doCreateFromCapabilities(Capabilities caps, AVList params)
          Implemented by subclasses to perform the actual object creation.
 

Uses of AVList in gov.nasa.worldwind.applications.gio
 

Constructors in gov.nasa.worldwind.applications.gio with parameters of type AVList
ESGCatalogPanel(String service, AVList tableParams)
           
 

Uses of AVList in gov.nasa.worldwind.applications.gio.catalogui
 

Classes in gov.nasa.worldwind.applications.gio.catalogui with type parameters of type AVList
 class AVListNode<T extends AVList>
           
 

Subinterfaces of AVList in gov.nasa.worldwind.applications.gio.catalogui
 interface QueryModel
           
 

Classes in gov.nasa.worldwind.applications.gio.catalogui that implement AVList
 class DefaultQueryModel
           
 class ResultModel
           
 

Methods in gov.nasa.worldwind.applications.gio.catalogui that return AVList
 AVList ResultTreeTable.getTableParams()
           
protected  AVList ResultTreeTable.initParams(AVList params)
           
 

Methods in gov.nasa.worldwind.applications.gio.catalogui with parameters of type AVList
protected  AVList ResultTreeTable.initParams(AVList params)
           
 

Constructors in gov.nasa.worldwind.applications.gio.catalogui with parameters of type AVList
ResultTreeTable(ResultList resultList, AVList tableParams)
           
TreeTableModelAdapter(AVList params)
           
 

Uses of AVList in gov.nasa.worldwind.applications.gio.esg
 

Classes in gov.nasa.worldwind.applications.gio.esg that implement AVList
 class ESGQueryModel
           
 class ESGResultModel
           
 class ServiceData
           
 class ServiceDataLink
           
 class ServicePackage
           
 

Methods in gov.nasa.worldwind.applications.gio.esg that return AVList
 AVList ServiceDetailsDialog.getContentParams()
           
protected  AVList ServiceDetailsDialog.initContentParams(AVList params)
           
 

Methods in gov.nasa.worldwind.applications.gio.esg with parameters of type AVList
protected static Angle GetServices.getAngleValue(AVList avList, String key)
           
static Angle ESGQueryModel.getAngleValue(AVList avList, String key)
           
protected static boolean GetServices.getBooleanValue(AVList avList, String key)
           
static Boolean ESGQueryModel.getBooleanValue(AVList avList, String key)
           
protected static Date GetServices.getDateValue(AVList avList, String key)
           
static Date ESGQueryModel.getDateValue(AVList avList, String key)
           
protected  AVList ServiceDetailsDialog.initContentParams(AVList params)
           
static void RegistryObjectUtils.makeClassificationParams(Iterator<ClassificationNode> src, AVList dest)
           
static void RegistryObjectUtils.makeCommonParams(RegistryObject src, AVList dest)
           
static void RegistryObjectUtils.makeCommonParamsNoOverwrite(RegistryObject src, AVList dest)
           
static void RegistryObjectUtils.makePersonParams(Person src, AVList dest)
           
protected  void ESGController.onBrowse(AVList params)
           
protected  String ServiceDetailsDialog.replaceContentParams(String content, AVList params)
           
 void ServiceDetailsDialog.setContentParams(AVList contentParams)
           
static void ServiceDetailsDialog.showDialog(String contentPath, String contentType, AVList contentParams, boolean alwaysOnTop)
           
 

Constructors in gov.nasa.worldwind.applications.gio.esg with parameters of type AVList
ESGQueryModel(AVList params)
           
ESGTreeTable(ResultList resultList, AVList tableParams)
           
GetServices.Request(AVList params)
           
GetServices(AVList queryParams, ResultList resultList)
           
 

Uses of AVList in gov.nasa.worldwind.applications.gio.gidb
 

Classes in gov.nasa.worldwind.applications.gio.gidb that implement AVList
 class GIDBResultModel
           
 class Layer
           
 

Methods in gov.nasa.worldwind.applications.gio.gidb with parameters of type AVList
static void PortalUtils.makeServerParams(Server src, AVList dest)
           
protected  void GIDBController.onBrowse(AVList params)
           
 

Constructors in gov.nasa.worldwind.applications.gio.gidb with parameters of type AVList
GetServices(AVList queryParams, ResultList resultList)
           
GIDBTreeTable(ResultList resultList, AVList tableParams)
           
 

Uses of AVList in gov.nasa.worldwind.applications.glider
 

Classes in gov.nasa.worldwind.applications.glider that implement AVList
 class GliderImage
           
 class GliderImageLayer
          Internal class to realize and control image and region drawing.
 class GliderRegionOfInterest
          Describes a region to highlight.
 class GliderWorldWindow
          View class to support GLIDER program.
 

Uses of AVList in gov.nasa.worldwind.applications.sar
 

Classes in gov.nasa.worldwind.applications.sar that implement AVList
 class LicenseAgreement
           
 class NOSALicenseAgreement
           
 class SARAnnotation
           
 class SARSegmentPlane
           
 

Methods in gov.nasa.worldwind.applications.sar with parameters of type AVList
 String SARSegmentPlane.ControlPointLabelAttributes.getText(SegmentPlane segmentPlane, Position position, AVList values)
           
 String SARSegmentPlane.AltitudeLabelAttributes.getText(SegmentPlane segmentPlane, Position position, AVList values)
           
 String SARSegmentPlane.AxisLabelAttributes.getText(SegmentPlane segmentPlane, Position position, AVList values)
           
 String SARSegmentPlane.MessageLabelAttributes.getText(SegmentPlane segmentPlane, Position position, AVList values)
           
 

Constructors in gov.nasa.worldwind.applications.sar with parameters of type AVList
LicenseAgreement(Object license, String licenseKey, AVList params)
           
 

Uses of AVList in gov.nasa.worldwind.avlist
 

Classes in gov.nasa.worldwind.avlist that implement AVList
 class AVListImpl
          An implementation class for the AVList interface.
 

Methods in gov.nasa.worldwind.avlist that return AVList
 AVList AVListImpl.clearList()
           
 AVList AVList.clearList()
           
 AVList AVListImpl.copy()
           
 AVList AVList.copy()
          Returns a shallow copy of this AVList instance: the keys and values themselves are not cloned.
 AVList AVListImpl.setValues(AVList list)
           
 AVList AVList.setValues(AVList avList)
          Adds the contents of another attribute-value list to the list.
 

Methods in gov.nasa.worldwind.avlist with parameters of type AVList
static Double AVListImpl.getDoubleValue(AVList avList, String key)
           
static Double AVListImpl.getDoubleValue(AVList avList, String key, Double defaultValue)
           
static Integer AVListImpl.getIntegerValue(AVList avList, String key)
           
static Integer AVListImpl.getIntegerValue(AVList avList, String key, Integer defaultValue)
           
static Long AVListImpl.getLongValue(AVList avList, String key)
           
static Long AVListImpl.getLongValue(AVList avList, String key, Long defaultValue)
           
static String AVListImpl.getStringValue(AVList avList, String key)
           
static String AVListImpl.getStringValue(AVList avList, String key, String defaultValue)
           
 AVList AVListImpl.setValues(AVList list)
           
 AVList AVList.setValues(AVList avList)
          Adds the contents of another attribute-value list to the list.
 

Uses of AVList in gov.nasa.worldwind.awt
 

Classes in gov.nasa.worldwind.awt that implement AVList
 class AWTInputHandler
           
 class WorldWindowGLCanvas
          WorldWindowGLCanvas is a heavyweight AWT component for displaying World Wind Models (globe and layers).
 class WorldWindowGLJPanel
           
 

Methods in gov.nasa.worldwind.awt that return AVList
 AVList WorldWindowGLJPanel.clearList()
           
 AVList WorldWindowGLCanvas.clearList()
           
 AVList WorldWindowGLJPanel.copy()
           
 AVList WorldWindowGLCanvas.copy()
           
 AVList WorldWindowGLJPanel.setValues(AVList avList)
           
 AVList WorldWindowGLCanvas.setValues(AVList avList)
           
 

Methods in gov.nasa.worldwind.awt with parameters of type AVList
 AVList WorldWindowGLJPanel.setValues(AVList avList)
           
 AVList WorldWindowGLCanvas.setValues(AVList avList)
           
 

Uses of AVList in gov.nasa.worldwind.cache
 

Classes in gov.nasa.worldwind.cache that implement AVList
protected static class AbstractFileStore.StoreLocation
           
 

Uses of AVList in gov.nasa.worldwind.data
 

Subinterfaces of AVList in gov.nasa.worldwind.data
 interface DataDescriptor
           
 interface DataSource
           
 interface DataStoreProducer
           
 

Classes in gov.nasa.worldwind.data that implement AVList
 class AbstractDataStoreProducer
           
 class BasicDataDescriptor
           
 class BasicDataSource
           
 class TiledElevationProducer
           
 class TiledImageProducer
           
 class TiledRasterProducer
           
 class WWDotNetLayerSetInstaller
           
 

Methods in gov.nasa.worldwind.data that return AVList
 AVList DataStoreProducer.getStoreParameters()
           
 AVList AbstractDataStoreProducer.getStoreParameters()
           
 

Methods in gov.nasa.worldwind.data with parameters of type AVList
static ByteBuffer ByteBufferRaster.createCompatibleBuffer(int width, int height, AVList params)
           
protected abstract  DataRaster TiledRasterProducer.createDataRaster(int width, int height, Sector sector, AVList params)
           
protected  DataRaster TiledImageProducer.createDataRaster(int width, int height, Sector sector, AVList params)
           
protected  DataRaster TiledElevationProducer.createDataRaster(int width, int height, Sector sector, AVList params)
           
protected  DataRaster TiledRasterProducer.createTileRaster(LevelSet levelSet, Tile tile, AVList params)
           
protected  void RPFRasterReader.doReadMetadata(DataSource source, AVList values)
           
protected  void ImageIORasterReader.doReadMetadata(DataSource source, AVList values)
           
protected  void GeotiffRasterReader.doReadMetadata(DataSource source, AVList values)
           
protected  void BILRasterReader.doReadMetadata(DataSource source, AVList values)
           
protected abstract  void AbstractDataRasterReader.doReadMetadata(DataSource source, AVList values)
           
protected  void ImageIOReader.doReadMetadata(Object input, AVList values)
           
protected  void WWDotNetLayerSetInstaller.doStartProduction(AVList parameters)
           
protected  void TiledRasterProducer.doStartProduction(AVList parameters)
           
protected abstract  void AbstractDataStoreProducer.doStartProduction(AVList parameters)
           
protected  DataRaster TiledRasterProducer.drawDataSources(LevelSet levelSet, Tile tile, Iterable<DataRaster> dataRasters, AVList params)
           
protected  DataRaster TiledRasterProducer.drawDescendants(LevelSet levelSet, Tile tile, AVList params)
           
protected  void TiledRasterProducer.initLevelSetParameters(AVList params)
           
protected  void TiledRasterProducer.initProductionParameters(AVList params)
           
protected  void TiledImageProducer.initProductionParameters(AVList params)
           
protected  void TiledElevationProducer.initProductionParameters(AVList params)
           
protected  void WWDotNetLayerSetInstaller.initProductionParameters(AVList parameters, gov.nasa.worldwind.data.WWDotNetLayerSetInstaller.ProductionState productionState)
           
protected  void ImageIORasterWriter.initWorldFileParams(DataRaster raster, AVList worldFileParams)
           
protected  void BILRasterWriter.initWorldFileParams(DataRaster raster, AVList worldFileParams)
           
protected  void TiledRasterProducer.installDataDescriptor(AVList params)
           
protected  void TiledRasterProducer.installLevelSet(LevelSet levelSet, AVList params)
           
protected  File TiledRasterProducer.installLocationFor(AVList params)
           
protected  Object WWDotNetLayerSetInstaller.installLocationFor(AVList installParams, DataSource dataSource, DataDescriptor descriptor)
           
protected  Object TiledRasterProducer.installLocationForTile(AVList installParams, Tile tile)
           
protected  void TiledRasterProducer.installTileRaster(Tile tile, DataRaster tileRaster, AVList params)
           
protected  void TiledRasterProducer.installTileRasterLater(Tile tile, DataRaster tileRaster, AVList params)
           
 void DataRasterReader.readMetadata(DataSource source, AVList values)
           
 void AbstractDataRasterReader.readMetadata(DataSource source, AVList values)
           
 void ImageIOReader.readMetadata(Object input, AVList values)
           
 void DataStoreProducer.setStoreParameters(AVList parameters)
           
 void AbstractDataStoreProducer.setStoreParameters(AVList parameters)
           
protected  String BILRasterWriter.validate(AVList worldFileParams, Object dataSource)
           
protected  String BILRasterReader.validateMetadata(DataSource source, AVList values)
           
protected  String AbstractDataRasterReader.validateMetadata(DataSource source, AVList values)
           
protected  String WWDotNetLayerSetInstaller.validateProductionParameters(AVList parameters)
           
protected  String TiledRasterProducer.validateProductionParameters(AVList parameters)
           
protected abstract  String AbstractDataStoreProducer.validateProductionParameters(AVList parameters)
           
protected  void BILRasterWriter.writeHdrFile(AVList values, File file)
           
protected  void ImageIORasterWriter.writeImageMetadata(File file, AVList values)
           
protected  void BILRasterWriter.writeWorldFile(AVList values, File file)
           
 

Constructors in gov.nasa.worldwind.data with parameters of type AVList
BasicDataDescriptor(AVList parameters)
           
ByteBufferRaster(int width, int height, Sector sector, AVList params)
           
ByteBufferRaster(int width, int height, Sector sector, ByteBuffer byteBuffer, AVList params)
           
 

Uses of AVList in gov.nasa.worldwind.event
 

Subinterfaces of AVList in gov.nasa.worldwind.event
 interface InputHandler
           
 

Classes in gov.nasa.worldwind.event that implement AVList
 class NoOpInputHandler
          Provides an input handler that does nothing.
 

Uses of AVList in gov.nasa.worldwind.examples
 

Classes in gov.nasa.worldwind.examples that implement AVList
protected static class AirspaceBuilder.AirspaceBuilderController
           
protected static class AirspaceBuilder.AirspaceEntry
           
static class InstalledData.Installer
           
static class InstalledData.Uninstaller
           
 class LineBuilder
          A utility class to interactively build a polyline.
 

Methods in gov.nasa.worldwind.examples that return AVList
 AVList InstalledData.DataStoreProducerFilter.getParameters()
           
 

Constructors in gov.nasa.worldwind.examples with parameters of type AVList
InstalledData.DataStoreProducerFilter(Class<? extends DataStoreProducer> producerClass, AVList parameters)
           
InstalledData.Installer(InstalledData.Controller controller, DataStoreProducer producer, AVList parameters, DataSource[] dataSources, String installLocation)
           
InstalledData.TiledRasterProducerFilter(Class<? extends DataStoreProducer> producerClass, AVList parameters)
           
 

Uses of AVList in gov.nasa.worldwind.examples.Hawaii
 

Classes in gov.nasa.worldwind.examples.Hawaii that implement AVList
 class HawaiianIslandsElevationModel
           
 class HawaiianIslandsLayer
           
 

Uses of AVList in gov.nasa.worldwind.examples.util
 

Classes in gov.nasa.worldwind.examples.util that implement AVList
 class LayerManagerLayer
          Displays the layer list in a viewport corner.
 class SectorSelector
          Provides an interactive region selector.
 

Uses of AVList in gov.nasa.worldwind.geom
 

Methods in gov.nasa.worldwind.geom with parameters of type AVList
static Matrix Matrix.fromGeographicToImage(AVList worldFileParams)
           
static Matrix Matrix.fromImageToGeographic(AVList worldFileParams)
           
 

Uses of AVList in gov.nasa.worldwind.globes
 

Subinterfaces of AVList in gov.nasa.worldwind.globes
 interface ElevationModel
          

Provides the elevations a Globe or other object holding elevations.

 interface Globe
           
 

Classes in gov.nasa.worldwind.globes that implement AVList
 class Earth
           
 class EarthFlat
           
 class EarthLocalElevationModel
           
 class EllipsoidalGlobe
           
 class FlatGlobe
          Defines a Globe represented as a projection onto a plane.
 class Mars
           
 class Moon
           
 

Uses of AVList in gov.nasa.worldwind.layers
 

Subinterfaces of AVList in gov.nasa.worldwind.layers
 interface Layer
           
 

Classes in gov.nasa.worldwind.layers that implement AVList
 class AbstractLayer
           
 class AirspaceLayer
          The Airspace class manages a collection of Airspace objects for rendering and picking.
 class AnnotationLayer
          The AnnotationLayer class manages a collection of Annotation objects for rendering and picking.
 class BasicTiledImageLayer
           
 class CompassLayer
           
 class CrosshairLayer
          Renders a crosshair icon in the viewport center or at a specified location.
 class IconLayer
          The IconLayer class manages a collection of WWIcon objects for rendering and picking.
 class LayerList
           
 class MarkerLayer
           
 class RenderableLayer
          The RenderableLayer class manages a collection of Renderable objects for rendering, picking, and disposal.
 class ScalebarLayer
          Renders a scalebar graphic in a screen corner.
 class SkyColorLayer
          Paints the sky color background depending on altitude.
 class SkyGradientLayer
          Renders an atmosphere around the globe and a sky dome at low altitude.
 class StarsLayer
          Renders a star background based on a subset of ESA Hipparcos catalog.
 class SurfaceImageLayer
          Displays a collecion of local images on the globe.
 class SurfaceShapeLayer
          The SurfaceShapeLayer class manages a collection of Renderable objects for rendering, picking, and disposal.
 class TerrainProfileLayer
          Displays a terrain profile graph in a screen corner.
 class TiledImageLayer
           
 class TrackLayer
          The TrackLayer class manages a collection of Track objects for rendering and picking.
 class ViewControlsLayer
          Display onscreen view controls.
 class WorldMapLayer
          Displays a world map overlay with a current position crosshair in a screen corner.
 

Methods in gov.nasa.worldwind.layers that return AVList
 AVList LayerList.clearList()
           
 AVList LayerList.copy()
           
 AVList LayerList.setValues(AVList avList)
           
protected static AVList BasicTiledImageLayer.xmlStateToParams(String stateInXml)
           
 

Methods in gov.nasa.worldwind.layers with parameters of type AVList
static Layer WMSLayerFactory.newLayer(Capabilities caps, AVList params)
           
 AVList LayerList.setValues(AVList avList)
           
 

Constructors in gov.nasa.worldwind.layers with parameters of type AVList
BasicTiledImageLayer(AVList params)
           
 

Uses of AVList in gov.nasa.worldwind.layers.Earth
 

Classes in gov.nasa.worldwind.layers.Earth that implement AVList
 class BMNGOneImage
           
 class BMNGSurfaceLayer
           
 class BMNGWMSLayer
          Displays one of the twelve month of Blue Marble Next generation 2004 + Bathymetry via WMS.
 class CountryBoundariesLayer
           
 class EarthNASAPlaceNameLayer
           
 class LandsatI3
           
 class LandsatI3WMSLayer
           
 class MGRSGraticuleLayer
           
 class MSVirtualEarthLayer
           
 class NAIPCalifornia
           
 class NAIPCaliforniaWMS
           
 class NASAEarthObservatory
           
 class NASAWFSPlaceNameLayer
           
 class OpenStreetMapLayer
          OpenStreetMap WMS layer(s).
 class USGSDigitalOrtho
           
 class USGSTopographicMaps
           
 class USGSTopoHighRes
           
 class USGSTopoLowRes
           
 class USGSTopoMedRes
           
 class USGSUrbanAreaOrtho
           
 class UTMGraticuleLayer
          Displays the UTM graticule.
 

Uses of AVList in gov.nasa.worldwind.layers.Mars
 

Classes in gov.nasa.worldwind.layers.Mars that implement AVList
 class MDIMLayer
          Layer for Mars MDIM (ToMars-JPL-USGS) dataset.
 class MOCColorizedBaseLayer
          Base (one image) layer for Mars MOC Colorized dataset.
 class MOCColorizedLayer
          Layer for Mars MOC 256 colorized dataset.
 class MOCLayer
          Layer for Mars MOC 256 dataset.
 class MolaColorASULayer
          Layer for Mars MOLA Color (ASU) dataset.
 class MolaColoredJPLLayer
          Layer for Mars MOLA Colored (ToMars-JPL) dataset.
 class THEMISColorLayer
          Layer for Mars THEMIS Color (ASU) dataset.
 class THEMISLayer
          Layer for Mars THEMIS (ASU) dataset.
 

Uses of AVList in gov.nasa.worldwind.layers.Moon
 

Classes in gov.nasa.worldwind.layers.Moon that implement AVList
 class Clementine30Layer
          Layer for Moon Clementin 30xx dataset.
 class Clementine40BaseLayer
          Base (one image) layer for Moon Clementine 40xx color dataset.
 class Clementine40Layer
          Layer for Moon Clementin 40xx color dataset.
 class ShadedElevationLayer
          Layer for Moon shaded elevation dataset.
 

Uses of AVList in gov.nasa.worldwind.layers.placename
 

Classes in gov.nasa.worldwind.layers.placename that implement AVList
 class PlaceNameLayer
           
 

Uses of AVList in gov.nasa.worldwind.layers.rpf
 

Classes in gov.nasa.worldwind.layers.rpf that implement AVList
 class RPFTiledImageLayer
           
 

Methods in gov.nasa.worldwind.layers.rpf that return AVList
static AVList RPFTiledImageLayer.xmlStateToParams(String stateInXml)
           
 

Constructors in gov.nasa.worldwind.layers.rpf with parameters of type AVList
RPFTiledImageLayer(AVList params)
           
 

Uses of AVList in gov.nasa.worldwind.pick
 

Classes in gov.nasa.worldwind.pick that implement AVList
 class PickedObject
           
 

Uses of AVList in gov.nasa.worldwind.poi
 

Subinterfaces of AVList in gov.nasa.worldwind.poi
 interface Gazetteer
          Interface to gazetteers.
 interface PointOfInterest
           
 

Classes in gov.nasa.worldwind.poi that implement AVList
 class BasicPointOfInterest
           
 class YahooGazetteer
          A gazetteer that uses Yahoo's geocoding service to find locations for requested places.
 

Uses of AVList in gov.nasa.worldwind.render
 

Subinterfaces of AVList in gov.nasa.worldwind.render
 interface DrawContext
           
 interface ShapeAttributes
           
 

Classes in gov.nasa.worldwind.render that implement AVList
 class AbstractAnnotation
          An Annotation represent a text label and its rendering attributes.
 class BasicShapeAttributes
           
 class DrawContextImpl
           
 class GlobeAnnotation
          Represent a text label attached to a Position on the globe and its rendering attributes.
 class Pedestal
           
 class ScreenAnnotation
          Represent a text label attached to a Point on the viewport and its rendering attributes.
 class SegmentPlane
           
 class SegmentPlaneEditor
           
 class UserFacingIcon
           
 

Fields in gov.nasa.worldwind.render declared as AVList
protected  AVList SegmentPlaneRenderer.OrderedText.values
           
 

Methods in gov.nasa.worldwind.render that return AVList
protected static AVList TiledSurfaceObjectRenderer.initParams(AVList params)
           
 

Methods in gov.nasa.worldwind.render with parameters of type AVList
protected  SegmentPlaneRenderer.OrderedText SegmentPlaneRenderer.createLabel(DrawContext dc, SegmentPlane segmentPlane, Position position, AVList values, Object key)
           
protected  void SegmentPlaneRenderer.drawLabel(DrawContext dc, SegmentPlane segmentPlane, Position position, AVList values, Object key)
           
 String SegmentPlaneAttributes.LabelAttributes.getText(SegmentPlane segmentPlane, Position position, AVList values)
           
protected static AVList TiledSurfaceObjectRenderer.initParams(AVList params)
           
 

Constructors in gov.nasa.worldwind.render with parameters of type AVList
SegmentPlaneRenderer.OrderedText(SegmentPlane segmentPlane, Position position, double distanceFromEye, AVList values, SegmentPlaneAttributes.LabelAttributes attributes, MultiLineTextRenderer textRenderer)
           
TiledSurfaceObjectRenderer(AVList params)
           
 

Uses of AVList in gov.nasa.worldwind.render.airspaces
 

Subinterfaces of AVList in gov.nasa.worldwind.render.airspaces
 interface Airspace
           
 interface DetailLevel
           
 

Classes in gov.nasa.worldwind.render.airspaces that implement AVList
 class AbstractAirspace
           
 class Box
           
 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 Curtain
          A curtain is a series of adjacent rectangular planes.
 class Geometry
           
 class Orbit
           
 class PartialCappedCylinder
          A cylinder defined by a geographic position, a radius in meters, and minimum and maximum altitudes.
 class PolyArc
           
 class Polygon
           
 class Route
           
 class ScreenSizeDetailLevel
           
 class SphereAirspace
          A spherical airspace shape defined by a center location and a radius.
 class TrackAirspace
           
 

Uses of AVList in gov.nasa.worldwind.render.airspaces.editor
 

Subinterfaces of AVList in gov.nasa.worldwind.render.airspaces.editor
 interface AirspaceEditor
           
 

Classes in gov.nasa.worldwind.render.airspaces.editor that implement AVList
 class AbstractAirspaceEditor
           
 class PolygonEditor
           
 class SphereAirspaceEditor
           
 

Uses of AVList in gov.nasa.worldwind.retrieve
 

Subinterfaces of AVList in gov.nasa.worldwind.retrieve
 interface RetrievalService
           
 interface Retriever
           
 

Classes in gov.nasa.worldwind.retrieve that implement AVList
 class BasicRetrievalService
          Performs threaded retrieval of data.
 class HTTPRetriever
           
 class URLRetriever
           
 

Uses of AVList in gov.nasa.worldwind.terrain
 

Subinterfaces of AVList in gov.nasa.worldwind.terrain
 interface Tessellator
           
 

Classes in gov.nasa.worldwind.terrain that implement AVList
 class AbstractElevationModel
           
 class BasicElevationModel
           
 class CompoundElevationModel
           
 class LocalElevationModel
           
 class RectangularTessellator
           
 class WMSBasicElevationModel
           
 class ZeroElevationModel
          An elevation model that always returns zero elevations.
 

Methods in gov.nasa.worldwind.terrain that return AVList
protected static AVList BasicElevationModel.getParamsFromDocument(Element domElement, AVList params)
           
protected static AVList WMSBasicElevationModel.initParamsFromCapsDoc(Capabilities caps, AVList params)
           
protected static AVList WMSBasicElevationModel.initParamsFromConfiguration(Element domElement, AVList params)
           
protected static AVList BasicElevationModel.restorableStateToParams(String stateInXml)
           
protected static AVList WMSBasicElevationModel.wmsXmlStateToParams(String stateInXml)
           
 

Methods in gov.nasa.worldwind.terrain with parameters of type AVList
protected  ElevationModel BasicElevationModelFactory.doCreateFromCapabilities(Capabilities caps, AVList params)
           
protected static AVList BasicElevationModel.getParamsFromDocument(Element domElement, AVList params)
           
protected static AVList WMSBasicElevationModel.initParamsFromCapsDoc(Capabilities caps, AVList params)
           
protected static AVList WMSBasicElevationModel.initParamsFromConfiguration(Element domElement, AVList params)
           
protected static void BasicElevationModel.restoreStateForParams(RestorableSupport rs, RestorableSupport.StateObject context, AVList params)
           
protected static void BasicElevationModel.setFallbacks(AVList params)
           
protected static void WMSBasicElevationModel.wmsRestoreStateForParams(RestorableSupport rs, RestorableSupport.StateObject context, AVList params)
           
 

Constructors in gov.nasa.worldwind.terrain with parameters of type AVList
BasicElevationModel(AVList params)
           
BasicElevationModel(Document dom, AVList params)
           
BasicElevationModel(Element domElement, AVList params)
           
WMSBasicElevationModel.URLBuilder(String version, AVList params)
           
WMSBasicElevationModel(Capabilities caps, AVList params)
           
WMSBasicElevationModel(Element domElement, AVList params)
           
 

Uses of AVList in gov.nasa.worldwind.util
 

Subinterfaces of AVList in gov.nasa.worldwind.util
 interface NetworkStatus
           
 

Classes in gov.nasa.worldwind.util that implement AVList
 class BasicNetworkStatus
          Provides tracking of per-host network availability.
 class LevelSet
           
 class RasterControlPointList
           
static class RasterControlPointList.ControlPoint
           
 class ThreadedTaskService
           
 

Methods in gov.nasa.worldwind.util that return AVList
 AVList RasterControlPointList.clearList()
           
 AVList RasterControlPointList.copy()
           
 AVList Level.getParams()
           
static AVList ImageUtil.openSpatialImage(File imageFile)
          Opens a spatial image.
static AVList ImageUtil.openSpatialImage(File imageFile, int interpolation_mode)
          Opens a spatial image.
 AVList RasterControlPointList.setValues(AVList avList)
           
 

Methods in gov.nasa.worldwind.util with parameters of type AVList
static void WWXML.checkAndSetBooleanParam(Element context, AVList params, String paramKey, String paramName, XPath xpath)
          Checks a parameter list for a specified key and if not present attempts to find a value for the key from an element matched by an XPath expression.
static void WWXML.checkAndSetDoubleParam(Element context, AVList params, String paramKey, String paramName, XPath xpath)
          Checks a parameter list for a specified key and if not present attempts to find a value for the key from an element matched by an XPath expression.
static void WWXML.checkAndSetIntegerParam(Element context, AVList params, String paramKey, String paramName, XPath xpath)
          Checks a parameter list for a specified key and if not present attempts to find a value for the key from an element matched by an XPath expression.
static void WWXML.checkAndSetLatLonParam(Element context, AVList params, String paramKey, String paramName, XPath xpath)
          Checks a parameter list for a specified key and if not present attempts to find a value for the key from an element matched by an XPath expression.
static void WWXML.checkAndSetLongParam(Element context, AVList params, String paramKey, String paramName, XPath xpath)
          Checks a parameter list for a specified key and if not present attempts to find a value for the key from an element matched by an XPath expression.
static void WWXML.checkAndSetSectorParam(Element context, AVList params, String paramKey, String paramName, XPath xpath)
          Checks a parameter list for a specified key and if not present attempts to find a value for the key from an element matched by an XPath expression.
static void WWXML.checkAndSetSectorResolutionParam(Element context, AVList params, String paramKey, String paramName, XPath xpath)
          Checks a parameter list for a specified key and if not present attempts to find a value for the key from an element matched by an XPath expression.
static void WWXML.checkAndSetStringParam(Element context, AVList params, String paramKey, String paramName, XPath xpath)
          Checks a parameter list for a specified key and if not present attempts to find a value for the key from an element matched by an XPath expression.
static void ImageUtil.reprojectUtmToGeographic(AVList values, int mode)
          Reprojects an imge in UTM projection to Geo/WGS84.
 AVList RasterControlPointList.setValues(AVList avList)
           
protected  String Level.validate(AVList params)
          Determines whether the constructor arguments are valid.
static Sector ImageUtil.warpImageWithWorldFile(BufferedImage sourceImage, AVList worldFileParams, BufferedImage destImage)
          Transforms a georeferenced source image into a geographically aligned destination image.
static BufferWrapper BufferWrapper.wrap(ByteBuffer byteBuffer, AVList parameters)
           
 

Constructors in gov.nasa.worldwind.util with parameters of type AVList
Level(AVList params)
           
LevelSet(AVList params)
           
 

Uses of AVList in gov.nasa.worldwind.util.measure
 

Classes in gov.nasa.worldwind.util.measure that implement AVList
 class MeasureTool
          A utility class to interactively draw shapes and measure distance and area across the terrain.
 class MeasureTool.ControlPoint
           
protected  class MeasureTool.CustomRenderableLayer
           
 

Uses of AVList in gov.nasa.worldwind.view
 

Subinterfaces of AVList in gov.nasa.worldwind.view
 interface OrbitView
           
 

Classes in gov.nasa.worldwind.view that implement AVList
 class AbstractView
           
 class BasicOrbitView
           
 class FlatOrbitView
           
 

Uses of AVList in gov.nasa.worldwind.wms
 

Classes in gov.nasa.worldwind.wms that implement AVList
 class WMSTiledImageLayer
           
 

Methods in gov.nasa.worldwind.wms that return AVList
static AVList WMSTiledImageLayer.xmlStateToParams(String stateInXml)
           
 

Constructors in gov.nasa.worldwind.wms with parameters of type AVList
WMSTiledImageLayer(AVList params)
           
WMSTiledImageLayer(Capabilities caps, AVList params)
           
 


NASA World Wind