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
 Object 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.
 Object Factory.createFromDataConfig(DataConfiguration dataConfig, AVList params)
          Create a component from a specified data configuration, potentially overriding values from the configuration with values from the specified parameters.
 Object BasicFactory.createFromDataConfig(DataConfiguration dataConfig, AVList params)
          A no-op implementation of the Factory.createFromDataConfig(DataConfiguration, gov.nasa.worldwind.avlist.AVList) method provided so that this class can be instantiated.
protected  Object 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 ElevationPlane
          Renders a textured plane at a given elevation.
 class LicenseAgreement
           
 class NOSALicenseAgreement
           
 class SARAnnotation
           
 class SARSegmentPlane
           
 class SARTrack
           
 

Fields in gov.nasa.worldwind.applications.sar declared as AVList
protected  AVList UserPreferencesDialog.newPreferences
           
protected  AVList UserPreferencesDialog.preferences
           
protected static AVList SAR2.userPreferences
           
 

Methods in gov.nasa.worldwind.applications.sar that return AVList
static AVList SAR2.getUserPreferences()
           
 

Methods in gov.nasa.worldwind.applications.sar with parameters of type AVList
protected static void UserPreferenceUtils.createPropertyList(AVList params, Element domElement)
           
static void UserPreferenceUtils.createUserPreferenceElements(AVList params, Element domElement)
           
static Document UserPreferenceUtils.createUserPreferencesDocument(AVList params)
           
static boolean UserPreferenceUtils.getBooleanValue(AVList avList, String key)
           
static void UserPreferenceUtils.getDefaultUserPreferences(AVList params)
           
protected static void UserPreferenceUtils.getProperty(Element domElement, AVList params, XPath xpath)
           
protected static void UserPreferenceUtils.getPropertyList(Element domElement, AVList params, XPath xpath)
           
 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)
           
static void UserPreferenceUtils.getUserPreferences(Element domElement, AVList params)
           
 void UserPreferencesDialog.raiseDialog(AVList preferences)
           
protected  void UserPreferencesDialog.setPreferences(AVList preferences)
           
 

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.
 

Fields in gov.nasa.worldwind.examples declared as AVList
protected  AVList DataConfigurationPanel.ComponentConfiguration.params
           
protected  AVList DataConfigurationPanel.ConfigAction.params
           
 

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

Methods in gov.nasa.worldwind.examples with parameters of type AVList
protected static Object WMSLayersPanel.createComponent(Capabilities caps, AVList params)
           
protected  Object DataConfigurationPanel.ConfigAction.createComponent(DataConfiguration dataConfig, AVList params)
           
protected static Object WMSLayersPanel.createComponentFromFactoryConfiguration(DataConfiguration dataConfig, AVList params, String factoryKey)
           
protected  Object DataConfigurationPanel.ConfigAction.createComponentFromFactoryConfiguration(DataConfiguration dataConfig, AVList params, String[] factoryKeys)
           
protected  AnnotationControls.ContentAnnotation AnnotationControls.AppFrame.createContent(Position position, AVList params)
           
static AnnotationControls.ContentAnnotation AnnotationControls.createContentAnnotation(AnnotationControls.AppFrame appFrame, Position position, AVList params)
           
 

Constructors in gov.nasa.worldwind.examples with parameters of type AVList
DataConfigurationPanel.ComponentConfiguration(DataConfiguration dataConfig, AVList params)
           
DataConfigurationPanel.ConfigAction(DataConfiguration dataConfig, AVList params, WorldWindow worldWindow)
           
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 AudioPlayerAnnotation
           
 class ButtonAnnotation
           
 class DialogAnnotation
           
protected static class DialogAnnotation.BusyImage
           
 class ImageAnnotation
           
 class LayerManagerLayer
          Displays the layer list in a viewport corner.
 class ProgressAnnotation
           
 class SectorSelector
          Provides an interactive region selector.
protected static class SectorSelector.RegionShape
           
 class SlideShowAnnotation
           
 class StatusLayer
          Renders statusbar information as a layer.
static class StatusLayer.StatusMGRSLayer
           
static class StatusLayer.StatusUTMLayer
           
 

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 AbstractGraticuleLayer
          Displays a graticule.
 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 GraticuleRenderingParams
           
 class IconLayer
          The IconLayer class manages a collection of WWIcon objects for rendering and picking.
 class LatLonGraticuleLayer
          Displays the geographic latitude/longitude graticule.
 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 VPFLayer
          Renders elements from a VPF database.
 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()
           
