Uses of Interface
gov.nasa.worldwind.avlist.AVList
-
-
Uses of AVList in gov.nasa.worldwind
Subinterfaces of AVList in gov.nasa.worldwind Modifier and Type Interface Description interfaceModelAggregates a globe and a set of layers.interfaceSceneControllerinterfaceStereoSceneControllerAn interface for scene controllers that provide stereo.interfaceViewTheViewinterface provides a coordinate transformation from model coordinates to eye coordinates.interfaceWorldWindowThe top-level interface common to all toolkit-specific WorldWind windows.interfaceWorldWindowGLDrawableinterfaceWWObjectAn interface provided by the major WorldWind components to provide attribute-value list management and property change management.Classes in gov.nasa.worldwind that implement AVList Modifier and Type Class Description classAbstractSceneControllerclassBasicModelThis class aggregates the objects making up a model: the globe and layers.classBasicSceneControllerclassStereoOptionSceneControllerTODO: This file needs to be updated to implement "correct" stereo, as described at: http://www.orthostereo.com/geometryopengl.htmlclassWorldWindowGLAutoDrawableA non-platform specificWorldWindowclass.classWorldWindowImplAn implementation class for theWorldWindowinterface.classWWObjectImplImplementsWWObjectfunctionality.Methods in gov.nasa.worldwind with parameters of type AVList Modifier and Type Method Description static java.lang.ObjectBasicFactory. create(java.lang.String factoryKey, java.lang.Object configSource, AVList params)Static method to create an object from a factory, a configuration source, and an optional configuration parameter list.java.lang.ObjectBasicFactory. createFromCapabilities(java.lang.String capsFileName, AVList params)Create an object such as a layer or elevation model given a local OGC capabilities document containing named layer descriptions.java.lang.ObjectBasicFactory. createFromConfigSource(java.lang.Object configSource, AVList params)Creates an object from a general configuration source.java.lang.ObjectFactory. createFromConfigSource(java.lang.Object configSource, AVList params)Creates an object from a general configuration source.protected java.lang.ObjectBasicFactory. doCreateFromCapabilities(OGCCapabilities caps, AVList params)Implemented by subclasses to perform the actual object creation.protected java.lang.ObjectBasicFactory. doCreateFromCapabilities(WCS100Capabilities caps, AVList params)Implemented by subclasses to perform the actual object creation.protected java.lang.ObjectBasicFactory. doCreateFromElement(org.w3c.dom.Element domElement, AVList params) -
Uses of AVList in gov.nasa.worldwind.avlist
Classes in gov.nasa.worldwind.avlist that implement AVList Modifier and Type Class Description classAVListImplAn implementation class for theAVListinterface.Methods in gov.nasa.worldwind.avlist that return AVList Modifier and Type Method Description AVListAVList. clearList()AVListAVListImpl. clearList()AVListAVList. copy()Returns a shallow copy of thisAVListinstance: the keys and values themselves are not cloned.AVListAVListImpl. copy()AVListAVList. setValues(AVList avList)Adds the contents of another attribute-value list to the list.AVListAVListImpl. setValues(AVList list)Methods in gov.nasa.worldwind.avlist with parameters of type AVList Modifier and Type Method Description static java.lang.BooleanAVListImpl. getBooleanValue(AVList avList, java.lang.String key)static java.lang.BooleanAVListImpl. getBooleanValue(AVList avList, java.lang.String key, java.lang.Boolean defaultValue)static java.lang.DoubleAVListImpl. getDoubleValue(AVList avList, java.lang.String key)static java.lang.DoubleAVListImpl. getDoubleValue(AVList avList, java.lang.String key, java.lang.Double defaultValue)static java.lang.IntegerAVListImpl. getIntegerValue(AVList avList, java.lang.String key)static java.lang.IntegerAVListImpl. getIntegerValue(AVList avList, java.lang.String key, java.lang.Integer defaultValue)static java.lang.LongAVListImpl. getLongValue(AVList avList, java.lang.String key)static java.lang.LongAVListImpl. getLongValue(AVList avList, java.lang.String key, java.lang.Long defaultValue)static java.lang.StringAVListImpl. getStringValue(AVList avList, java.lang.String key)static java.lang.StringAVListImpl. getStringValue(AVList avList, java.lang.String key, java.lang.String defaultValue)AVListAVList. setValues(AVList avList)Adds the contents of another attribute-value list to the list.AVListAVListImpl. setValues(AVList list) -
Uses of AVList in gov.nasa.worldwind.awt
Classes in gov.nasa.worldwind.awt that implement AVList Modifier and Type Class Description classAWTInputHandlerclassWorldWindowGLCanvasWorldWindowGLCanvasis a heavyweight AWT component for displaying WorldWindModels (globe and layers).classWorldWindowGLJPanelWorldWindowGLCanvasis a lightweight Swing component for displaying WorldWindModels (globe and layers).Methods in gov.nasa.worldwind.awt that return AVList Modifier and Type Method Description AVListWorldWindowGLCanvas. clearList()AVListWorldWindowGLJPanel. clearList()AVListWorldWindowGLCanvas. copy()AVListWorldWindowGLJPanel. copy()AVListWorldWindowGLCanvas. setValues(AVList avList)AVListWorldWindowGLJPanel. setValues(AVList avList)Methods in gov.nasa.worldwind.awt with parameters of type AVList Modifier and Type Method Description AVListWorldWindowGLCanvas. setValues(AVList avList)AVListWorldWindowGLJPanel. setValues(AVList avList) -
Uses of AVList in gov.nasa.worldwind.cache
Subinterfaces of AVList in gov.nasa.worldwind.cache Modifier and Type Interface Description interfaceFileStoreClasses in gov.nasa.worldwind.cache that implement AVList Modifier and Type Class Description classAbstractFileStoreprotected static classAbstractFileStore.StoreLocationclassBasicDataFileStoreBasic implementation ofFileStore.static classShapeDataCache.ShapeDataCacheEntry -
Uses of AVList in gov.nasa.worldwind.data
Subinterfaces of AVList in gov.nasa.worldwind.data Modifier and Type Interface Description interfaceDataRasterRepresents a raster of imagery or elevations.interfaceDataRasterReaderinterfaceDataStoreProducerClasses in gov.nasa.worldwind.data that implement AVList Modifier and Type Class Description classAbstractDataRasterclassAbstractDataRasterReaderAbstract base class for mostDataRasterReaderimplementations.classAbstractDataStoreProducerstatic classAbstractDataStoreProducer.SourceInfoclassBasicRasterServerBasicRasterServer maintains a list of data sources and their properties in the BasicRasterServerCache and is used to compose (mosaic) a data raster of the given region of interest from data sources.classBILRasterReaderclassBufferedImageRasterclassBufferWrapperRasterclassByteBufferRasterclassCachedDataRasterTheCachedDataRasteris used to hold data raster's source and metadata, while the actual data raster may not be loaded in to the memory.classDDSRasterReaderclassDTEDRasterReaderclassGDALDataRasterclassGDALDataRasterReaderclassGeotiffRasterReaderclassImageIORasterReaderclassMipMappedBufferedImageRasterclassRPFRasterReaderclassTiledElevationProducerclassTiledImageProducerclassTiledRasterProducerclassWWDotNetLayerSetConverterFields in gov.nasa.worldwind.data declared as AVList Modifier and Type Field Description protected AVListAbstractDataStoreProducer. productionParamsMethods in gov.nasa.worldwind.data that return AVList Modifier and Type Method Description static AVListGDALMetadata. convertToWorldWind(AVList extParams, AVList destParams)static AVListGDALMetadata. extractExtendedAndFormatSpecificMetadata(org.gdal.gdal.Dataset ds, AVList extParams, AVList params)AVListCachedDataRaster. getMetadata()AVListGDALDataRaster. getMetadata()AVListCachedDataRaster. getParams()AVListAbstractDataStoreProducer. getProductionParameters()AVListDataStoreProducer. getProductionParameters()AVListAbstractDataStoreProducer. getStoreParameters()AVListDataStoreProducer. getStoreParameters()protected static AVListGDALMetadata. mapExtendedMetadata(org.gdal.gdal.Dataset ds, AVList extParams, AVList params)AVListAbstractDataRasterReader. readMetadata(java.lang.Object source, AVList params)Reads and returns the metadata from a data source.AVListDataRasterReader. readMetadata(java.lang.Object source, AVList params)Reads and returns the metadata from a data source.Methods in gov.nasa.worldwind.data with parameters of type AVList Modifier and Type Method Description booleanAbstractDataStoreProducer. acceptsDataSource(java.lang.Object source, AVList params)booleanDataStoreProducer. acceptsDataSource(java.lang.Object source, AVList params)protected voidTiledRasterProducer. appendProperties(org.w3c.dom.Element context, AVList properties)protected voidTiledRasterProducer. assembleDataSource(java.lang.Object source, AVList params)protected voidCachedDataRaster. assembleMetadata(java.lang.Object source, AVList params, DataRasterReader reader)protected voidTiledRasterProducer. calculateTileCount(LevelSet levelSet, AVList params)booleanAbstractDataRasterReader. canRead(java.lang.Object source, AVList params)Indicates whether this reader can read a specified data source.booleanDataRasterReader. canRead(java.lang.Object source, AVList params)Indicates whether this reader can read a specified data source.booleanGDALDataRasterReader. canRead(java.lang.Object source, AVList params)booleanRPFRasterReader. canRead(java.lang.Object source, AVList params)DataRasterBasicRasterServer. composeRaster(AVList reqParams)Composes a DataRaster of the given width and height for the specific geographic region of interest (ROI).protected static java.lang.StringGDALDataRaster. convertAVListToString(AVList list)static AVListGDALMetadata. convertToWorldWind(AVList extParams, AVList destParams)static java.nio.ByteBufferByteBufferRaster. createCompatibleBuffer(int width, int height, AVList params)protected org.gdal.gdal.DatasetGDALDataRaster. createCompatibleDataset(int width, int height, Sector sector, AVList destParams)protected org.w3c.dom.DocumentTiledElevationProducer. createConfigDoc(AVList params)Returns an ElevationModel configuration document which describes the tiled elevation data produced by this TiledElevationProducer.protected org.w3c.dom.DocumentTiledImageProducer. createConfigDoc(AVList params)Returns a Layer configuration document which describes the tiled imagery produced by this TiledImageProducer.protected abstract org.w3c.dom.DocumentTiledRasterProducer. createConfigDoc(AVList params)Returns a configuration document which describes the tiled data produced by this TiledRasterProducer.protected DataRasterTiledElevationProducer. createDataRaster(int width, int height, Sector sector, AVList params)protected DataRasterTiledImageProducer. createDataRaster(int width, int height, Sector sector, AVList params)protected abstract DataRasterTiledRasterProducer. createDataRaster(int width, int height, Sector sector, AVList params)protected org.w3c.dom.DocumentWWDotNetLayerSetConverter. createDestConfigDoc(org.w3c.dom.Document layerSetDoc, AVList installParams)static DataRasterByteBufferRaster. createGeoreferencedRaster(AVList params)protected BufferWrapperRasterBufferWrapperRaster. createSubRaster(int width, int height, Sector sector, AVList params)This returns a new sub-raster initialized with the specified properties.protected DataRasterTiledRasterProducer. createTileRaster(LevelSet levelSet, Tile tile, AVList params)protected abstract booleanAbstractDataRasterReader. doCanRead(java.lang.Object source, AVList params)protected booleanBILRasterReader. doCanRead(java.lang.Object source, AVList params)protected booleanDDSRasterReader. doCanRead(java.lang.Object source, AVList params)protected booleanDTEDRasterReader. doCanRead(java.lang.Object source, AVList params)protected booleanGDALDataRasterReader. doCanRead(java.lang.Object source, AVList params)protected booleanGeotiffRasterReader. doCanRead(java.lang.Object source, AVList params)protected booleanImageIORasterReader. doCanRead(java.lang.Object source, AVList params)protected booleanRPFRasterReader. doCanRead(java.lang.Object source, AVList params)protected DataRasterGDALDataRaster. doGetSubRaster(int roiWidth, int roiHeight, Sector roiSector, AVList roiParams)protected abstract DataRaster[]AbstractDataRasterReader. doRead(java.lang.Object source, AVList params)protected DataRaster[]BILRasterReader. doRead(java.lang.Object source, AVList params)protected DataRaster[]DDSRasterReader. doRead(java.lang.Object source, AVList params)protected DataRaster[]DTEDRasterReader. doRead(java.lang.Object source, AVList params)protected DataRaster[]GDALDataRasterReader. doRead(java.lang.Object source, AVList params)protected DataRaster[]GeotiffRasterReader. doRead(java.lang.Object source, AVList params)protected DataRaster[]ImageIORasterReader. doRead(java.lang.Object source, AVList params)protected DataRaster[]RPFRasterReader. doRead(java.lang.Object source, AVList params)protected abstract voidAbstractDataRasterReader. doReadMetadata(java.lang.Object source, AVList params)protected voidBILRasterReader. doReadMetadata(java.lang.Object source, AVList params)protected voidDDSRasterReader. doReadMetadata(java.lang.Object source, AVList params)protected voidDTEDRasterReader. doReadMetadata(java.lang.Object source, AVList params)protected voidGDALDataRasterReader. doReadMetadata(java.lang.Object source, AVList params)protected voidGeotiffRasterReader. doReadMetadata(java.lang.Object source, AVList params)protected voidImageIORasterReader. doReadMetadata(java.lang.Object source, AVList params)protected voidRPFRasterReader. doReadMetadata(java.lang.Object source, AVList params)protected abstract voidAbstractDataStoreProducer. doStartProduction(AVList parameters)protected voidTiledElevationProducer. doStartProduction(AVList parameters)Overridden to initialize this producer's extreme elevations prior to creating and installing elevation tiles.protected voidTiledRasterProducer. doStartProduction(AVList parameters)protected voidWWDotNetLayerSetConverter. doStartProduction(AVList parameters)protected voidByteBufferRaster. doValidateParameters(AVList list)protected DataRasterTiledRasterProducer. drawDataSources(LevelSet levelSet, Tile tile, java.lang.Iterable<DataRaster> dataRasters, AVList params)protected DataRasterTiledRasterProducer. drawDescendants(LevelSet levelSet, Tile tile, AVList params)static AVListGDALMetadata. extractExtendedAndFormatSpecificMetadata(org.gdal.gdal.Dataset ds, AVList extParams, AVList params)protected intTiledRasterProducer. extractMaxLevelLimit(AVList params, int maxNumOfLevels)Extracts a maximum level limit from the AVList if the AVList contains AVKey.TILED_RASTER_PRODUCER_LIMIT_MAX_LEVEL.protected DataRasterReaderBasicRasterServer. findDataRasterReader(java.lang.Object source, AVList params)DataRasterReaderBasicDataRasterReaderFactory. findReaderFor(java.lang.Object source, AVList params)Search the list of available data raster readers for one that will read a specified data source.DataRasterReaderBasicDataRasterReaderFactory. findReaderFor(java.lang.Object source, AVList params, DataRasterReader[] readers)Search a specified list of data raster readers for one that will read a specified data source.DataRasterReaderDataRasterReaderFactory. findReaderFor(java.lang.Object source, AVList params)Search the list of available data raster readers for one that will read a specified data source.DataRasterReaderDataRasterReaderFactory. findReaderFor(java.lang.Object source, AVList params, DataRasterReader[] readers)Search a specified list of data raster readers for one that will read a specified data source.protected java.io.FileTiledRasterProducer. getConfigFileInstallLocation(AVList params)Returns the location of the configuration file which describes the tiled data produced by this TiledRasterProducer.protected java.io.FileWWDotNetLayerSetConverter. getDestConfigFile(AVList installParams)java.nio.ByteBufferBasicRasterServer. getRasterAsByteBuffer(AVList params)Composes a DataRaster of the given width and height for the specific geographic region of interest (ROI), in the requested file format (AVKey.IMAGE_FORMAT) and returns as a ByteBufferjava.nio.ByteBufferRasterServer. getRasterAsByteBuffer(AVList params)Composes a Raster and returns as ByteBuffer in the requested format (image or elevation)DataRasterAbstractDataRaster. getSubRaster(int width, int height, Sector sector, AVList params)DataRasterAbstractDataRaster. getSubRaster(AVList params)Reads the specified region of interest (ROI) with given extent, width, and height, and typeDataRasterCachedDataRaster. getSubRaster(int width, int height, Sector sector, AVList params)DataRasterCachedDataRaster. getSubRaster(AVList params)DataRasterDataRaster. getSubRaster(int width, int height, Sector sector, AVList params)Returns a portion of this raster as another raster.DataRasterDataRaster. getSubRaster(AVList params)Returns a portion of this raster as another raster.DataRasterGDALDataRaster. getSubRaster(AVList params)Builds a writable data raster for the requested region of interest (ROI)protected booleanCachedDataRaster. hasRequiredMetadata(AVList params, CachedDataRaster.ErrorHandlerMode throwException)Validates if params (AVList) has all required keys.protected voidTiledRasterProducer. initLevelSetParameters(AVList params)protected voidTiledElevationProducer. initProductionParameters(AVList params)protected voidTiledImageProducer. initProductionParameters(AVList params)protected abstract voidTiledRasterProducer. initProductionParameters(AVList params)protected voidWWDotNetLayerSetConverter. initProductionParameters(AVList params, WWDotNetLayerSetConverter.ProductionState productionState)protected voidBILRasterWriter. initWorldFileParams(DataRaster raster, AVList worldFileParams)protected voidImageIORasterWriter. initWorldFileParams(DataRaster raster, AVList worldFileParams)protected voidTiledRasterProducer. installConfigFile(AVList params)Installs the configuration file which describes the tiled data produced by this TiledRasterProducer.protected voidTiledRasterProducer. installLevelSet(LevelSet levelSet, AVList params)protected java.io.FileTiledRasterProducer. installLocationFor(AVList params)protected java.lang.ObjectTiledRasterProducer. installLocationForTile(AVList installParams, Tile tile)protected voidTiledRasterProducer. installRasterServerConfigFile(AVList productionParams)protected voidTiledRasterProducer. installTileRaster(Tile tile, DataRaster tileRaster, AVList params)protected voidTiledElevationProducer. installTileRasterLater(LevelSet levelSet, Tile tile, DataRaster tileRaster, AVList params)Overridden to compute the extreme elevations prior to installing a tile in the filesystem.protected voidTiledRasterProducer. installTileRasterLater(LevelSet levelSet, Tile tile, DataRaster tileRaster, AVList params)booleanAbstractDataRasterReader. isElevationsRaster(java.lang.Object source, AVList params)Indicates whether a data source is elevation data.booleanDataRasterReader. isElevationsRaster(java.lang.Object source, AVList params)Indicates whether a data source is elevation data.protected booleanTiledRasterProducer. isFinalLevel(LevelSet levelSet, int levelNumber, AVList params)booleanAbstractDataRasterReader. isImageryRaster(java.lang.Object source, AVList params)Indicates whether a data source is imagery.booleanDataRasterReader. isImageryRaster(java.lang.Object source, AVList params)Indicates whether a data source is imagery.protected static AVListGDALMetadata. mapExtendedMetadata(org.gdal.gdal.Dataset ds, AVList extParams, AVList params)protected static voidGDALMetadata. mapNITFMetadata(AVList extParams, AVList params)voidAbstractDataStoreProducer. offerDataSource(java.lang.Object source, AVList params)voidDataStoreProducer. offerDataSource(java.lang.Object source, AVList params)DataRaster[]AbstractDataRasterReader. read(java.lang.Object source, AVList params)Reads and returns the DataRaster instances from a data source.DataRaster[]DataRasterReader. read(java.lang.Object source, AVList params)Reads and returns the DataRaster instances from a data source.AVListAbstractDataRasterReader. readMetadata(java.lang.Object source, AVList params)Reads and returns the metadata from a data source.AVListDataRasterReader. readMetadata(java.lang.Object source, AVList params)Reads and returns the metadata from a data source.protected voidWWDotNetLayerSetConverter. removeLayerSet(java.lang.Object source, AVList params)voidAbstractDataStoreProducer. setStoreParameters(AVList parameters)voidDataStoreProducer. setStoreParameters(AVList parameters)protected java.lang.StringBILRasterWriter. validate(AVList worldFileParams, java.lang.Object dataSource)protected abstract java.lang.StringAbstractDataStoreProducer. validateDataSource(java.lang.Object source, AVList params)protected java.lang.StringTiledElevationProducer. validateDataSource(java.lang.Object source, AVList params)protected java.lang.StringTiledImageProducer. validateDataSource(java.lang.Object source, AVList params)protected java.lang.StringWWDotNetLayerSetConverter. validateDataSource(java.lang.Object source, AVList params)protected java.lang.StringTiledElevationProducer. validateDataSourceParams(AVList params, java.lang.String name)protected java.lang.StringTiledImageProducer. validateDataSourceParams(AVList params, java.lang.String name)protected java.lang.StringAbstractDataRasterReader. validateMetadata(java.lang.Object source, AVList params)protected java.lang.StringBILRasterReader. validateMetadata(java.lang.Object source, AVList params)protected java.lang.StringDTEDRasterReader. validateMetadata(java.lang.Object source, AVList params)protected abstract java.lang.StringAbstractDataStoreProducer. validateProductionParameters(AVList parameters)protected java.lang.StringTiledRasterProducer. validateProductionParameters(AVList parameters)protected java.lang.StringWWDotNetLayerSetConverter. validateProductionParameters(AVList parameters)static DataRasterBufferedImageRaster. wrap(java.awt.image.BufferedImage image, AVList params)static DataRasterBufferedImageRaster. wrapAsGeoreferencedRaster(java.awt.image.BufferedImage image, AVList params)protected voidBILRasterWriter. writeHdrFile(AVList values, java.io.File file)protected voidImageIORasterWriter. writeImageMetadata(java.io.File file, AVList values)protected voidBILRasterWriter. writeWorldFile(AVList values, java.io.File file)Constructors in gov.nasa.worldwind.data with parameters of type AVList Constructor Description AbstractDataRaster(int width, int height, Sector sector, AVList list)BasicRasterServer(java.lang.Object o, AVList params)BasicRasterServer constructor reads a list of data raster sources from *.RasterServer.xml (the file that accompanies layer description XML file), reads sector of each source and maintains a list of data sources, their properties,BufferedImageRaster(Sector sector, java.awt.image.BufferedImage bufferedImage, AVList list)BufferWrapperRaster(int width, int height, Sector sector, BufferWrapper buffer, AVList list)ByteBufferRaster(int width, int height, Sector sector, AVList params)ByteBufferRaster(int width, int height, Sector sector, java.nio.ByteBuffer byteBuffer, AVList list)CachedDataRaster(java.lang.Object source, AVList params, DataRasterReader reader, MemoryCache cache)Create a cached data raster.SourceInfo(java.lang.Object source, AVList params) -
Uses of AVList in gov.nasa.worldwind.event
Subinterfaces of AVList in gov.nasa.worldwind.event Modifier and Type Interface Description interfaceInputHandlerClasses in gov.nasa.worldwind.event that implement AVList Modifier and Type Class Description classNoOpInputHandlerProvides an input handler that does nothing. -
Uses of AVList in gov.nasa.worldwind.geom
Methods in gov.nasa.worldwind.geom that return AVList Modifier and Type Method Description AVListMatrix. extractViewingParameters(Vec4 origin, Angle roll, Globe globe)Extracts this viewing matrix's parameters given a viewing origin and a globe.Methods in gov.nasa.worldwind.geom with parameters of type AVList Modifier and Type Method Description static MatrixMatrix. fromGeographicToImage(AVList worldFileParams)static MatrixMatrix. fromImageToGeographic(AVList worldFileParams) -
Uses of AVList in gov.nasa.worldwind.globes
Subinterfaces of AVList in gov.nasa.worldwind.globes Modifier and Type Interface Description interfaceElevationModelProvides the elevations to aGlobeor other object holding elevations.interfaceGlobeRepresents a planet's shape and terrain.Classes in gov.nasa.worldwind.globes that implement AVList Modifier and Type Class Description classEarthDefines a model of the Earth, using the World Geodetic System (WGS84).classEarthFlatDefines a model of the Earth projected onto a plane.classEllipsoidalGlobeDefines a globe modeled as an ellipsoid.classFlatGlobeDefines a globe represented as a projection onto a plane. -
Uses of AVList in gov.nasa.worldwind.layers
Subinterfaces of AVList in gov.nasa.worldwind.layers Modifier and Type Interface Description interfaceLayerClasses in gov.nasa.worldwind.layers that implement AVList Modifier and Type Class Description classAbstractGraticuleLayerDisplays a graticule.classAbstractLayerclassAnnotationLayerTheAnnotationLayerclass manages a collection ofAnnotationobjects for rendering and picking.classBasicTiledImageLayerclassCachedRenderableLayerHolds a collection of Renderables and manages local caching of them.classCompassLayerclassCrosshairLayerRenders a crosshair icon in the viewport center or at a specified location.classGARSGraticuleLayerDisplays the geographic Global Area Reference System (GARS) graticule.classGraticuleRenderingParamsclassIconLayerTheIconLayerclass manages a collection ofWWIconobjects for rendering and picking.classLatLonGraticuleLayerDisplays the geographic latitude/longitude graticule.classLayerListclassLocalRasterServerLayerImplements a tiled image layer for a local dataset accessed via a local raster server.classMarkerLayerclassRenderableLayerTheRenderableLayerclass manages a collection ofRenderableobjects for rendering, picking, and disposal.classScalebarLayerRenders a scalebar graphic in a screen corner.classSkyColorLayerPaints the sky color background depending on altitude.classSkyGradientLayerRenders an atmosphere around the globe and a sky dome at low altitude.classStarsLayerRenders a star background based on a subset of ESA Hipparcos catalog.classSurfaceImageLayerDisplays a collection of local images on the globe.classTerrainProfileLayerDisplays a terrain profile graph in a screen corner.classTiledImageLayerclassViewControlsLayerThis layer displays onscreen view controls.classWorldMapLayerDisplays a world map overlay with a current-position crosshair in a screen corner.Methods in gov.nasa.worldwind.layers that return AVList Modifier and Type Method Description AVListLayerList. clearList()AVListLayerList. copy()protected AVListBasicTiledImageLayer. getConfigurationParams(AVList params)AVListGraticuleSupport. getDefaultParams()static AVListAbstractLayer. getLayerConfigParams(org.w3c.dom.Element domElement, AVList params)Parses layer configuration parameters from the specified DOM document.protected static AVListTiledImageLayer. getLegacyTiledImageLayerConfigParams(org.w3c.dom.Element domElement, AVList params)Parses TiledImageLayer configuration parameters from previous versions of configuration documents.protected static AVListBasicTiledImageLayer. getParamsFromDocument(org.w3c.dom.Element domElement, AVList params)static AVListTiledImageLayer. getTiledImageLayerConfigParams(org.w3c.dom.Element domElement, AVList params)Parses TiledImageLayer configuration parameters from the specified DOM document.protected static AVListBasicTiledImageLayer. restorableStateToParams(java.lang.String stateInXml)AVListLayerList. setValues(AVList avList)Methods in gov.nasa.worldwind.layers with parameters of type AVList Modifier and Type Method Description protected org.w3c.dom.DocumentBasicTiledImageLayer. createConfigurationDocument(AVList params)java.lang.ObjectBasicLayerFactory. createFromConfigSource(java.lang.Object configSource, AVList params)Creates a layer or layer list from a general configuration source.protected LayerBasicLayerFactory. createFromLayerDocument(org.w3c.dom.Element domElement, AVList params)Create a layer described by an XML layer description.static org.w3c.dom.ElementAbstractLayer. createLayerConfigElements(AVList params, org.w3c.dom.Element context)Appends layer configuration parameters as elements to the specified context.protected LayerListBasicLayerFactory. createLayerList(org.w3c.dom.Element[] layerElements, AVList params)Create a list of layers described by an array of XML layer description elements.protected LayerList[]BasicLayerFactory. createLayerLists(org.w3c.dom.Element[] elements, AVList params)Create a collection of layer lists and their included layers described by an array of XML layer-list description elements.protected voidLocalRasterServerLayer. createRasterServer(AVList params)protected LayerBasicLayerFactory. createShapefileLayer(org.w3c.dom.Element domElement, AVList params)Creates a shapefile layer described by an XML layer description.protected LayerBasicLayerFactory. createTiledImageLayer(org.w3c.dom.Element domElement, AVList params)Create aTiledImageLayerlayer described by an XML layer description.static org.w3c.dom.DocumentTiledImageLayer. createTiledImageLayerConfigDocument(AVList params)Creates a configuration document for a TiledImageLayer described by the specified params.static org.w3c.dom.ElementTiledImageLayer. createTiledImageLayerConfigElements(AVList params, org.w3c.dom.Element context)Appends TiledImageLayer configuration parameters as elements to the specified context.protected LayerBasicLayerFactory. doCreateFromCapabilities(OGCCapabilities caps, AVList params)protected java.lang.ObjectBasicLayerFactory. doCreateFromElement(org.w3c.dom.Element domElement, AVList params)Create the objects described in an XML element containing layer and/or layer-list descriptions.protected voidBasicTiledImageLayer. doWriteConfigurationParams(FileStore fileStore, java.lang.String fileName, AVList params)protected AVListBasicTiledImageLayer. getConfigurationParams(AVList params)static AVListAbstractLayer. getLayerConfigParams(org.w3c.dom.Element domElement, AVList params)Parses layer configuration parameters from the specified DOM document.protected static AVListTiledImageLayer. getLegacyTiledImageLayerConfigParams(org.w3c.dom.Element domElement, AVList params)Parses TiledImageLayer configuration parameters from previous versions of configuration documents.protected static AVListBasicTiledImageLayer. getParamsFromDocument(org.w3c.dom.Element domElement, AVList params)static AVListTiledImageLayer. getTiledImageLayerConfigParams(org.w3c.dom.Element domElement, AVList params)Parses TiledImageLayer configuration parameters from the specified DOM document.protected voidBasicTiledImageLayer. initFromOGCCapabilitiesResource(WMSCapabilities caps, AVList params)Initializes this Layer's expiry time property from the specified WMS Capabilities document and parameter list describing the WMS layer names associated with this Layer.protected booleanBasicTiledImageLayer. needsConfigurationFile(FileStore fileStore, java.lang.String fileName, AVList params, boolean removeIfExpired)protected DataRasterSurfaceImageLayer. openDataRaster(java.lang.Object src, AVList params)protected static voidBasicTiledImageLayer. restoreStateForParams(RestorableSupport rs, RestorableSupport.StateObject context, AVList params)voidGraticuleSupport. setDefaultParams(AVList defaultParams)protected static voidBasicTiledImageLayer. setFallbacks(AVList params)AVListLayerList. setValues(AVList avList)protected voidBasicTiledImageLayer. writeConfigurationParams(FileStore fileStore, AVList params)Constructors in gov.nasa.worldwind.layers with parameters of type AVList Constructor Description BasicTiledImageLayer(AVList params)BasicTiledImageLayer(org.w3c.dom.Document dom, AVList params)BasicTiledImageLayer(org.w3c.dom.Element domElement, AVList params)LocalRasterServerLayer(AVList params)Constructs a layer from a list of parameters describing the layer.LocalRasterServerLayer(org.w3c.dom.Document dom, AVList params)Constructs a layer from an XML document description.LocalRasterServerLayer(org.w3c.dom.Element domElement, AVList params)Constructs a layer from an XML documentElement. -
Uses of AVList in gov.nasa.worldwind.layers.Earth
Classes in gov.nasa.worldwind.layers.Earth that implement AVList Modifier and Type Class Description classBMNGOneImageclassBMNGWMSLayerclassCountryBoundariesLayerclassLandsatI3WMSLayerclassMGRSGraticuleLayerclassMSVirtualEarthLayerclassNASAWFSPlaceNameLayerclassOSMCycleMapLayerclassOSMMapnikLayerclassUSDANAIPWMSImageLayerclassUSGSDigitalOrthoclassUSGSTopoHighResclassUSGSTopoLowResclassUSGSTopoMedResclassUSGSUrbanAreaOrthoclassUTMBaseGraticuleLayerDisplays the UTM graticule.classUTMGraticuleLayerDisplays the UTM graticule. -
Uses of AVList in gov.nasa.worldwind.layers.mercator
Classes in gov.nasa.worldwind.layers.mercator that implement AVList Modifier and Type Class Description classBasicMercatorTiledImageLayerBasicTiledImageLayer modified 2009-02-03 to add support for Mercator projections.classMercatorTiledImageLayerTiledImageLayer modified 2009-02-03 to add support for Mercator projections.Constructors in gov.nasa.worldwind.layers.mercator with parameters of type AVList Constructor Description BasicMercatorTiledImageLayer(AVList params) -
Uses of AVList in gov.nasa.worldwind.layers.placename
Classes in gov.nasa.worldwind.layers.placename that implement AVList Modifier and Type Class Description classPlaceNameLayerclassPlaceNameServiceSet -
Uses of AVList in gov.nasa.worldwind.layers.rpf
Classes in gov.nasa.worldwind.layers.rpf that implement AVList Modifier and Type Class Description classRPFTiledImageLayerMethods in gov.nasa.worldwind.layers.rpf that return AVList Modifier and Type Method Description static AVListRPFTiledImageLayer. xmlStateToParams(java.lang.String stateInXml)Methods in gov.nasa.worldwind.layers.rpf with parameters of type AVList Modifier and Type Method Description protected voidRPFTiledImageLayer. initRPFFileIndex(AVList params)Constructors in gov.nasa.worldwind.layers.rpf with parameters of type AVList Constructor Description RPFTiledImageLayer(AVList params) -
Uses of AVList in gov.nasa.worldwind.ogc.collada
Classes in gov.nasa.worldwind.ogc.collada that implement AVList Modifier and Type Class Description classColladaParserContextThe parser context for Collada documents. -
Uses of AVList in gov.nasa.worldwind.ogc.collada.impl
Classes in gov.nasa.worldwind.ogc.collada.impl that implement AVList Modifier and Type Class Description classColladaMeshShapeShape to render a COLLADA line or triangle mesh.protected static classColladaMeshShape.ShapeDataThis class holds globe-specific data for this shape. -
Uses of AVList in gov.nasa.worldwind.ogc.kml
Classes in gov.nasa.worldwind.ogc.kml that implement AVList Modifier and Type Class Description classKMLParserContextThe parser context for KML and KMZ docuements.protected static classKMLRegion.RegionDataRegionDataholds a Region's computed data used during a single call toRegion.isActive, and is unique to a particularGlobe. -
Uses of AVList in gov.nasa.worldwind.ogc.kml.gx
Classes in gov.nasa.worldwind.ogc.kml.gx that implement AVList Modifier and Type Class Description classGXParserContext -
Uses of AVList in gov.nasa.worldwind.ogc.kml.impl
Classes in gov.nasa.worldwind.ogc.kml.impl that implement AVList Modifier and Type Class Description classKMLAbstractBalloonAn implementation ofBalloonthat applies aKMLBalloonStyleto the balloon.classKMLControllerExecutes the mapping from KML to WorldWind.classKMLExtrudedPolygonImplclassKMLGlobeBalloonImplA KML Balloon attached to a point on the globe.classKMLGroundOverlayPolygonImplImplementation ofPolygonto render KML GroundOverlay.classKMLLineStringPlacemarkImplclassKMLModelPlacemarkImplClass to load and render a COLLADA model as the geometry of a KML Placemark.classKMLPointPlacemarkImplImplements the Point case of a KML Placemark element.classKMLPolygonImplclassKMLScreenBalloonImplA KML Balloon attached to a point on the screen.classKMLScreenImageImplImplements at KML ScreenOverlay element.classKMLSurfaceImageImplclassKMLSurfacePolygonImplMethods in gov.nasa.worldwind.ogc.kml.impl that return AVList Modifier and Type Method Description AVListKMLAbstractBalloon. clearList().AVListKMLAbstractBalloon. copy()Returns a shallow copy of thisAVListinstance: the keys and values themselves are not cloned.AVListKMLAbstractBalloon. setValues(AVList avList)Adds the contents of another attribute-value list to the list.Methods in gov.nasa.worldwind.ogc.kml.impl with parameters of type AVList Modifier and Type Method Description AVListKMLAbstractBalloon. setValues(AVList avList)Adds the contents of another attribute-value list to the list. -
Uses of AVList in gov.nasa.worldwind.pick
Classes in gov.nasa.worldwind.pick that implement AVList Modifier and Type Class Description classPickedObject -
Uses of AVList in gov.nasa.worldwind.poi
Subinterfaces of AVList in gov.nasa.worldwind.poi Modifier and Type Interface Description interfacePointOfInterestClasses in gov.nasa.worldwind.poi that implement AVList Modifier and Type Class Description classBasicPointOfInterest -
Uses of AVList in gov.nasa.worldwind.render
Subinterfaces of AVList in gov.nasa.worldwind.render Modifier and Type Interface Description interfaceBalloonA text label that can be attached to a point on the screen, or a point on the globe.interfaceDrawContextinterfaceGlobeBalloonABalloonattached to a position on the globe.interfaceScreenBalloonABalloonattached to a location on the screen.interfaceSurfaceObjectCommon interface for renderables that are drawn on the Globe's surface terrain, such asSurfaceShape.interfaceSurfaceShapeCommon interface for surface conforming shapes such asSurfacePolygon,SurfacePolyline,SurfaceEllipse,SurfaceQuad, andSurfaceSector.interfaceWWIconProvides a general interface for icons rendered by WorldWind.Classes in gov.nasa.worldwind.render that implement AVList Modifier and Type Class Description classAbstractAnnotationAnAnnotationrepresent a text label and its rendering attributes.classAbstractAnnotationBalloonImplementation of balloon usingAnnotation.classAbstractBalloonAbstract implementation ofBalloon.static classAbstractBrowserBalloon.BrowserControlDeprecated.classAbstractGeneralShapeA shape that is positioned and oriented independently of its defining geometry.protected static classAbstractGeneralShape.ShapeDataThis class holds globe-specific data for this shape.classAbstractShapeProvides a base class form several geometricRenderables.protected static classAbstractShape.AbstractShapeDataHolds the globe-dependent data captured in this shape's data cache.classAbstractSurfaceObjectAbstract implementation of SurfaceObject that participates in theSceneController's bulk rendering of SurfaceObjects.classAbstractSurfaceRenderableSurface renderable.classAbstractSurfaceShapeCommon superclass for surface conforming shapes such asSurfacePolygon,SurfacePolyline,SurfaceEllipse,SurfaceQuad, andSurfaceSector.classBoxA general box volume defined by a center position and three axis radii.classConeA general cone volume defined by a center position, a height and a radius, or alternatively, by three axis radii.classCylinderA general cylinder volume defined by a center position, height and radius, or alternatively, by three axis radii.classDrawContextImplclassEllipsoidA general ellipsoid volume defined by a center position and the three ellipsoid axis radii.classExtrudedPolygonA multi-sided 3D shell formed by a base polygon in latitude and longitude extruded from the terrain to either a specified height or an independent height per location.protected static classExtrudedPolygon.ShapeDataTheShapeDataclass holds globe-specific data for this shape.classGlobeAnnotationRepresent a text label attached to a Position on the globe and its rendering attributes.classGlobeAnnotationBalloonAn AnnotationBalloon that is attached to a position on the globe.classLazilyLoadedTextureRepresents a texture derived from a lazily loaded image source such as an image file or aBufferedImage.protected static classMultiResolutionPath.MultiResolutionPathDataDeprecated.Subclass of PathData that adds the capability to map which ordinal number corresponds to each rendered position.classPathDisplays a line or curve between positions.protected static classPath.PathDataMaintains globe-dependent computed data such as Cartesian vertices and extents.classPedestalclassPointPlacemarkRepresents a point placemark consisting of an image, an optional line linking the image to a corresponding point on the terrain, and an optional label.classPolygon/** A 3D polygon.protected static classPolygon.ShapeDataThis class holds globe-specific data for this shape.classPyramidA general pyramid volume defined by a center position, a height, and two axis lengths.classRigidShapeA general rigid volume defined by a center position and the three axis radii.protected static classRigidShape.ShapeDataMaintains globe-dependent computed data such as Cartesian vertices and extents.classScreenAnnotationRepresent a text label attached to a Point on the viewport and its rendering attributes.classScreenAnnotationBalloonAn AnnotationBalloon that is attached to a point on the screen.classScreenCreditImageclassScreenImageDraws an image parallel to the screen at a specified screen location relative to the WorldWindow.classScreenRelativeAnnotationProvides a screen annotation positioned relatively to the window rather than absolutely.classSurfaceCircleclassSurfaceEllipseclassSurfaceIconRenders an icon image over the terrain surface.classSurfaceIconsRenders an icon image over the terrain surface in many locations.classSurfaceImageRenders a single image contained in a local file, a remote file, or aBufferedImage.classSurfaceMultiPolygonclassSurfacePolygonclassSurfacePolygonsRenders fast multiple polygons with or without holes in one pass.classSurfacePolylineclassSurfacePolylinesThis class renders fast multiple surface polylines in one pass.classSurfaceQuadclassSurfaceSectorclassSurfaceSquareclassSurfaceTextRenders a string of text on the surface of the globe.classUserFacingIconclassWedgeA general cylinder volume defined by a center position, height and radius, or alternatively, by three axis radii.Methods in gov.nasa.worldwind.render with parameters of type AVList Modifier and Type Method Description protected PickedObjectAbstractBrowserBalloon. createLinkPickedObject(DrawContext dc, java.awt.Color pickColor, AVList linkParams)Deprecated. -
Uses of AVList in gov.nasa.worldwind.render.airspaces
Subinterfaces of AVList in gov.nasa.worldwind.render.airspaces Modifier and Type Interface Description interfaceAirspaceinterfaceDetailLevelClasses in gov.nasa.worldwind.render.airspaces that implement AVList Modifier and Type Class Description classAbstractAirspaceclassBoxclassCakeA cake consists of mutiple adjacent cylinder segments.static classCake.LayerAn inner class ofCakedefining the parameters of one of the cake's cylinders.classCappedCylinderA cylinder defined by a geographic position, a radius in meters, and minimum and maximum altitudes.classCappedEllipticalCylinderAn elliptical cylinder defined by a geographic position, major and minor radii in meters, and minimum and maximum altitudes.classCurtainA curtain is a series of adjacent rectangular planes.classGeometryclassOrbitclassPartialCappedCylinderA cylinder defined by a geographic position, a radius in meters, and minimum and maximum altitudes.classPolyArcclassPolygonclassRouteCreates a sequence of connected rectangular airspaces specified by a list of positions.classScreenSizeDetailLevelclassSphereAirspaceA spherical airspace shape defined by a center location and a radius.classSurfaceBoxclassTrackAirspaceCreates a sequence of potentially disconnected rectangular airspaces specified by a collection ofBoxobjects. -
Uses of AVList in gov.nasa.worldwind.render.airspaces.editor
Subinterfaces of AVList in gov.nasa.worldwind.render.airspaces.editor Modifier and Type Interface Description interfaceAirspaceEditorClasses in gov.nasa.worldwind.render.airspaces.editor that implement AVList Modifier and Type Class Description classAbstractAirspaceEditorclassPolygonEditorclassSphereAirspaceEditor -
Uses of AVList in gov.nasa.worldwind.retrieve
Subinterfaces of AVList in gov.nasa.worldwind.retrieve Modifier and Type Interface Description interfaceRetrievalServiceinterfaceRetrieverClasses in gov.nasa.worldwind.retrieve that implement AVList Modifier and Type Class Description classBasicRetrievalServicePerforms threaded retrieval of data.classHTTPRetrieverclassJarRetrieverRetrieves resources identified by a jar url, which has the form jar:<url>!/{entry}, as in: jar:http://www.foo.com/bar/baz.jar!/COM/foo/Quux.class.classLocalRasterServerRetrieverclassURLRetrieverFields in gov.nasa.worldwind.retrieve declared as AVList Modifier and Type Field Description protected AVListAbstractRetrievalPostProcessor. avListHolds miscellaneous parameters examined by this and subclasses.Methods in gov.nasa.worldwind.retrieve with parameters of type AVList Modifier and Type Method Description RetrieverRetrieverFactory. createRetriever(AVList params, RetrievalPostProcessor postProcessor)Constructors in gov.nasa.worldwind.retrieve with parameters of type AVList Constructor Description AbstractRetrievalPostProcessor(AVList avList)Create a post-processor and pass it attributes that can be examined during content handling.LocalRasterServerRetriever(AVList params, RasterServer rasterServer, RetrievalPostProcessor postProcessor) -
Uses of AVList in gov.nasa.worldwind.symbology
Subinterfaces of AVList in gov.nasa.worldwind.symbology Modifier and Type Interface Description interfaceTacticalCircleAn interface for circular tactical graphics.interfaceTacticalGraphicTacticalGraphic provides a common interface for displaying a graphic from a symbology set.interfaceTacticalPointAn interface for tactical graphics that are positioned by a single point.interfaceTacticalQuadAn interface for tactical graphics shaped like a quadrilaterals.interfaceTacticalRouteAn interface for tactical graphics that depict routes: a series of point graphics connected by lines.interfaceTacticalSymbolTacticalSymbol provides a common interface for displaying tactical point symbols from symbology sets.Classes in gov.nasa.worldwind.symbology that implement AVList Modifier and Type Class Description classAbstractTacticalGraphicBase class for tactical graphics.classAbstractTacticalSymbolprotected static classAbstractTacticalSymbol.IconTextureFields in gov.nasa.worldwind.symbology declared as AVList Modifier and Type Field Description protected AVListAbstractTacticalSymbol. activeModifiersModifiers active this frame.protected AVListAbstractTacticalGraphic. modifiersMap of modifiers applied to this graphic.protected AVListAbstractTacticalSymbol. modifiersIndicates the current text and graphic modifiers assigned to this symbol.protected AVListAbstractTacticalSymbol.IconSource. retrieverParamsMethods in gov.nasa.worldwind.symbology that return AVList Modifier and Type Method Description protected AVListAbstractTacticalSymbol. assembleIconRetrieverParameters(AVList params)AVListAbstractTacticalSymbol.IconSource. getRetrieverParams()Methods in gov.nasa.worldwind.symbology with parameters of type AVList Modifier and Type Method Description protected voidAbstractTacticalSymbol. addGlyph(DrawContext dc, Offset offset, Offset hotspot, java.lang.String modifierCode, AVList retrieverParams, java.lang.Object layoutMode, AbstractTacticalSymbol.OrderedSymbol osym)protected voidAbstractTacticalSymbol. applyImplicitModifiers(AVList modifiers)Add implicit modifiers to the modifier list.protected AVListAbstractTacticalSymbol. assembleIconRetrieverParameters(AVList params)protected java.awt.DimensionAbstractTacticalSymbol. computeMinTextLayout(DrawContext dc, AVList modifiers)Compute the dimension of the minimum layout rectangle for the text modifiers.A minimum dimension is enforced to prevent the text from overlapping if the symbol is scaled to a very small size.protected voidAbstractTacticalSymbol. computeScaledBounds(DrawContext dc, AVList modifiers, AbstractTacticalSymbol.OrderedSymbol osym)Compute the bounds of symbol after the scale has been applied.TacticalCircleTacticalGraphicFactory. createCircle(java.lang.String symbolIdentifier, Position center, double radius, AVList modifiers)Create a circular graphic.TacticalGraphicTacticalGraphicFactory. createGraphic(java.lang.String symbolIdentifier, java.lang.Iterable<? extends Position> positions, AVList modifiers)Create a tactical graphic positioned by more than one control point.java.awt.image.BufferedImageIconRetriever. createIcon(java.lang.String symbolId, AVList params)Create an icon to represent a symbol in a symbol set.TacticalPointTacticalGraphicFactory. createPoint(java.lang.String symbolIdentifier, Position position, AVList modifiers)Create a tactical graphic positioned by a single control point.TacticalQuadTacticalGraphicFactory. createQuad(java.lang.String symbolIdentifier, java.lang.Iterable<? extends Position> positions, AVList modifiers)Create a graphic with four sides.TacticalRouteTacticalGraphicFactory. createRoute(java.lang.String symbolIdentifier, java.lang.Iterable<? extends TacticalPoint> controlPoints, AVList modifiers)Create a route graphic.protected AbstractTacticalSymbol.IconAtlasElementAbstractTacticalSymbol. getGlyph(java.lang.String modifierCode, AVList retrieverParams)protected intAbstractTacticalSymbol. getMaxLabelLines(AVList modifiers)protected voidAbstractTacticalSymbol. layoutDynamicModifiers(DrawContext dc, AVList modifiers, AbstractTacticalSymbol.OrderedSymbol osym)Layout dynamic modifiers around the symbol.protected voidAbstractTacticalSymbol. layoutGraphicModifiers(DrawContext dc, AVList modifiers, AbstractTacticalSymbol.OrderedSymbol osym)Layout static graphic modifiers around the symbol.protected voidAbstractTacticalSymbol. layoutStaticModifiers(DrawContext dc, AVList modifiers, AbstractTacticalSymbol.OrderedSymbol osym)Layout static modifiers around the symbol.protected voidAbstractTacticalSymbol. layoutTextModifiers(DrawContext dc, AVList modifiers, AbstractTacticalSymbol.OrderedSymbol osym)Layout static text modifiers around the symbol.protected booleanAbstractTacticalSymbol. mustLayout(AbstractTacticalSymbol.IconSource iconSource, AVList modifiers)Determines if the icon layout or static modifier layout must be computed.Constructors in gov.nasa.worldwind.symbology with parameters of type AVList Constructor Description IconSource(IconRetriever retriever, java.lang.String symbolId, AVList retrieverParams) -
Uses of AVList in gov.nasa.worldwind.symbology.milstd1477
Methods in gov.nasa.worldwind.symbology.milstd1477 with parameters of type AVList Modifier and Type Method Description java.awt.image.BufferedImageMilStd1477IconRetriever. createIcon(java.lang.String symbolId, AVList params) -
Uses of AVList in gov.nasa.worldwind.symbology.milstd2525
Subinterfaces of AVList in gov.nasa.worldwind.symbology.milstd2525 Modifier and Type Interface Description interfaceMilStd2525TacticalGraphicInterface to describe tactical graphics defined by MIL-STD-2525.Classes in gov.nasa.worldwind.symbology.milstd2525 that implement AVList Modifier and Type Class Description classAbstractMilStd2525TacticalGraphicBase class for MIL-STD-2525 tactical graphics.classMilStd2525PointGraphicImplementation of MIL-STD-2525 point graphics.classMilStd2525TacticalSymbolImplementation ofTacticalSymbolthat provides support for tactical symbols from the MIL-STD-2525 symbology set.classMilStd2525UnitsFormatUnits format configured to format locations and altitudes according to the defaults defined by MIL-STD-2525C.classSymbolCodeSymbolCode provides a utility for parsing and representing the individual fields of a MIL-STD-2525 symbol identification code (SIDC).Methods in gov.nasa.worldwind.symbology.milstd2525 that return AVList Modifier and Type Method Description protected AVListMilStd2525TacticalSymbol. assembleIconRetrieverParameters(AVList params)static AVListSymbolCode. parseSymbolModifierCode(java.lang.String code, AVList params)Computes and returns the modifier key-value pairs associated with the specified SymbolModifier code.Methods in gov.nasa.worldwind.symbology.milstd2525 with parameters of type AVList Modifier and Type Method Description protected voidMilStd2525TacticalSymbol. appendTextModifier(java.lang.StringBuilder sb, AVList modifiers, java.lang.String modifierKey, java.lang.Integer maxLength)protected voidMilStd2525TacticalSymbol. applyImplicitModifiers(AVList modifiers)protected AVListMilStd2525TacticalSymbol. assembleIconRetrieverParameters(AVList params)protected java.lang.IntegerMilStd2525ModifierRetriever. chooseBestFittingWidth(AVList params)protected java.lang.StringMilStd2525IconRetriever. composeIconPath(SymbolCode symbolCode, AVList params)protected java.lang.StringMilStd2525ModifierRetriever. composePath(java.lang.String symbolModifierCode, AVList params)static java.lang.StringSymbolCode. composeSymbolModifierCode(SymbolCode symbolCode, AVList modifiers, java.lang.String modifierKey)TacticalCircleMilStd2525GraphicFactory. createCircle(java.lang.String sidc, Position center, double radius, AVList modifiers)Create a circular graphic.MilStd2525TacticalGraphicMilStd2525GraphicFactory. createGraphic(java.lang.String sidc, java.lang.Iterable<? extends Position> positions, AVList modifiers)Create a tactical graphic positioned by more than one control point.java.awt.image.BufferedImageMilStd2525IconRetriever. createIcon(java.lang.String sidc, AVList params)Create an icon for a MIL-STD-2525C symbol.java.awt.image.BufferedImageMilStd2525ModifierRetriever. createIcon(java.lang.String symbolId, AVList params)Create an icon for a symbol modifier.java.awt.image.BufferedImageMilStd2525PointGraphicRetriever. createIcon(java.lang.String sidc, AVList params)Create an icon for a MIL-STD-2525C point graphic.TacticalPointMilStd2525GraphicFactory. createPoint(java.lang.String sidc, Position position, AVList params)Create a tactical graphic positioned by a single control point.TacticalQuadMilStd2525GraphicFactory. createQuad(java.lang.String sidc, java.lang.Iterable<? extends Position> positions, AVList modifiers)Create a graphic with four sides.TacticalRouteMilStd2525GraphicFactory. createRoute(java.lang.String sidc, java.lang.Iterable<? extends TacticalPoint> controlPoints, AVList modifiers)Create a route graphic.protected java.awt.image.BufferedImageMilStd2525IconRetriever. drawCircle(SymbolCode symbolCode, AVList params, java.awt.image.BufferedImage dest)protected java.awt.image.BufferedImageMilStd2525IconRetriever. drawFill(SymbolCode symbolCode, AVList params, java.awt.image.BufferedImage dest)protected java.awt.image.BufferedImageMilStd2525IconRetriever. drawFrame(SymbolCode symbolCode, AVList params, java.awt.image.BufferedImage dest)protected java.awt.image.BufferedImageMilStd2525IconRetriever. drawIcon(SymbolCode symbolCode, AVList params, java.awt.image.BufferedImage dest)protected java.awt.ColorMilStd2525IconRetriever. getColorFromParams(AVList params)Retrieves the value of the AVKey.COLOR parameter.protected java.awt.ColorMilStd2525ModifierRetriever. getColorFromParams(AVList params)Retrieves the value of the AVKey.COLOR parameter.protected java.awt.ColorMilStd2525PointGraphicRetriever. getColorFromParams(AVList params)Retrieves the value of the AVKey.COLOR parameter.protected java.awt.ColorMilStd2525IconRetriever. getFillColor(SymbolCode symbolCode, AVList params)protected java.awt.ColorMilStd2525IconRetriever. getFrameColor(SymbolCode symbolCode, AVList params)protected java.awt.ColorMilStd2525IconRetriever. getIconColor(SymbolCode symbolCode, AVList params)protected java.lang.StringMilStd2525IconRetriever. getMaskedIconCode(SymbolCode symbolCode, AVList params)protected java.lang.StringMilStd2525IconRetriever. getMaskedUnknownIconCode(SymbolCode symbolCode, AVList params)protected intMilStd2525TacticalSymbol. getMaxLabelLines(AVList modifiers)protected java.lang.StringMilStd2525TacticalSymbol. getModifierCode(AVList modifiers, java.lang.String modifierKey)protected java.lang.StringMilStd2525TacticalSymbol. getReinforcedReducedModifier(AVList modifiers, java.lang.String modifierKey)protected voidMilStd2525TacticalSymbol. init(java.lang.String symbolId, AVList modifiers)protected booleanMilStd2525ModifierRetriever. isVariableWidth(AVList params)protected voidMilStd2525TacticalSymbol. layoutDynamicModifiers(DrawContext dc, AVList modifiers, AbstractTacticalSymbol.OrderedSymbol osym)protected voidMilStd2525TacticalSymbol. layoutGraphicModifiers(DrawContext dc, AVList modifiers, AbstractTacticalSymbol.OrderedSymbol osym)protected voidMilStd2525TacticalSymbol. layoutTextModifiers(DrawContext dc, AVList modifiers, AbstractTacticalSymbol.OrderedSymbol osym)protected booleanMilStd2525IconRetriever. mustDrawFill(SymbolCode symbolCode, AVList params)protected booleanMilStd2525IconRetriever. mustDrawFrame(SymbolCode symbolCode, AVList params)protected booleanMilStd2525IconRetriever. mustDrawIcon(SymbolCode symbolCode, AVList params)protected booleanMilStd2525TacticalSymbol. mustUseAlternateOperationalCondition(AVList modifiers)Indicates whether or not the symbol should be displayed using the alternate Operational Condition indicator described in MIL-STD-2525C spec Table III-2, pg.static AVListSymbolCode. parseSymbolModifierCode(java.lang.String code, AVList params)Computes and returns the modifier key-value pairs associated with the specified SymbolModifier code.protected voidMilStd2525GraphicFactory. setModifiers(TacticalGraphic graphic, AVList props)Constructors in gov.nasa.worldwind.symbology.milstd2525 with parameters of type AVList Constructor Description MilStd2525TacticalSymbol(java.lang.String symbolId, Position position, AVList modifiers)Constructs a tactical symbol for the MIL-STD-2525 symbology set with the specified symbol identifier, position, and list of modifiers. -
Uses of AVList in gov.nasa.worldwind.symbology.milstd2525.graphics
Classes in gov.nasa.worldwind.symbology.milstd2525.graphics that implement AVList Modifier and Type Class Description classEchelonSymbolTactical symbol implementation to render the echelon modifier as part of a tactical graphic.classTacticalGraphicSymbolImplementation of TacticalSymbol to render point graphics defined by MIL-STD-2525C Appendix B (Tactical Graphics).Methods in gov.nasa.worldwind.symbology.milstd2525.graphics that return AVList Modifier and Type Method Description protected AVListEchelonSymbol. assembleIconRetrieverParameters(AVList params)Methods in gov.nasa.worldwind.symbology.milstd2525.graphics with parameters of type AVList Modifier and Type Method Description protected voidTacticalGraphicSymbol. applyImplicitModifiers(AVList modifiers)protected AVListEchelonSymbol. assembleIconRetrieverParameters(AVList params)protected intTacticalGraphicSymbol. getMaxLabelLines(AVList modifiers)protected voidTacticalGraphicSymbol. layoutDynamicModifiers(DrawContext dc, AVList modifiers, AbstractTacticalSymbol.OrderedSymbol osym)protected voidTacticalGraphicSymbol. layoutTextModifiers(DrawContext dc, AVList modifiers, AbstractTacticalSymbol.OrderedSymbol osym)Layout text and graphic modifiers around the symbol. -
Uses of AVList in gov.nasa.worldwind.symbology.milstd2525.graphics.areas
Classes in gov.nasa.worldwind.symbology.milstd2525.graphics.areas that implement AVList Modifier and Type Class Description classAbstractCircularGraphicBase class for circular area graphics.classAbstractRectangularGraphicBase class for rectangular area graphics.classAirfieldZoneImplementation of the Airfield Zone graphic (hierarchy 2.X.2.1.3.11, SIDC: G*GPGAZ---****X).classAirheadImplementation of the Airhead graphic (2.X.2.6.2.2).classAmbushImplementation of the Ambush graphic (2.X.2.6.1.1).classAttackByFirePositionImplementation of the Attack By Fire Position graphic (2.X.2.5.3.3).classAviationZoneImplementation of aviation area graphics.classBasicAreaImplementation of general area graphics.classBattlePositionImplementation of Battle Position graphics.classCircularFireSupportAreaImplementation of circular Fire Support graphics.classCircularPositionAreaImplementation of the Position Area for Artillery, Circular graphic (2.X.4.3.2.6.2).classCircularRangeFanImplementation of the Circular Weapon/Sensor Range Fan graphic (2.X.4.3.4.1).classCombatSupportAreaImplementation of combat support area graphics.classDummyImplementation of the Dummy graphic (hierarchy 2.X.2.3.1, SIDC: G*GPPD----****X).classEncirclementImplementation of the Encirclement graphic (2.X.2.6.2.3).classFilledAreaAn area that is filled with a pattern of diagonal lines.classFortifiedAreaImplementation of the Fortified Area graphic (2.X.2.1.3.4).classGroupOfTargetsImplementation of the Series or Group of Targets graphic (2.X.4.3.1.3).classIrregularFireSupportAreaImplementation of the irregular Fire Support area graphics.classLimitedAccessAreaImplementation of the Limited Access Area graphic (2.X.2.1.3.10).classLimitedAccessSymbolImplementation of TacticalSymbol that renders a symbol inside a pentagon, for the Limited Access Area graphic.classMinimumSafeDistanceZonesImplementation of the Minimum Safe Distance Zone graphic (2.X.3.4.1).classOffenseAreaImplementation of offense area graphics.classRectangularFireSupportAreaImplementation of rectangular Fire Support graphics.classRectangularPositionAreaImplementation of the Position Area for Artillery, Rectangular graphic (2.X.4.3.2.6.1).classRectangularTargetImplementation of the Rectangular Target graphic (hierarchy 2.X.4.3.1.1, SIDC: G*FPATR---****X).classSearchAreaImplementation of the Search Area/Reconnaissance Area graphic (2.X.2.1.3.9).classSectorRangeFanImplementation of the Sector Weapon/Sensor Range Fans graphic (2.X.4.3.4.2).classSmokeImplementation of the Smoke graphic (hierarchy 2.X.4.3.1.4, SIDC: G*FPATS---****X).classSpecialInterestAreaImplementation of General Command/Special area graphics.classSupportByFirePositionImplementation of the Support By Fire Position graphic (2.X.2.5.3.4).classWeaponsFreeZoneImplementation of the Weapons Free Zone graphic (2.X.2.2.3.5). -
Uses of AVList in gov.nasa.worldwind.symbology.milstd2525.graphics.lines
Classes in gov.nasa.worldwind.symbology.milstd2525.graphics.lines that implement AVList Modifier and Type Class Description classAbstractAxisArrowBase class for axis of advance arrow graphics.classAdvanceForFeintImplementation of the Axis of Advance for Feint graphic (2.X.2.3.3).classAirborneImplementation of the Airborne graphic (hierarchy 2.X.2.5.2.1.2, SIDC: G*GPOLAA--****X).classAttackRotaryWingImplementation of the Aviation offensive graphic (hierarchy 2.X.2.5.2.1.3, SIDC: G*GPOLAR--****X).classAviationImplementation of the Aviation offensive graphic (hierarchy 2.X.2.5.2.1.1, SIDC: G*GPOLAV--****X).classBoundaryImplementation of the Boundary graphic (2.X.2.1.2.1).classDirectionOfAttackDirection of Attack graphics.classDirectionOfAttackAviationImplementation of the Direction of Attack, Aviation graphic (2.X.2.5.2.2.1).classDirectionOfAttackForFeintImplementation of the Direction of Attack for Feint graphic (2.X.2.3.3).classDoseRateContourLineImplementation of the Dose Rate Contour Line graphic (2.X.3.4.9).classFireSupportLineImplementation of Fire Support line graphics.classForwardEdgeOfBattleAreaImplementation of the Forward Edge of Battle Area (FEBA) graphic (2.X.2.4.2.1).protected static classForwardEdgeOfBattleArea.FEBASymbolImplementation of TacticalSymbol to draw a symbol at the end of a FEBA line.classForwardLineOfOwnTroopsImplementation of the Forward Line of Own Troops graphic (2.X.2.1.2.2).classHoldingLineThis class implements the following graphics: Holding Line (2.X.2.6.1.2) Bridgehead (2.X.2.6.1.4)classInfiltrationLaneImplementation of the Infiltration Lane graphic (2.X.2.5.2.4).classLinearTargetImplementation of Linear Target graphics.classLineOfContactImplementation of the Line of Contact graphic (2.X.2.1.2.3).classMainAttackImplementation of the Main Attack graphic (hierarchy 2.X.2.5.2.1.4.1, SIDC: G*GPOLAGM-****X).classMunitionFlightPathclassPhaseLineImplementation of phase line graphics.classPrincipleDirectionOfFireImplementation of the Principle Direction of Fire graphic (2.X.2.4.2.2).classPullUpPointImplementation of the Pull-Up Point (PUP) graphic (2.X.2.2.1.3).classRouteImplementation of the aviation route graphics.classRoutePointImplementation of aviation route control point graphics.classSupportingAttackImplementation of the Supporting Attack graphic (hierarchy 2.X.2.5.2.1.4.2, SIDC: G*GPOLAGS-****X).Methods in gov.nasa.worldwind.symbology.milstd2525.graphics.lines with parameters of type AVList Modifier and Type Method Description protected intForwardEdgeOfBattleArea.FEBASymbol. getMaxLabelLines(AVList modifiers)protected voidForwardEdgeOfBattleArea.FEBASymbol. layoutTextModifiers(DrawContext dc, AVList modifiers, AbstractTacticalSymbol.OrderedSymbol osym)Layout static text modifiers around the symbol. -
Uses of AVList in gov.nasa.worldwind.terrain
Subinterfaces of AVList in gov.nasa.worldwind.terrain Modifier and Type Interface Description interfaceTessellatorClasses in gov.nasa.worldwind.terrain that implement AVList Modifier and Type Class Description classAbstractElevationModelclassBasicElevationModelclassBathymetryFilterElevationModelAn elevation model to map another elevation model's depths to a constant value, usually 0.classCompoundElevationModelclassHighResolutionTerrainProvides operations on the best available terrain.classLocalElevationModelImplements an elevation model for a local file or collection of files containing elevation data.classLocalRasterServerElevationModelImplements anElevationModelfor a local dataset accessed via a local raster server (RasterServer).classRectangularTessellatorclassWCSElevationModelclassWMSBasicElevationModelclassZeroElevationModelAn elevation model that always returns zero elevations.Methods in gov.nasa.worldwind.terrain that return AVList Modifier and Type Method Description static AVListBasicElevationModel. getBasicElevationModelConfigParams(org.w3c.dom.Element domElement, AVList params)Parses BasicElevationModel parameters from a specified DOM document.protected AVListBasicElevationModel. getConfigurationParams(AVList params)static AVListAbstractElevationModel. getElevationModelConfigParams(org.w3c.dom.Element domElement, AVList params)Parses elevation model configuration parameters from the specified DOM document.static AVListWCSElevationModel. getWCSElevationModelConfigParams(WCS100Capabilities caps, WCS100DescribeCoverage coverage, AVList params)static AVListWMSBasicElevationModel. getWMSElevationModelConfigParams(WMSCapabilities caps, java.lang.String[] formatOrderPreference, AVList params)Parses WMSBasicElevationModel configuration parameters from a specified WMS Capabilities source.protected static AVListBasicElevationModel. restorableStateToParams(java.lang.String stateInXml)protected static AVListWCSElevationModel. wcsGetParamsFromCapsDoc(WCS100Capabilities caps, AVList params)protected static AVListWCSElevationModel. wcsGetParamsFromDocument(org.w3c.dom.Element domElement, AVList params)protected static AVListWCSElevationModel. wcsRestorableStateToParams(java.lang.String stateInXml)protected static AVListWMSBasicElevationModel. wmsGetParamsFromCapsDoc(WMSCapabilities caps, AVList params)protected static AVListWMSBasicElevationModel. wmsGetParamsFromDocument(org.w3c.dom.Element domElement, AVList params)protected static AVListWMSBasicElevationModel. wmsRestorableStateToParams(java.lang.String stateInXml)Methods in gov.nasa.worldwind.terrain with parameters of type AVList Modifier and Type Method Description voidLocalElevationModel. addElevations(java.nio.ByteBuffer byteBuffer, Sector sector, int width, int height, AVList parameters)Adds new elevations to this elevation model.static org.w3c.dom.DocumentBasicElevationModel. createBasicElevationModelConfigDocument(AVList params)Creates a configuration document for a BasicElevationModel described by the specified params.static org.w3c.dom.ElementBasicElevationModel. createBasicElevationModelConfigElements(AVList params, org.w3c.dom.Element context)Appends BasicElevationModel configuration parameters as elements to the specified context.protected CompoundElevationModelBasicElevationModelFactory. createCompoundModel(org.w3c.dom.Element[] elements, AVList params)Creates a compound elevation model and populates it with a specified list of elevation models.protected org.w3c.dom.DocumentBasicElevationModel. createConfigurationDocument(AVList params)protected org.w3c.dom.DocumentWCSElevationModel. createConfigurationDocument(AVList params)Appends WCS elevation model configuration elements to the superclass configuration document.protected org.w3c.dom.DocumentWMSBasicElevationModel. createConfigurationDocument(AVList params)Appends WMS basic elevation model configuration elements to the superclass configuration document.static org.w3c.dom.ElementAbstractElevationModel. createElevationModelConfigElements(AVList params, org.w3c.dom.Element context)Appends elevation model configuration parameters as elements to the specified context.java.lang.ObjectBasicElevationModelFactory. createFromConfigSource(java.lang.Object configSource, AVList params)Creates an elevation model from a general configuration source.protected ElevationModelBasicElevationModelFactory. createNonCompoundModel(org.w3c.dom.Element domElement, AVList params)Create a simple elevation model.protected voidLocalRasterServerElevationModel. createRasterServer(AVList params)protected static voidWCSElevationModel. determineNumLevels(WCS100DescribeCoverage coverage, AVList params)protected ElevationModelBasicElevationModelFactory. doCreateFromCapabilities(OGCCapabilities caps, AVList params)protected java.lang.ObjectBasicElevationModelFactory. doCreateFromCapabilities(WCS100Capabilities caps, AVList params)protected ElevationModelBasicElevationModelFactory. doCreateFromElement(org.w3c.dom.Element domElement, AVList params)Creates an elevation model from an XML description.protected voidBasicElevationModel. doWriteConfigurationParams(FileStore fileStore, java.lang.String fileName, AVList params)static AVListBasicElevationModel. getBasicElevationModelConfigParams(org.w3c.dom.Element domElement, AVList params)Parses BasicElevationModel parameters from a specified DOM document.protected AVListBasicElevationModel. getConfigurationParams(AVList params)static AVListAbstractElevationModel. getElevationModelConfigParams(org.w3c.dom.Element domElement, AVList params)Parses elevation model configuration parameters from the specified DOM document.static AVListWCSElevationModel. getWCSElevationModelConfigParams(WCS100Capabilities caps, WCS100DescribeCoverage coverage, AVList params)static AVListWMSBasicElevationModel. getWMSElevationModelConfigParams(WMSCapabilities caps, java.lang.String[] formatOrderPreference, AVList params)Parses WMSBasicElevationModel configuration parameters from a specified WMS Capabilities source.protected voidBasicElevationModel. initFromOGCCapabilitiesResource(WMSCapabilities caps, AVList params)Initializes this ElevationModel's expiry time property from the specified WMS Capabilities document and parameter list describing the WMS layer names associated with this ElevationModel.protected booleanBasicElevationModel. needsConfigurationFile(FileStore fileStore, java.lang.String fileName, AVList params, boolean removeIfExpired)protected static voidBasicElevationModel. restoreStateForParams(RestorableSupport rs, RestorableSupport.StateObject context, AVList params)protected static voidBasicElevationModel. setFallbacks(AVList params)protected static AVListWCSElevationModel. wcsGetParamsFromCapsDoc(WCS100Capabilities caps, AVList params)protected static AVListWCSElevationModel. wcsGetParamsFromDocument(org.w3c.dom.Element domElement, AVList params)protected static voidWCSElevationModel. wcsRestoreStateForParams(RestorableSupport rs, RestorableSupport.StateObject context, AVList params)protected static voidWCSElevationModel. wcsSetFallbacks(AVList params)protected static AVListWMSBasicElevationModel. wmsGetParamsFromCapsDoc(WMSCapabilities caps, AVList params)protected static AVListWMSBasicElevationModel. wmsGetParamsFromDocument(org.w3c.dom.Element domElement, AVList params)protected static voidWMSBasicElevationModel. wmsRestoreStateForParams(RestorableSupport rs, RestorableSupport.StateObject context, AVList params)protected static voidWMSBasicElevationModel. wmsSetFallbacks(AVList params)protected voidBasicElevationModel. writeConfigurationParams(AVList params, FileStore fileStore)Constructors in gov.nasa.worldwind.terrain with parameters of type AVList Constructor Description BasicElevationModel(AVList params)BasicElevationModel(org.w3c.dom.Document dom, AVList params)BasicElevationModel(org.w3c.dom.Element domElement, AVList params)LocalRasterServerElevationModel(AVList params)Constructs an elevation model from a list of parameters describing the elevation model.LocalRasterServerElevationModel(org.w3c.dom.Document dom, AVList params)Constructs an elevation model from an XML document description.LocalRasterServerElevationModel(org.w3c.dom.Element domElement, AVList params)Constructs an elevation model from an XML documentElement.URLBuilder(java.lang.String version, AVList params)URLBuilder(java.lang.String version, AVList params)WCSElevationModel(WCS100Capabilities caps, AVList params)WCSElevationModel(org.w3c.dom.Element domElement, AVList params)WMSBasicElevationModel(AVList params)WMSBasicElevationModel(WMSCapabilities caps, AVList params)WMSBasicElevationModel(org.w3c.dom.Element domElement, AVList params) -
Uses of AVList in gov.nasa.worldwind.util
Subinterfaces of AVList in gov.nasa.worldwind.util Modifier and Type Interface Description interfaceNetworkStatusProvides tracking of per-host network availability.Classes in gov.nasa.worldwind.util that implement AVList Modifier and Type Class Description classAbstractHotSpotAbstractHotSpot is an abstract base class for theHotSpotinterface.classAbstractResizeHotSpotA HotSpot for resizing a frame or window.classBasicNetworkStatusBasic implementation of NetworkStatus.classBasicScheduledTaskServiceA service to execute tasks periodically, or after a delay.classContourListclassEditorAnnotationclassLevelclassLevelSetclassRasterControlPointListstatic classRasterControlPointList.ControlPointclassThreadedTaskServiceclassUnitsFormatConsolidates the conversion, display and formatting of geographic units such as lengths in miles and areas in hectares.Fields in gov.nasa.worldwind.util declared as AVList Modifier and Type Field Description protected AVListLevel. paramsprotected AVListHTTPFileUpload.FileInfo. propertiesprotected AVListHTTPFileUpload. requestPropertiesDeprecated.Methods in gov.nasa.worldwind.util that return AVList Modifier and Type Method Description AVListRasterControlPointList. clearList()AVListRasterControlPointList. copy()static AVListWWXML. copyProperties(org.w3c.dom.Element element, AVList params)Copy anyPropertyelements in an XML document to an attribute-value list.static AVListDataConfigurationUtils. getDataConfigCacheName(java.lang.String dataConfigCachePath, AVList params)Convenience method for computing a data configuration file's cache name in a FileStore, given the file's cache path.static AVListDataConfigurationUtils. getLevelSetConfigParams(LevelSet levelSet, AVList params)Gathers LevelSet configuration parameters from a specified LevelSet reference.static AVListDataConfigurationUtils. getLevelSetConfigParams(org.w3c.dom.Element domElement, AVList params)Parses LevelSet configuration parameters from the specified DOM document.AVListLevel. getParams()static AVListDataConfigurationUtils. getWCSConfigParameters(WCS100Capabilities caps, WCS100DescribeCoverage coverage, AVList params)static AVListDataConfigurationUtils. getWCSConfigParams(org.w3c.dom.Element domElement, AVList params)static AVListDataConfigurationUtils. getWMSLayerConfigParams(WMSCapabilities caps, java.lang.String[] formatOrderPreference, AVList params)static AVListDataConfigurationUtils. getWMSLayerConfigParams(org.w3c.dom.Element domElement, AVList params)Parses WMS layer parameters from the XML configuration document starting at domElement.static AVListDataConfigurationUtils. getWWDotNetLayerSetConfigParams(org.w3c.dom.Element domElement, AVList params)Parses WorldWind .NET LayerSet configuration parameters from the specified document.static AVListImageUtil. openSpatialImage(java.io.File imageFile)Opens a spatial image.static AVListImageUtil. openSpatialImage(java.io.File imageFile, int interpolation_mode)Opens a spatial image.static AVListImageUtil. readGeoKeys(gov.nasa.worldwind.formats.tiff.GeotiffReader reader, int imageIndex, AVList values)Reads Geo-referenced metadata from Geo-TIFF fileAVListRasterControlPointList. setValues(AVList avList)Methods in gov.nasa.worldwind.util with parameters of type AVList Modifier and Type Method Description voidHTTPFileUpload. add(java.io.File file, java.lang.String name, AVList params)Deprecated.Adds a file to the HTTP File Uploader.voidHTTPFileUpload. add(java.nio.ByteBuffer bufferToUpload, java.lang.String name, AVList params)Deprecated.static voidRestorableSupport. adjustTitleAndDisplayName(AVList params)static SectorImageUtil. calcBoundingBoxForUTM(AVList params)static voidWWXML. checkAndAppendBooleanElement(AVList params, java.lang.String paramKey, org.w3c.dom.Element context, java.lang.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 voidWWXML. checkAndAppendDoubleElement(AVList params, java.lang.String paramKey, org.w3c.dom.Element context, java.lang.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 voidWWXML. checkAndAppendIntegerlement(AVList params, java.lang.String paramKey, org.w3c.dom.Element context, java.lang.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 voidWWXML. checkAndAppendLatLonElement(AVList params, java.lang.String paramKey, org.w3c.dom.Element context, java.lang.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 voidWWXML. checkAndAppendLongElement(AVList params, java.lang.String paramKey, org.w3c.dom.Element context, java.lang.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 voidWWXML. checkAndAppendScreenCreditElement(AVList params, java.lang.String paramKey, org.w3c.dom.Element context, java.lang.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 voidWWXML. checkAndAppendSectorElement(AVList params, java.lang.String paramKey, org.w3c.dom.Element context, java.lang.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 voidWWXML. checkAndAppendSectorResolutionElement(AVList params, java.lang.String paramKey, org.w3c.dom.Element context, java.lang.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 voidWWXML. checkAndAppendTextArrayElement(AVList params, java.lang.String paramKey, org.w3c.dom.Element context, java.lang.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 voidWWXML. checkAndAppendTextElement(AVList params, java.lang.String paramKey, org.w3c.dom.Element context, java.lang.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 voidWWXML. checkAndAppendTimeElement(AVList params, java.lang.String paramKey, org.w3c.dom.Element context, java.lang.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 voidWWXML. checkAndSetBooleanParam(org.w3c.dom.Element context, AVList params, java.lang.String paramKey, java.lang.String paramName, javax.xml.xpath.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 voidWWXML. checkAndSetColorArrayParam(org.w3c.dom.Element context, AVList params, java.lang.String paramKey, java.lang.String paramName, javax.xml.xpath.XPath xpath)static voidWWXML. checkAndSetColorParam(org.w3c.dom.Element context, AVList params, java.lang.String paramKey, java.lang.String paramName, javax.xml.xpath.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 voidWWXML. checkAndSetDateTimeParam(org.w3c.dom.Element context, AVList params, java.lang.String paramKey, java.lang.String paramName, java.lang.String pattern, javax.xml.xpath.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 voidWWXML. checkAndSetDoubleParam(org.w3c.dom.Element context, AVList params, java.lang.String paramKey, java.lang.String paramName, javax.xml.xpath.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 voidWWXML. checkAndSetIntegerParam(org.w3c.dom.Element context, AVList params, java.lang.String paramKey, java.lang.String paramName, javax.xml.xpath.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 voidWWXML. checkAndSetLatLonParam(org.w3c.dom.Element context, AVList params, java.lang.String paramKey, java.lang.String paramName, javax.xml.xpath.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 voidWWXML. checkAndSetLongParam(org.w3c.dom.Element context, AVList params, java.lang.String paramKey, java.lang.String paramName, javax.xml.xpath.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 voidWWXML. checkAndSetScreenCreditParam(org.w3c.dom.Element context, AVList params, java.lang.String paramKey, java.lang.String paramName, javax.xml.xpath.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 voidWWXML. checkAndSetSectorParam(org.w3c.dom.Element context, AVList params, java.lang.String paramKey, java.lang.String paramName, javax.xml.xpath.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 voidWWXML. checkAndSetSectorResolutionParam(org.w3c.dom.Element context, AVList params, java.lang.String paramKey, java.lang.String paramName, javax.xml.xpath.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 voidWWXML. checkAndSetStringArrayParam(org.w3c.dom.Element context, AVList params, java.lang.String paramKey, java.lang.String paramName, javax.xml.xpath.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 voidWWXML. checkAndSetStringParam(org.w3c.dom.Element context, AVList params, java.lang.String paramKey, java.lang.String paramName, javax.xml.xpath.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 voidWWXML. checkAndSetTimeParam(org.w3c.dom.Element context, AVList params, java.lang.String paramKey, java.lang.String paramName, javax.xml.xpath.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 voidWWXML. checkAndSetTimeParamAsInteger(org.w3c.dom.Element context, AVList params, java.lang.String paramKey, java.lang.String paramName, javax.xml.xpath.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 voidWWXML. checkAndSetUniqueStringsParam(org.w3c.dom.Element context, AVList params, java.lang.String paramKey, java.lang.String paramName, javax.xml.xpath.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 AVListWWXML. copyProperties(org.w3c.dom.Element element, AVList params)Copy anyPropertyelements in an XML document to an attribute-value list.static voidWWUtil. copyValues(AVList srcList, AVList destList, java.lang.String[] keys, boolean forceOverwrite)Copies only values of the specifiedkeysfromsrcListto anotherdestList.static org.w3c.dom.ElementDataConfigurationUtils. createLevelSetConfigElements(AVList params, org.w3c.dom.Element context)Appends LevelSet configuration parameters as elements to the specified context.static org.w3c.dom.ElementDataConfigurationUtils. createWCSLayerConfigElements(AVList params, org.w3c.dom.Element context)Appends WCS layer parameters as elements to a specified context.static org.w3c.dom.ElementDataConfigurationUtils. createWMSLayerConfigElements(AVList params, org.w3c.dom.Element context)Appends WMS layer parameters as elements to a specified context.static AVListDataConfigurationUtils. getDataConfigCacheName(java.lang.String dataConfigCachePath, AVList params)Convenience method for computing a data configuration file's cache name in a FileStore, given the file's cache path.static java.lang.StringDataConfigurationUtils. getDataConfigFilename(AVList params, java.lang.String suffix)Returns a file store path name for the specified parameters list.static AVListDataConfigurationUtils. getLevelSetConfigParams(LevelSet levelSet, AVList params)Gathers LevelSet configuration parameters from a specified LevelSet reference.static AVListDataConfigurationUtils. getLevelSetConfigParams(org.w3c.dom.Element domElement, AVList params)Parses LevelSet configuration parameters from the specified DOM document.static java.net.URLDataConfigurationUtils. getOGCGetCapabilitiesURL(AVList params)Convenience method to get the OGC GetCapabilities URL from a specified parameter list.static java.lang.String[]DataConfigurationUtils. getOGCLayerNames(AVList params)Convenience method to get the OGCAVKey.LAYER_NAMESparameter from a specified parameter list.static AVListDataConfigurationUtils. getWCSConfigParameters(WCS100Capabilities caps, WCS100DescribeCoverage coverage, AVList params)static AVListDataConfigurationUtils. getWCSConfigParams(org.w3c.dom.Element domElement, AVList params)static AVListDataConfigurationUtils. getWMSLayerConfigParams(WMSCapabilities caps, java.lang.String[] formatOrderPreference, AVList params)static AVListDataConfigurationUtils. getWMSLayerConfigParams(org.w3c.dom.Element domElement, AVList params)Parses WMS layer parameters from the XML configuration document starting at domElement.static AVListDataConfigurationUtils. getWWDotNetLayerSetConfigParams(org.w3c.dom.Element domElement, AVList params)Parses WorldWind .NET LayerSet configuration parameters from the specified document.static AVListImageUtil. readGeoKeys(gov.nasa.worldwind.formats.tiff.GeotiffReader reader, int imageIndex, AVList values)Reads Geo-referenced metadata from Geo-TIFF filestatic voidImageUtil. reprojectUtmToGeographic(AVList values, int mode)Reprojects an imge in UTM projection to Geo/WGS84.protected voidHTTPFileUpload. send(java.io.File fileToUpload, java.lang.String uploadName, AVList params)Deprecated.protected voidHTTPFileUpload. send(java.lang.String stringToUpload, java.lang.String fileName, AVList params)Deprecated.protected voidHTTPFileUpload. send(java.nio.ByteBuffer bufferToUpload, java.lang.String fileName, AVList params)Deprecated.AVListRasterControlPointList. setValues(AVList avList)protected java.lang.StringLevel. validate(AVList params)Determines whether the constructor arguments are valid.static SectorImageUtil. warpImageWithWorldFile(java.awt.image.BufferedImage sourceImage, AVList worldFileParams, java.awt.image.BufferedImage destImage)Transforms a georeferenced source image into a geographically aligned destination image.static BufferWrapperBufferWrapper. wrap(java.nio.ByteBuffer byteBuffer, AVList params)Wraps the specifiedByteBufferwith a BufferWrapper according to the specified parameters.protected voidHTTPFileUpload. writeProperties(java.io.DataOutputStream dos, AVList params)Deprecated.Constructors in gov.nasa.worldwind.util with parameters of type AVList Constructor Description FileInfo(java.lang.String name, java.lang.Object item, AVList properties)Level(AVList params)LevelSet(AVList params) -
Uses of AVList in gov.nasa.worldwind.util.gdal
Methods in gov.nasa.worldwind.util.gdal that return AVList Modifier and Type Method Description static AVListGDALUtils. extractRasterParameters(org.gdal.gdal.Dataset ds)static AVListGDALUtils. extractRasterParameters(org.gdal.gdal.Dataset ds, AVList params, boolean quickReadingMode)Extracts raster parameters to an AVListMethods in gov.nasa.worldwind.util.gdal with parameters of type AVList Modifier and Type Method Description static DataRasterGDALUtils. composeDataRaster(org.gdal.gdal.Dataset ds, AVList params)protected static DataRasterGDALUtils. composeImageDataRaster(org.gdal.gdal.Dataset ds, AVList params)Opens image or elevation file, returns as a BufferedImage (even for elevations)protected static DataRasterGDALUtils. composeNonImageDataRaster(org.gdal.gdal.Dataset ds, AVList params)The "composeDataRaster" method creates a ByteBufferRaster from an elevation (or non-image) Dataset.static int[]GDALUtils. extractBandOrder(org.gdal.gdal.Dataset ds, AVList params)protected static java.nio.IntBufferGDALUtils. extractImageMask(AVList params)protected static voidGDALUtils. extractMinMaxSampleValues(org.gdal.gdal.Dataset ds, org.gdal.gdal.Band band, AVList params)static AVListGDALUtils. extractRasterParameters(org.gdal.gdal.Dataset ds, AVList params, boolean quickReadingMode)Extracts raster parameters to an AVList -
Uses of AVList in gov.nasa.worldwind.util.layertree
Classes in gov.nasa.worldwind.util.layertree that implement AVList Modifier and Type Class Description classKMLContainerTreeNodeAKMLFeatureTreeNodethat represents a KML container defined by a.KMLAbstractContainerclassKMLFeatureTreeNodeATreeNodethat represents a KML feature defined by a.KMLAbstractFeatureclassKMLLayerTreeNodeALayerTreeNodethat represents a KML feature hierarchy defined by a.KMLRootclassKMLNetworkLinkTreeNodeAKMLFeatureTreeNodethat represents a KML network link defined by a.KMLNetworkLinkclassLayerTreeARenderabletree ofobjects and their content.LayerclassLayerTreeModelA tree model representingobjects and their content.LayerclassLayerTreeNodeATreeNodethat represents a.Layer -
Uses of AVList in gov.nasa.worldwind.util.measure
Classes in gov.nasa.worldwind.util.measure that implement AVList Modifier and Type Class Description classMeasureToolA utility class to interactively draw shapes and measure distance and area across the terrain.static classMeasureTool.ControlPointprotected static classMeasureTool.ControlPointWithLeaderprotected static classMeasureTool.CustomRenderableLayer -
Uses of AVList in gov.nasa.worldwind.util.tree
Subinterfaces of AVList in gov.nasa.worldwind.util.tree Modifier and Type Interface Description interfaceTreeA tree of objects, drawn in the WorldWindow, that the user can interact with.interfaceTreeLayoutHandles rendering aTree.interfaceTreeModelContents of aTree.interfaceTreeNodeDescribes a node in aTree.Classes in gov.nasa.worldwind.util.tree that implement AVList Modifier and Type Class Description classBasicTreeBasic implementation of aTreecontrol.classBasicTreeLayoutLayout that draws aTreesimilar to a file browser tree.classBasicTreeModelBasic implementation of aTreeModel.classBasicTreeNodeDefault implementation of aTreeNode.classDragControlATreeHotSpotthat can handle drag events.classFrameResizeControlA screen control for resizing a frame.classScrollBar.ScrollControlControl for the scroll arrows and areas of the scroll bar above and below the knob.classScrollBar.ScrollKnobControl for dragging the scroll knob.classScrollFrameA frame that can scroll its contents.classTreeHotSpotAn area of aTreethat can receive select and mouse events. -
Uses of AVList in gov.nasa.worldwind.util.webview
Methods in gov.nasa.worldwind.util.webview that return AVList Modifier and Type Method Description static AVList[]MacWebViewJNI. getLinks(long webViewWindowPtr)Deprecated.static AVList[]WindowsWebViewJNI. getLinks(long webViewWindowPtr)Deprecated.Methods in gov.nasa.worldwind.util.webview that return types with arguments of type AVList Modifier and Type Method Description java.lang.Iterable<AVList>MacWebView. getLinks()Deprecated.Returns an iterable ofAVListelements describing thisWebView'svisible links.java.lang.Iterable<AVList>WebView. getLinks()Deprecated.Returns an iterable ofAVListelements describing thisWebView'svisible links.java.lang.Iterable<AVList>WindowsWebView. getLinks()Deprecated.Returns an iterable ofAVListelements describing thisWebView'svisible links. -
Uses of AVList in gov.nasa.worldwind.util.xml
Subinterfaces of AVList in gov.nasa.worldwind.util.xml Modifier and Type Interface Description interfaceXMLEventParserContextProvides services and resources used by XML event parsers during event reading and parsing.Classes in gov.nasa.worldwind.util.xml that implement AVList Modifier and Type Class Description classBasicXMLEventParserContextProvides an implementation ofXMLEventParserContext.Fields in gov.nasa.worldwind.util.xml declared as AVList Modifier and Type Field Description protected AVListAbstractXMLEventParser. fieldsMethods in gov.nasa.worldwind.util.xml that return AVList Modifier and Type Method Description AVListAbstractXMLEventParser. getFields() -
Uses of AVList in gov.nasa.worldwind.util.xml.atom
Classes in gov.nasa.worldwind.util.xml.atom that implement AVList Modifier and Type Class Description classAtomParserContext -
Uses of AVList in gov.nasa.worldwind.util.xml.xal
Classes in gov.nasa.worldwind.util.xml.xal that implement AVList Modifier and Type Class Description classXALParserContext -
Uses of AVList in gov.nasa.worldwind.view
Classes in gov.nasa.worldwind.view that implement AVList Modifier and Type Class Description classBasicViewA base class from whichViewimplementations can be derived. -
Uses of AVList in gov.nasa.worldwind.view.firstperson
Classes in gov.nasa.worldwind.view.firstperson that implement AVList Modifier and Type Class Description classBasicFlyViewThis is a basic view that implements a yaw-pitch-roll model that can be applied to first-person style view applications (such as flight simulation). -
Uses of AVList in gov.nasa.worldwind.view.orbit
Subinterfaces of AVList in gov.nasa.worldwind.view.orbit Modifier and Type Interface Description interfaceOrbitViewClasses in gov.nasa.worldwind.view.orbit that implement AVList Modifier and Type Class Description classBasicOrbitView -
Uses of AVList in gov.nasa.worldwind.wms
Classes in gov.nasa.worldwind.wms that implement AVList Modifier and Type Class Description classWMSTiledImageLayerMethods in gov.nasa.worldwind.wms that return AVList Modifier and Type Method Description static AVListWMSTiledImageLayer. wmsGetParamsFromCapsDoc(WMSCapabilities caps, AVList params)Extracts parameters necessary to configure the layer from a WMS capabilities document.protected static AVListWMSTiledImageLayer. wmsGetParamsFromDocument(org.w3c.dom.Element domElement, AVList params)Extracts parameters necessary to configure the layer from an XML DOM element.static AVListWMSTiledImageLayer. wmsRestorableStateToParams(java.lang.String stateInXml)Creates an attribute-value list from an xml document containing restorable state for this layer.Methods in gov.nasa.worldwind.wms with parameters of type AVList Modifier and Type Method Description protected org.w3c.dom.DocumentWMSTiledImageLayer. createConfigurationDocument(AVList params)Appends WMS tiled image layer configuration elements to the superclass configuration document.protected static voidWMSTiledImageLayer. legacyWmsRestoreStateToParams(RestorableSupport rs, RestorableSupport.StateObject context, AVList params)static AVListWMSTiledImageLayer. wmsGetParamsFromCapsDoc(WMSCapabilities caps, AVList params)Extracts parameters necessary to configure the layer from a WMS capabilities document.protected static AVListWMSTiledImageLayer. wmsGetParamsFromDocument(org.w3c.dom.Element domElement, AVList params)Extracts parameters necessary to configure the layer from an XML DOM element.protected static voidWMSTiledImageLayer. wmsRestoreStateToParams(RestorableSupport rs, RestorableSupport.StateObject context, AVList params)Constructors in gov.nasa.worldwind.wms with parameters of type AVList Constructor Description URLBuilder(AVList params)WMSTiledImageLayer(AVList params)WMSTiledImageLayer(WMSCapabilities caps, AVList params)WMSTiledImageLayer(org.w3c.dom.Document dom, AVList params)WMSTiledImageLayer(org.w3c.dom.Element domElement, AVList params) -
Uses of AVList in gov.nasa.worldwindx.applications.antenna
Classes in gov.nasa.worldwindx.applications.antenna that implement AVList Modifier and Type Class Description classAntennaAxesProvides axes forAntennaModel.protected static classAntennaAxes.ShapeDataThis class holds globe-specific data for this shape.classAntennaModelModels antenna gain.protected static classAntennaModel.ShapeDataThis class holds globe-specific data for this shape. -
Uses of AVList in gov.nasa.worldwindx.applications.dataimporter
Classes in gov.nasa.worldwindx.applications.dataimporter that implement AVList Modifier and Type Class Description classDataInstallerHandles all the work necessary to install tiled image layers and elevation models.classFileSetRepresents a collection of installable data.classFileSetPreviewImageGeneratorGenerates a preview image for a file set.classFileSetRPFA file set specific to RPF data.classFileStoreDataSetRepresents one data set within a WorldWind filestore.Methods in gov.nasa.worldwindx.applications.dataimporter with parameters of type AVList Modifier and Type Method Description static voidDataInstaller. addElevationModelToWorldWindow(WorldWindow wwd, org.w3c.dom.Element domElement, AVList dataSet, boolean goTo)static voidDataInstaller. addLayerToWorldWindow(WorldWindow wwd, org.w3c.dom.Element domElement, AVList dataSet, boolean goTo)static voidDataInstaller. addToWorldWindow(WorldWindow wwd, org.w3c.dom.Element domElement, AVList dataSet, boolean goTo)booleanDataInstaller. isDataRaster(java.lang.Object source, AVList params)booleanFileSetFilter. isDataRaster(java.lang.Object source, AVList params)protected static voidDataInstaller. removeLayerPreview(WorldWindow wwd, AVList dataSet)protected static voidFileStoreDataSet. setFallbackParams(org.w3c.dom.Document dataConfig, java.lang.String filename, AVList params) -
Uses of AVList in gov.nasa.worldwindx.applications.glider
Classes in gov.nasa.worldwindx.applications.glider that implement AVList Modifier and Type Class Description classGliderImageclassGliderImageLayerInternal class to realize and control image and region drawing.classGliderRegionOfInterestDescribes a region to highlight.classGliderWorldWindowView class to support GLIDER program. -
Uses of AVList in gov.nasa.worldwindx.applications.sar
Classes in gov.nasa.worldwindx.applications.sar that implement AVList Modifier and Type Class Description classElevationPlaneRenders a textured plane at a given elevation.classLicenseAgreementclassSARAnnotationclassSARSegmentPlaneclassSARTrackFields in gov.nasa.worldwindx.applications.sar declared as AVList Modifier and Type Field Description protected static AVListSAR2. userPreferencesMethods in gov.nasa.worldwindx.applications.sar that return AVList Modifier and Type Method Description static AVListSAR2. getUserPreferences()Methods in gov.nasa.worldwindx.applications.sar with parameters of type AVList Modifier and Type Method Description protected static voidUserPreferenceUtils. createPropertyList(AVList params, org.w3c.dom.Element domElement)static voidUserPreferenceUtils. createUserPreferenceElements(AVList params, org.w3c.dom.Element domElement)static org.w3c.dom.DocumentUserPreferenceUtils. createUserPreferencesDocument(AVList params)static booleanUserPreferenceUtils. getBooleanValue(AVList avList, java.lang.String key)static voidUserPreferenceUtils. getDefaultUserPreferences(AVList params)protected static voidUserPreferenceUtils. getProperty(org.w3c.dom.Element domElement, AVList params, javax.xml.xpath.XPath xpath)protected static voidUserPreferenceUtils. getPropertyList(org.w3c.dom.Element domElement, AVList params, javax.xml.xpath.XPath xpath)java.lang.StringSARSegmentPlane.AltitudeLabelAttributes. getText(SegmentPlane segmentPlane, Position position, AVList values)java.lang.StringSARSegmentPlane.AxisLabelAttributes. getText(SegmentPlane segmentPlane, Position position, AVList values)java.lang.StringSARSegmentPlane.ControlPointLabelAttributes. getText(SegmentPlane segmentPlane, Position position, AVList values)java.lang.StringSARSegmentPlane.MessageLabelAttributes. getText(SegmentPlane segmentPlane, Position position, AVList values)static voidUserPreferenceUtils. getUserPreferences(org.w3c.dom.Element domElement, AVList params)Constructors in gov.nasa.worldwindx.applications.sar with parameters of type AVList Constructor Description LicenseAgreement(java.lang.Object license, java.lang.String licenseKey, AVList params) -
Uses of AVList in gov.nasa.worldwindx.applications.sar.segmentplane
Classes in gov.nasa.worldwindx.applications.sar.segmentplane that implement AVList Modifier and Type Class Description classSegmentPlaneclassSegmentPlaneEditorFields in gov.nasa.worldwindx.applications.sar.segmentplane declared as AVList Modifier and Type Field Description protected AVListSegmentPlaneRenderer.OrderedText. valuesMethods in gov.nasa.worldwindx.applications.sar.segmentplane with parameters of type AVList Modifier and Type Method Description protected SegmentPlaneRenderer.OrderedTextSegmentPlaneRenderer. createLabel(DrawContext dc, SegmentPlane segmentPlane, Position position, AVList values, java.lang.Object key)protected voidSegmentPlaneRenderer. drawLabel(DrawContext dc, SegmentPlane segmentPlane, Position position, AVList values, java.lang.Object key)java.lang.StringSegmentPlaneAttributes.LabelAttributes. getText(SegmentPlane segmentPlane, Position position, AVList values)Constructors in gov.nasa.worldwindx.applications.sar.segmentplane with parameters of type AVList Constructor Description OrderedText(SegmentPlane segmentPlane, Position position, double distanceFromEye, AVList values, SegmentPlaneAttributes.LabelAttributes attributes, MultiLineTextRenderer textRenderer) -
Uses of AVList in gov.nasa.worldwindx.applications.worldwindow.core
Classes in gov.nasa.worldwindx.applications.worldwindow.core that implement AVList Modifier and Type Class Description classToolTipAnnotationFields in gov.nasa.worldwindx.applications.worldwindow.core declared as AVList Modifier and Type Field Description protected AVListInfoPanelController. lastSelectedObject -
Uses of AVList in gov.nasa.worldwindx.applications.worldwindow.features
Methods in gov.nasa.worldwindx.applications.worldwindow.features with parameters of type AVList Modifier and Type Method Description protected voidImportedDataPanel. addElevationModelToWorldWindow(org.w3c.dom.Element domElement, AVList params)protected static voidImportedDataDialog. addImportedData(org.w3c.dom.Document dataConfig, AVList params, ImportedDataPanel panel)voidImportedDataPanel. addImportedData(org.w3c.dom.Element domElement, AVList params)Adds the UI components for the specified imported data to this panel, and adds the WorldWind component created from the data to the WorldWindow passed to this panel during construction.protected voidImportedDataPanel. addLayerToWorldWindow(org.w3c.dom.Element domElement, AVList params)protected voidImportedDataPanel. addToWorldWindow(org.w3c.dom.Element domElement, AVList params)static booleanDataImportUtil. isDataRaster(java.lang.Object source, AVList params)Returns true if the specified input source is non-null and represents a data raster (imagery or elevation), and false otherwise.protected static voidImportedDataDialog. setFallbackParams(org.w3c.dom.Document dataConfig, java.lang.String filename, AVList params) -
Uses of AVList in gov.nasa.worldwindx.applications.worldwindow.util
Classes in gov.nasa.worldwindx.applications.worldwindow.util that implement AVList Modifier and Type Class Description classWWOUnitsFormatMethods in gov.nasa.worldwindx.applications.worldwindow.util with parameters of type AVList Modifier and Type Method Description protected TiledImageLayerWMSLayerTree. createImageLayer(WMSCapabilities capsDoc, WMSLayerCapabilities layerCaps, AVList commonLayerParams)abstract voidLayerTree. createLayers(java.lang.Object infoItem, AVList params)voidWMSLayerTree. createLayers(java.lang.Object infoItem, AVList commonLayerParams)LayerTreeWMSLayerTree. createSubTree(WMSCapabilities capsDoc, WMSLayerCapabilities layerCaps, AVList commonLayerParams) -
Uses of AVList in gov.nasa.worldwindx.applications.worldwindow.util.measuretool
Classes in gov.nasa.worldwindx.applications.worldwindow.util.measuretool that implement AVList Modifier and Type Class Description classWWOMeasureToolclassWWOMeasureToolControlPoints.ControlPoint -
Uses of AVList in gov.nasa.worldwindx.examples
Classes in gov.nasa.worldwindx.examples that implement AVList Modifier and Type Class Description protected static classAirspaceBuilder.AirspaceBuilderControllerprotected static classAirspaceBuilder.AirspaceEntrystatic classConfiguringGLRuntimeCapabilities.MyGLAutoDrawableSubclass ofWorldWindowGLAutoDrawablewhich overrides the methodWorldWindowGLAutoDrawable.init(com.jogamp.opengl.GLAutoDrawable)to configure the OpenGL features used by the WorldWind SDK.static classDebuggingGLErrors.MyGLAutoDrawableSubclass ofWorldWindowGLAutoDrawablewhich overrides the methodWorldWindowGLAutoDrawable.init(com.jogamp.opengl.GLAutoDrawable)to configure the OpenGL error logger.classLineBuilderA utility class to interactively build a path.protected classMarkersOrder.AppFrame.TimedMarkerLayerstatic classPickFrustum.PickFrustumLayerclassRadarVolumeDisplays a volume defined by a near and far grid of positions.protected static classRadarVolume.ShapeDataThis class holds globe-specific data for this shape.Methods in gov.nasa.worldwindx.examples with parameters of type AVList Modifier and Type Method Description protected voidGeoJSONLoader. addRenderableForGeometry(gov.nasa.worldwind.formats.geojson.GeoJSONGeometry geom, RenderableLayer layer, AVList properties)protected voidGeoJSONLoader. addRenderableForGeometryCollection(gov.nasa.worldwind.formats.geojson.GeoJSONGeometryCollection c, RenderableLayer layer, AVList properties)protected voidGeoJSONLoader. addRenderableForLineString(gov.nasa.worldwind.formats.geojson.GeoJSONLineString geom, RenderableLayer layer, AVList properties)protected voidGeoJSONLoader. addRenderableForMultiPoint(gov.nasa.worldwind.formats.geojson.GeoJSONMultiPoint geom, RenderableLayer layer, AVList properties)protected voidGeoJSONLoader. addRenderableForMultiPolygon(gov.nasa.worldwind.formats.geojson.GeoJSONMultiPolygon geom, RenderableLayer layer, AVList properties)protected voidGeoJSONLoader. addRenderableForMutiLineString(gov.nasa.worldwind.formats.geojson.GeoJSONMultiLineString geom, RenderableLayer layer, AVList properties)protected voidGeoJSONLoader. addRenderableForPoint(gov.nasa.worldwind.formats.geojson.GeoJSONPoint geom, RenderableLayer layer, AVList properties)protected voidGeoJSONLoader. addRenderableForPolygon(gov.nasa.worldwind.formats.geojson.GeoJSONPolygon geom, RenderableLayer layer, AVList properties)protected static java.lang.ObjectWMSLayersPanel. createComponent(WMSCapabilities caps, AVList params)protected AnnotationControls.ContentAnnotationAnnotationControls.AppFrame. createContent(Position position, AVList params)static AnnotationControls.ContentAnnotationAnnotationControls. createContentAnnotation(AnnotationControls.AppFrame appFrame, Position position, AVList params)protected RenderableGeoJSONLoader. createPoint(gov.nasa.worldwind.formats.geojson.GeoJSONGeometry owner, Position pos, PointPlacemarkAttributes attrs, AVList properties)protected RenderableGeoJSONLoader. createPolygon(gov.nasa.worldwind.formats.geojson.GeoJSONGeometry owner, java.lang.Iterable<? extends Position> outerBoundary, java.lang.Iterable<? extends Position>[] innerBoundaries, ShapeAttributes attrs, AVList properties)protected RenderableGeoJSONLoader. createPolyline(gov.nasa.worldwind.formats.geojson.GeoJSONGeometry owner, java.lang.Iterable<? extends Position> positions, ShapeAttributes attrs, AVList properties) -
Uses of AVList in gov.nasa.worldwindx.examples.analytics
Classes in gov.nasa.worldwindx.examples.analytics that implement AVList Modifier and Type Class Description protected static classAnalyticSurface.AnalyticSurfaceObjectprotected static classAnalyticSurface.ClampToGroundSurfaceprotected static classAnalyticSurface.ShadowSurface -
Uses of AVList in gov.nasa.worldwindx.examples.dataimport
Methods in gov.nasa.worldwindx.examples.dataimport with parameters of type AVList Modifier and Type Method Description protected voidInstalledDataPanel. addElevationModelToWorldWindow(org.w3c.dom.Element domElement, AVList params)voidInstalledDataPanel. addInstalledData(org.w3c.dom.Element domElement, AVList params)Adds the UI components for the specified installed data to this panel, and adds the WorldWind component created from the data to the WorldWindow passed to this panel during construction.protected static voidInstallImageryAndElevationsDemo. addInstalledData(org.w3c.dom.Document dataConfig, AVList params, InstalledDataPanel panel)protected voidInstalledDataPanel. addLayerToWorldWindow(org.w3c.dom.Element domElement, AVList params)protected voidInstalledDataPanel. addToWorldWindow(org.w3c.dom.Element domElement, AVList params)static booleanDataInstallUtil. isDataRaster(java.lang.Object source, AVList params)Returns true if the specified input source is non-null and represents a data raster (imagery or elevation), and false otherwise.protected static voidInstallImageryAndElevationsDemo. setFallbackParams(org.w3c.dom.Document dataConfig, java.lang.String filename, AVList params) -
Uses of AVList in gov.nasa.worldwindx.examples.lineofsight
Classes in gov.nasa.worldwindx.examples.lineofsight that implement AVList Modifier and Type Class Description classPointGrid -
Uses of AVList in gov.nasa.worldwindx.examples.multiwindow
Classes in gov.nasa.worldwindx.examples.multiwindow that implement AVList Modifier and Type Class Description protected static classViewVolumeViewer.SectorGeometryLayerprotected static classViewVolumeViewer.ViewVolumeLayer -
Uses of AVList in gov.nasa.worldwindx.examples.shapebuilder
Classes in gov.nasa.worldwindx.examples.shapebuilder that implement AVList Modifier and Type Class Description classAbstractShapeEditorAn abstract class defining common functionality and fields for editors used in the RigidShapeBuilder example.classBoxEditorclassConeEditorclassCylinderEditorprotected static classExtrudedPolygonBuilder.PolygonBuilderControllerprotected static classExtrudedPolygonBuilder.PolygonEntryclassExtrudedPolygonEditorclassPyramidEditorprotected static classRigidShapeBuilder.AbstractShapeBuilderControllerprotected static classRigidShapeBuilder.AbstractShapeEntryThe AbstractShapeEntry class defines a shape entry in the AbstractShapeBuilderModel.classRigidShapeEditorclassWedgeEditor -
Uses of AVList in gov.nasa.worldwindx.examples.util
Classes in gov.nasa.worldwindx.examples.util that implement AVList Modifier and Type Class Description classAudioPlayerAnnotationclassBalloonResizeControllerCreate a controller to resize aBalloonby dragging the mouse.classButtonAnnotationclassDialogAnnotationprotected static classDialogAnnotation.BusyImageclassDirectedPathAPaththat draws arrowheads between the path positions to indicate direction.classDirectedSurfacePolylineASurfacePolylinethat draws arrowheads between the polyline positions to indicate direction.classImageAnnotationclassLayerManagerLayerDisplays the layer list in a heads-up display in the viewport.protected static classOpenStreetMapShapefileLoader.TextAndShapesLayerclassProgressAnnotationclassScreenSelectorScreenSelector is an application utility that provides interactive screen rectangle selection with visual feedback, and tracks the list of objects intersecting the screen rectangle.classSectorSelectorProvides an interactive region selector.protected static classSectorSelector.RegionShapeclassSlideShowAnnotationclassStatusLayerRenders statusbar information as a layer.static classStatusLayer.StatusMGRSLayerstatic classStatusLayer.StatusUTMLayerclassToolTipAnnotationDisplays a tool tip annotation at a specified screen position.
-