protected  AVList BasicTiledImageLayer.getConfigurationParams(AVList params)
           
 AVList GraticuleSupport.getDefaultParams()
           
static AVList LayerConfiguration.getLayerParams(Element domElement, AVList params)
          Parses layer parameters from a specified DOM document.
protected static AVList BasicTiledImageLayer.getParamsFromDocument(Element domElement, AVList params)
           
static AVList LayerConfiguration.getTiledImageLayerParams(Element domElement, AVList params)
          Parses tiled image layer parameters from a specified DOM document.
static AVList LayerConfiguration.getWMSTiledImageLayerParams(Capabilities caps, String[] formatOrderPreference, AVList params)
          Parses WMS tiled image layer parameters from a specified WMS Capabilities document.
static AVList LayerConfiguration.getWMSTiledImageLayerParams(Element domElement, AVList params)
          Parses WMS tiled image layer parameters from a specified DOM document.
protected static AVList BasicTiledImageLayer.restorableStateToParams(String stateInXml)
           
 AVList LayerList.setValues(AVList avList)
           
 

Methods in gov.nasa.worldwind.layers with parameters of type AVList
protected  void VPFLayer.applyLabelStyle(gov.nasa.worldwind.formats.vpf.VPFFeatureClass featureClass, String fcode, AVList featureAttributes, Object renderable)
           
protected  void VPFLayer.applyStyle(gov.nasa.worldwind.formats.vpf.VPFFeatureClass featureClass, String fcode, AVList featureAttributes, Object renderable)
           
protected  Document BasicTiledImageLayer.createConfigurationDocument(AVList params)
           
 Object BasicLayerFactory.createFromDataConfig(DataConfiguration dataConfig, AVList params)
          Creates a layer from a data configuration.
protected  Layer BasicLayerFactory.createFromLayerDocument(Element domElement, AVList params)
           
static Element LayerConfiguration.createLayerElements(AVList params, Element context)
          Appends layer parameters as elements to a specified context.
protected  Layer BasicLayerFactory.createTiledImageLayer(Element domElement, AVList params)
           
static Document LayerConfiguration.createTiledImageLayerDocument(AVList params)
          Creates a configuration document for the tiled image layer described by the specified params.
static Element LayerConfiguration.createTiledImageLayerElements(AVList params, Element context)
          Appends tiled image layer parameters as elements to a specified context.
static Element LayerConfiguration.createWMSTiledImageLayerElements(AVList params, Element context)
          Appends WMS tiled image layer parameters as elements to a specified context.
protected  Layer BasicLayerFactory.doCreateFromCapabilities(Capabilities caps, AVList params)
           
protected  Layer BasicLayerFactory.doCreateFromDataConfig(DataConfiguration dataConfig, AVList params)
           
protected  Layer BasicLayerFactory.doCreateFromDocument(Element domElement, AVList params)
           
protected  void BasicTiledImageLayer.doWriteConfigurationParams(FileStore fileStore, String fileName, AVList params)
           
protected  boolean VPFLayer.featureHasLabel(gov.nasa.worldwind.formats.vpf.VPFFeatureClass featureClass, String fcode, AVList featureAttributes)
           
protected  AVList BasicTiledImageLayer.getConfigurationParams(AVList params)
           
static AVList LayerConfiguration.getLayerParams(Element domElement, AVList params)
          Parses layer parameters from a specified DOM document.
protected static AVList BasicTiledImageLayer.getParamsFromDocument(Element domElement, AVList params)
           
static AVList LayerConfiguration.getTiledImageLayerParams(Element domElement, AVList params)
          Parses tiled image layer parameters from a specified DOM document.
static AVList LayerConfiguration.getWMSTiledImageLayerParams(Capabilities caps, String[] formatOrderPreference, AVList params)
          Parses WMS tiled image layer parameters from a specified WMS Capabilities document.
static AVList LayerConfiguration.getWMSTiledImageLayerParams(Element domElement, AVList params)
          Parses WMS tiled image layer parameters from a specified DOM document.
protected  void BasicTiledImageLayer.initializeResources(AVList params)
           
protected  void BasicTiledImageLayer.initPropertiesFromCapabilities(Capabilities caps, AVList params)
           
protected  void BasicTiledImageLayer.initPropertiesFromService(AVList params)
           
protected  boolean BasicTiledImageLayer.needsConfigurationFile(FileStore fileStore, String fileName, AVList params, boolean removeIfExpired)
           
static Layer WMSLayerFactory.newLayer(Capabilities caps, AVList params)
           
protected static void BasicTiledImageLayer.restoreStateForParams(RestorableSupport rs, RestorableSupport.StateObject context, AVList params)
           
 void GraticuleSupport.setDefaultParams(AVList defaultParams)
           
protected static void BasicTiledImageLayer.setFallbacks(AVList params)
           
 AVList LayerList.setValues(AVList avList)
           
protected  void BasicTiledImageLayer.writeConfigurationParams(AVList params)
           
 

Constructors in gov.nasa.worldwind.layers with parameters of type AVList
BasicTiledImageLayer(AVList params)
           
BasicTiledImageLayer(Document dom, AVList params)
           
BasicTiledImageLayer(Element domElement, AVList params)
           
 

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

Classes in gov.nasa.worldwind.layers.Earth that implement AVList
 class BMNGOneImage
           
 class BMNGWMSLayer
           
 class CountryBoundariesLayer
           
 class EarthNASAPlaceNameLayer
           
 class LandsatI3WMSLayer
           
 class MGRSGraticuleLayer
           
 class MSVirtualEarthLayer
           
 class NAIPCaliforniaWMS
           
 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
           
 class MOCColorizedBaseLayer
          Base (one image) layer for Mars MOC Colorized dataset.
 class MOCColorizedLayer
           
 class MOCLayer
           
 class MolaColorASULayer
           
 class MolaColoredJPLLayer
           
 class THEMISColorLayer
           
 class THEMISLayer
           
 

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

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

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 PointOfInterest
           
 

Classes in gov.nasa.worldwind.poi that implement AVList
 class BasicPointOfInterest
           
 

Uses of AVList in gov.nasa.worldwind.render
 

Subinterfaces of AVList in gov.nasa.worldwind.render
 interface DrawContext
           
 interface ShapeAttributes
           
 interface SurfaceObject
           
 interface SurfaceShape
          The SurfaceShape is a common interface for surface conforming shapes such as polygon, sector, ellipse, and quadrilateral.
 interface WWIcon
           
 

Classes in gov.nasa.worldwind.render that implement AVList
 class AbstractAnnotation
          An Annotation represent a text label and its rendering attributes.
 class AbstractSurfaceObject
           
 class AbstractSurfaceRenderable
          Surface renderable.
 class AbstractSurfaceShape
           
 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 SurfaceCircle
           
 class SurfaceConcaveShape
           
 class SurfaceEllipse
           
 class SurfaceIcon
          Renders an icon image over the terrain surface.
 class SurfaceIcons
          Renders an icon image over the terrain surface in many locations.
 class SurfacePolygon
           
 class SurfacePolyline
           
 class SurfaceQuad
           
 class SurfaceSector
           
 class SurfaceSquare
           
 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
static AVList ElevationModelConfiguration.getBasicElevationModelParams(Element domElement, AVList params)
          Parses basic elevation model parameters from a specified DOM document.
protected  AVList BasicElevationModel.getConfigurationParams(AVList params)
           
static AVList ElevationModelConfiguration.getElevationModelParams(Element domElement, AVList params)
          Parses elevation model parameters from a specified DOM document.
protected static AVList BasicElevationModel.getParamsFromDocument(Element domElement, AVList params)
           
static AVList ElevationModelConfiguration.getWMSElevationModelParams(Capabilities caps, String[] formatOrderPreference, AVList params)
          Parses WMS elevation model parameters from a specified WMS Capabilities document.
static AVList ElevationModelConfiguration.getWMSElevationModelParams(Element domElement, AVList params)
          Parses WMS elevation model parameters from a specified DOM document.
protected static AVList BasicElevationModel.restorableStateToParams(String stateInXml)
           
protected static AVList WMSBasicElevationModel.wmsGetParamsFromCapsDoc(Capabilities caps, AVList params)
           
protected static AVList WMSBasicElevationModel.wmsGetParamsFromDocument(Element domElement, AVList params)
           
protected static AVList WMSBasicElevationModel.wmsRestorableStateToParams(String stateInXml)
           
 

Methods in gov.nasa.worldwind.terrain with parameters of type AVList
static Document ElevationModelConfiguration.createBasicElevationModelDocument(AVList params)
          Creates a configuration document for the basic elevation model described by the specified params.
static Element ElevationModelConfiguration.createBasicElevationModelElements(AVList params, Element context)
          Appends basic elevation model parameters as elements to a specified context.
protected  CompoundElevationModel BasicElevationModelFactory.createCompoundModel(Element domElement, AVList params)
           
protected  Document WMSBasicElevationModel.createConfigurationDocument(AVList params)
          Appends WMS basic elevation model configuration elements to the superclass configuration document.
protected  Document BasicElevationModel.createConfigurationDocument(AVList params)
           
protected  ElevationModel BasicElevationModelFactory.createDefaultModel(Element domElement, AVList params)
           
static Element ElevationModelConfiguration.createElevationModelElements(AVList params, Element context)
          Appends elevation model parameters as elements to a specified context.
 Object BasicElevationModelFactory.createFromDataConfig(DataConfiguration dataConfig, AVList params)
          Creates an elevation model from a data configuration.
static Element ElevationModelConfiguration.createWMSBasicElevationModelElements(AVList params, Element context)
          Appends WMS basic elevation model parameters as elements to a specified context.
protected  ElevationModel BasicElevationModelFactory.doCreateFromCapabilities(Capabilities caps, AVList params)
           
protected  ElevationModel BasicElevationModelFactory.doCreateFromDataConfig(DataConfiguration dataConfig, AVList params)
           
protected  ElevationModel BasicElevationModelFactory.doCreateFromDocument(Element domElement, AVList params)
           
protected  void BasicElevationModel.doWriteConfigurationParams(FileStore fileStore, String fileName, AVList params)
           
static AVList ElevationModelConfiguration.getBasicElevationModelParams(Element domElement, AVList params)
          Parses basic elevation model parameters from a specified DOM document.
protected  AVList BasicElevationModel.getConfigurationParams(AVList params)
           
static AVList ElevationModelConfiguration.getElevationModelParams(Element domElement, AVList params)
          Parses elevation model parameters from a specified DOM document.
protected static AVList BasicElevationModel.getParamsFromDocument(Element domElement, AVList params)
           
static AVList ElevationModelConfiguration.getWMSElevationModelParams(Capabilities caps, String[] formatOrderPreference, AVList params)
          Parses WMS elevation model parameters from a specified WMS Capabilities document.
static AVList ElevationModelConfiguration.getWMSElevationModelParams(Element domElement, AVList params)
          Parses WMS elevation model parameters from a specified DOM document.
protected  void BasicElevationModel.initializeResources(AVList params)
           
protected  void BasicElevationModel.initPropertiesFromCapabilities(Capabilities caps, AVList params)
           
protected  void BasicElevationModel.initPropertiesFromService(AVList params)
           
protected  boolean BasicElevationModel.needsConfigurationFile(FileStore fileStore, String fileName, AVList params, boolean removeIfExpired)
           
protected static void BasicElevationModel.restoreStateForParams(RestorableSupport rs, RestorableSupport.StateObject context, AVList params)
           
protected static void BasicElevationModel.setFallbacks(AVList params)
           
protected static AVList WMSBasicElevationModel.wmsGetParamsFromCapsDoc(Capabilities caps, AVList params)
           
protected static AVList WMSBasicElevationModel.wmsGetParamsFromDocument(Element domElement, AVList params)
           
protected static void WMSBasicElevationModel.wmsRestoreStateForParams(RestorableSupport rs, RestorableSupport.StateObject context, AVList params)
           
protected static void WMSBasicElevationModel.wmsSetFallbacks(AVList params)
           
protected  void BasicElevationModel.writeConfigurationParams(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(AVList params)
           
WMSBasicElevationModel(Capabilities caps, AVList params)
           
WMSBasicElevationModel(Document dom, 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()
           
static AVList DataConfigurationUtils.getFileStoreParams(FileStore fileStore, String dataConfigFileName, AVList params)
          Convenience method for parsing parameters about a configuration file in a specified FileStore.
static AVList DataConfigurationUtils.getLevelSetParams(DataConfiguration dataConfig, AVList params)
          Parses LevelSet parameters from the configuration information.
static AVList DataConfigurationUtils.getLevelSetParams(Element domElement, AVList params)
          Parses LevelSet parameters from a specified DOM document.
static AVList DataConfigurationUtils.getLevelSetParams(LevelSet levelSet, AVList params)
          Gathers LevelSet parameters from a specified LevelSet reference.
static AVList DataConfigurationUtils.getNonComposableWMSLayerParams(Capabilities caps, AVList params)
          Parses non-composable WMS layer parameters from the WMS Capabilities document starting at domElement.
 AVList Level.getParams()
           
static AVList DataConfigurationUtils.getWMSLayerParams(Capabilities caps, String[] formatOrderPreference, AVList params)
          Parses WMS layer parameters from the WMS Capabilities document starting at domElement.
static AVList DataConfigurationUtils.getWMSLayerParams(Element domElement, AVList params)
          Parses WMS layer parameters from the XML configuration document starting at domElement.
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.checkAndAppendBooleanElement(AVList params, String paramKey, Element context, String path)
          Checks a parameter list for a specified key and if present attempts to append new elements represeting the parameter to a specified context.
static void WWXML.checkAndAppendDoubleElement(AVList params, String paramKey, Element context, String path)
          Checks a parameter list for a specified key and if present attempts to append new elements represeting the parameter to a specified context.
static void WWXML.checkAndAppendIntegerlement(AVList params, String paramKey, Element context, String path)
          Checks a parameter list for a specified key and if present attempts to append new elements represeting the parameter to a specified context.
static void WWXML.checkAndAppendLatLonElement(AVList params, String paramKey, Element context, String path)
          Checks a parameter list for a specified key and if present attempts to append new elements represeting the parameter to a specified context.
static void WWXML.checkAndAppendLongElement(AVList params, String paramKey, Element context, String path)
          Checks a parameter list for a specified key and if present attempts to append new elements represeting the parameter to a specified context.
static void WWXML.checkAndAppendScreenCreditElement(AVList params, String paramKey, Element context, String path)
          Checks a parameter list for a specified key and if present attempts to append new elements represeting the parameter to a specified context.
static void WWXML.checkAndAppendSectorElement(AVList params, String paramKey, Element context, String path)
          Checks a parameter list for a specified key and if present attempts to append new elements represeting the parameter to a specified context.
static void WWXML.checkAndAppendSectorResolutionElement(AVList params, String paramKey, Element context, String path)
          Checks a parameter list for a specified key and if present attempts to append new elements represeting the parameter to a specified context.
static void WWXML.checkAndAppendTextArrayElement(AVList params, String paramKey, Element context, String path)
          Checks a parameter list for a specified key and if present attempts to append new elements represeting the parameter to a specified context.
static void WWXML.checkAndAppendTextElement(AVList params, String paramKey, Element context, String path)
          Checks a parameter list for a specified key and if present attempts to append new elements represeting the parameter to a specified context.
static void WWXML.checkAndAppendTimeElement(AVList params, String paramKey, Element context, String path)
          Checks a parameter list for a specified key and if present attempts to append new elements represeting the parameter to a specified context.
static void DataConfigurationUtils.checkAndSetBooleanParam(DataConfiguration context, AVList params, String paramKey, String paramName)
          Checks a parameter list for a specified key and if not present attempts to find a value for the key from an parameter matching a specified name.
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 DataConfigurationUtils.checkAndSetDoubleParam(DataConfiguration context, AVList params, String paramKey, String paramName)
          Checks a parameter list for a specified key and if not present attempts to find a value for the key from an parameter matching a specified name.
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 DataConfigurationUtils.checkAndSetIntegerParam(DataConfiguration context, AVList params, String paramKey, String paramName)
          Checks a parameter list for a specified key and if not present attempts to find a value for the key from an parameter matching a specified name.
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 DataConfigurationUtils.checkAndSetLatLonParam(DataConfiguration context, AVList params, String paramKey, String paramName)
          Checks a parameter list for a specified key and if not present attempts to find a value for the key from an parameter matching a specified name.
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 DataConfigurationUtils.checkAndSetLongParam(DataConfiguration context, AVList params, String paramKey, String paramName)
          Checks a parameter list for a specified key and if not present attempts to find a value for the key from an parameter matching a specified name.
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.checkAndSetScreenCreditParam(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 DataConfigurationUtils.checkAndSetSectorParam(DataConfiguration context, AVList params, String paramKey, String paramName)
          Checks a parameter list for a specified key and if not present attempts to find a value for the key from an parameter matching a specified name.
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 DataConfigurationUtils.checkAndSetSectorResolutionParam(DataConfiguration context, AVList params, String paramKey, String paramName)
          Checks a parameter list for a specified key and if not present attempts to find a value for the key from an parameter matching a specified name.
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 DataConfigurationUtils.checkAndSetStringArrayParam(DataConfiguration context, AVList params, String paramKey, String paramName)
          Checks a parameter list for a specified key and if not present attempts to find a value for the key from an parameter matching a specified name.
static void WWXML.checkAndSetStringArrayParam(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 DataConfigurationUtils.checkAndSetStringParam(DataConfiguration context, AVList params, String paramKey, String paramName)
          Checks a parameter list for a specified key and if not present attempts to find a value for the key from an parameter matching a specified name.
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 DataConfigurationUtils.checkAndSetTimeParam(DataConfiguration context, AVList params, String paramKey, String paramName)
          Checks a parameter list for a specified key and if not present attempts to find a value for the key from an parameter matching a specified name.
static void WWXML.checkAndSetTimeParam(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 DataConfigurationUtils.checkAndSetTimeParamAsInteger(DataConfiguration context, AVList params, String paramKey, String paramName)
          Checks a parameter list for a specified key and if not present attempts to find a value for the key from an parameter matching a specified name.
static void WWXML.checkAndSetTimeParamAsInteger(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 DataConfigurationUtils.checkAndSetUniqueStringsParam(DataConfiguration context, AVList params, String paramKey, String paramName)
          Checks a parameter list for a specified key and if not present attempts to find a value for the key from an parameter matching a specified name.
static void WWXML.checkAndSetUniqueStringsParam(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 Element DataConfigurationUtils.createLevelSetElements(AVList params, Element context)
          Appends LevelSet parameters as elements to a specified context.
static Element DataConfigurationUtils.createWMSLayerElements(AVList params, Element context)
          Appends WMS layer parameters as elements to a specified context.
static String DataConfigurationUtils.getDataConfigFilename(AVList params, String suffix)
          Returns a file store path name for the specified parameters list.
static AVList DataConfigurationUtils.getFileStoreParams(FileStore fileStore, String dataConfigFileName, AVList params)
          Convenience method for parsing parameters about a configuration file in a specified FileStore.
static AVList DataConfigurationUtils.getLevelSetParams(DataConfiguration dataConfig, AVList params)
          Parses LevelSet parameters from the configuration information.
static AVList DataConfigurationUtils.getLevelSetParams(Element domElement, AVList params)
          Parses LevelSet parameters from a specified DOM document.
static AVList DataConfigurationUtils.getLevelSetParams(LevelSet levelSet, AVList params)
          Gathers LevelSet parameters from a specified LevelSet reference.
static AVList DataConfigurationUtils.getNonComposableWMSLayerParams(Capabilities caps, AVList params)
          Parses non-composable WMS layer parameters from the WMS Capabilities document starting at domElement.
static URL DataConfigurationUtils.getOGCGetCapabilitiesURL(AVList params)
          Convenience metohd to get the OGC GetCapabilities URL from a specified parameter list.
static String[] DataConfigurationUtils.getOGCLayerNames(AVList params)
          Convenience method to get the OGC AVKey.LAYER_NAMES parameter from a specified parameter list.
static AVList DataConfigurationUtils.getWMSLayerParams(Capabilities caps, String[] formatOrderPreference, AVList params)
          Parses WMS layer parameters from the WMS Capabilities document starting at domElement.
static AVList DataConfigurationUtils.getWMSLayerParams(Element domElement, AVList params)
          Parses WMS layer parameters from the XML configuration document starting at domElement.
static boolean DataConfigurationUtils.isNonComposableWMSLayer(Capabilities caps, AVList params)
          Returns true if the layer is a non-composable WMS layer, indicating that GetMap requests must be made by the client against a specific tiling structure.
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
protected static AVList WMSTiledImageLayer.wmsGetParamsFromCapsDoc(Capabilities caps, AVList params)
           
protected static AVList WMSTiledImageLayer.wmsGetParamsFromDocument(Element domElement, AVList params)
           
protected static AVList WMSTiledImageLayer.wmsRestorableStateToParams(String stateInXml)
           
 

Methods in gov.nasa.worldwind.wms with parameters of type AVList
protected  Document WMSTiledImageLayer.createConfigurationDocument(AVList params)
          Appends WMS tiled image layer configuration elements to the superclass configuration document.
protected static void WMSTiledImageLayer.legacyWmsRestoreStateToParams(RestorableSupport rs, RestorableSupport.StateObject context, AVList params)
           
protected static AVList WMSTiledImageLayer.wmsGetParamsFromCapsDoc(Capabilities caps, AVList params)
           
protected static AVList WMSTiledImageLayer.wmsGetParamsFromDocument(Element domElement, AVList params)
           
protected static void WMSTiledImageLayer.wmsRestoreStateToParams(RestorableSupport rs, RestorableSupport.StateObject context, AVList params)
           
 

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


NASA World Wind

Hosted by docs.bugaco.com