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 interface
Model
Aggregates a globe and a set of layers.interface
SceneController
interface
StereoSceneController
An interface for scene controllers that provide stereo.interface
View
TheView
interface provides a coordinate transformation from model coordinates to eye coordinates.interface
WorldWindow
The top-level interface common to all toolkit-specific WorldWind windows.interface
WorldWindowGLDrawable
interface
WWObject
An 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 class
AbstractSceneController
class
BasicModel
This class aggregates the objects making up a model: the globe and layers.class
BasicSceneController
class
StereoOptionSceneController
TODO: This file needs to be updated to implement "correct" stereo, as described at: http://www.orthostereo.com/geometryopengl.htmlclass
WorldWindowGLAutoDrawable
A non-platform specificWorldWindow
class.class
WorldWindowImpl
An implementation class for theWorldWindow
interface.class
WWObjectImpl
ImplementsWWObject
functionality.Methods in gov.nasa.worldwind with parameters of type AVList Modifier and Type Method Description static java.lang.Object
BasicFactory. 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.Object
BasicFactory. 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.Object
BasicFactory. createFromConfigSource(java.lang.Object configSource, AVList params)
Creates an object from a general configuration source.java.lang.Object
Factory. createFromConfigSource(java.lang.Object configSource, AVList params)
Creates an object from a general configuration source.protected java.lang.Object
BasicFactory. doCreateFromCapabilities(OGCCapabilities caps, AVList params)
Implemented by subclasses to perform the actual object creation.protected java.lang.Object
BasicFactory. doCreateFromCapabilities(WCS100Capabilities caps, AVList params)
Implemented by subclasses to perform the actual object creation.protected java.lang.Object
BasicFactory. 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 class
AVListImpl
An implementation class for theAVList
interface.Methods in gov.nasa.worldwind.avlist that return AVList Modifier and Type Method Description AVList
AVList. clearList()
AVList
AVListImpl. clearList()
AVList
AVList. copy()
Returns a shallow copy of thisAVList
instance: the keys and values themselves are not cloned.AVList
AVListImpl. copy()
AVList
AVList. setValues(AVList avList)
Adds the contents of another attribute-value list to the list.AVList
AVListImpl. setValues(AVList list)
Methods in gov.nasa.worldwind.avlist with parameters of type AVList Modifier and Type Method Description static java.lang.Boolean
AVListImpl. getBooleanValue(AVList avList, java.lang.String key)
static java.lang.Boolean
AVListImpl. getBooleanValue(AVList avList, java.lang.String key, java.lang.Boolean defaultValue)
static java.lang.Double
AVListImpl. getDoubleValue(AVList avList, java.lang.String key)
static java.lang.Double
AVListImpl. getDoubleValue(AVList avList, java.lang.String key, java.lang.Double defaultValue)
static java.lang.Integer
AVListImpl. getIntegerValue(AVList avList, java.lang.String key)
static java.lang.Integer
AVListImpl. getIntegerValue(AVList avList, java.lang.String key, java.lang.Integer defaultValue)
static java.lang.Long
AVListImpl. getLongValue(AVList avList, java.lang.String key)
static java.lang.Long
AVListImpl. getLongValue(AVList avList, java.lang.String key, java.lang.Long defaultValue)
static java.lang.String
AVListImpl. getStringValue(AVList avList, java.lang.String key)
static java.lang.String
AVListImpl. getStringValue(AVList avList, java.lang.String key, java.lang.String defaultValue)
AVList
AVList. setValues(AVList avList)
Adds the contents of another attribute-value list to the list.AVList
AVListImpl. 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 class
AWTInputHandler
class
WorldWindowGLCanvas
WorldWindowGLCanvas
is a heavyweight AWT component for displaying WorldWindModel
s (globe and layers).class
WorldWindowGLJPanel
WorldWindowGLCanvas
is a lightweight Swing component for displaying WorldWindModel
s (globe and layers).Methods in gov.nasa.worldwind.awt that return AVList Modifier and Type Method Description AVList
WorldWindowGLCanvas. clearList()
AVList
WorldWindowGLJPanel. clearList()
AVList
WorldWindowGLCanvas. copy()
AVList
WorldWindowGLJPanel. copy()
AVList
WorldWindowGLCanvas. setValues(AVList avList)
AVList
WorldWindowGLJPanel. setValues(AVList avList)
Methods in gov.nasa.worldwind.awt with parameters of type AVList Modifier and Type Method Description AVList
WorldWindowGLCanvas. setValues(AVList avList)
AVList
WorldWindowGLJPanel. setValues(AVList avList)
-
Uses of AVList in gov.nasa.worldwind.cache
Subinterfaces of AVList in gov.nasa.worldwind.cache Modifier and Type Interface Description interface
FileStore
Classes in gov.nasa.worldwind.cache that implement AVList Modifier and Type Class Description class
AbstractFileStore
protected static class
AbstractFileStore.StoreLocation
class
BasicDataFileStore
Basic implementation ofFileStore
.static class
ShapeDataCache.ShapeDataCacheEntry
-
Uses of AVList in gov.nasa.worldwind.data
Subinterfaces of AVList in gov.nasa.worldwind.data Modifier and Type Interface Description interface
DataRaster
Represents a raster of imagery or elevations.interface
DataRasterReader
interface
DataStoreProducer
Classes in gov.nasa.worldwind.data that implement AVList Modifier and Type Class Description class
AbstractDataRaster
class
AbstractDataRasterReader
Abstract base class for mostDataRasterReader
implementations.class
AbstractDataStoreProducer
static class
AbstractDataStoreProducer.SourceInfo
class
BasicRasterServer
BasicRasterServer 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.class
BILRasterReader
class
BufferedImageRaster
class
BufferWrapperRaster
class
ByteBufferRaster
class
CachedDataRaster
TheCachedDataRaster
is used to hold data raster's source and metadata, while the actual data raster may not be loaded in to the memory.class
DDSRasterReader
class
DTEDRasterReader
class
GDALDataRaster
class
GDALDataRasterReader
class
GeotiffRasterReader
class
ImageIORasterReader
class
MipMappedBufferedImageRaster
class
RPFRasterReader
class
TiledElevationProducer
class
TiledImageProducer
class
TiledRasterProducer
class
WWDotNetLayerSetConverter
Fields in gov.nasa.worldwind.data declared as AVList Modifier and Type Field Description protected AVList
AbstractDataStoreProducer. productionParams
Methods in gov.nasa.worldwind.data that return AVList Modifier and Type Method Description static AVList
GDALMetadata. convertToWorldWind(AVList extParams, AVList destParams)
static AVList
GDALMetadata. extractExtendedAndFormatSpecificMetadata(org.gdal.gdal.Dataset ds, AVList extParams, AVList params)
AVList
CachedDataRaster. getMetadata()
AVList
GDALDataRaster. getMetadata()
AVList
CachedDataRaster. getParams()
AVList
AbstractDataStoreProducer. getProductionParameters()
AVList
DataStoreProducer. getProductionParameters()
AVList
AbstractDataStoreProducer. getStoreParameters()
AVList
DataStoreProducer. getStoreParameters()
protected static AVList
GDALMetadata. mapExtendedMetadata(org.gdal.gdal.Dataset ds, AVList extParams, AVList params)
AVList
AbstractDataRasterReader. readMetadata(java.lang.Object source, AVList params)
Reads and returns the metadata from a data source.AVList
DataRasterReader. 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 boolean
AbstractDataStoreProducer. acceptsDataSource(java.lang.Object source, AVList params)
boolean
DataStoreProducer. acceptsDataSource(java.lang.Object source, AVList params)
protected void
TiledRasterProducer. appendProperties(org.w3c.dom.Element context, AVList properties)
protected void
TiledRasterProducer. assembleDataSource(java.lang.Object source, AVList params)
protected void
CachedDataRaster. assembleMetadata(java.lang.Object source, AVList params, DataRasterReader reader)
protected void
TiledRasterProducer. calculateTileCount(LevelSet levelSet, AVList params)
boolean
AbstractDataRasterReader. canRead(java.lang.Object source, AVList params)
Indicates whether this reader can read a specified data source.boolean
DataRasterReader. canRead(java.lang.Object source, AVList params)
Indicates whether this reader can read a specified data source.boolean
GDALDataRasterReader. canRead(java.lang.Object source, AVList params)
boolean
RPFRasterReader. canRead(java.lang.Object source, AVList params)
DataRaster
BasicRasterServer. composeRaster(AVList reqParams)
Composes a DataRaster of the given width and height for the specific geographic region of interest (ROI).protected static java.lang.String
GDALDataRaster. convertAVListToString(AVList list)
static AVList
GDALMetadata. convertToWorldWind(AVList extParams, AVList destParams)
static java.nio.ByteBuffer
ByteBufferRaster. createCompatibleBuffer(int width, int height, AVList params)
protected org.gdal.gdal.Dataset
GDALDataRaster. createCompatibleDataset(int width, int height, Sector sector, AVList destParams)
protected org.w3c.dom.Document
TiledElevationProducer. createConfigDoc(AVList params)
Returns an ElevationModel configuration document which describes the tiled elevation data produced by this TiledElevationProducer.protected org.w3c.dom.Document
TiledImageProducer. createConfigDoc(AVList params)
Returns a Layer configuration document which describes the tiled imagery produced by this TiledImageProducer.protected abstract org.w3c.dom.Document
TiledRasterProducer. createConfigDoc(AVList params)
Returns a configuration document which describes the tiled data produced by this TiledRasterProducer.protected DataRaster
TiledElevationProducer. createDataRaster(int width, int height, Sector sector, AVList params)
protected DataRaster
TiledImageProducer. createDataRaster(int width, int height, Sector sector, AVList params)
protected abstract DataRaster
TiledRasterProducer. createDataRaster(int width, int height, Sector sector, AVList params)
protected org.w3c.dom.Document
WWDotNetLayerSetConverter. createDestConfigDoc(org.w3c.dom.Document layerSetDoc, AVList installParams)
static DataRaster
ByteBufferRaster. createGeoreferencedRaster(AVList params)
protected BufferWrapperRaster
BufferWrapperRaster. createSubRaster(int width, int height, Sector sector, AVList params)
This returns a new sub-raster initialized with the specified properties.protected DataRaster
TiledRasterProducer. createTileRaster(LevelSet levelSet, Tile tile, AVList params)
protected abstract boolean
AbstractDataRasterReader. doCanRead(java.lang.Object source, AVList params)
protected boolean
BILRasterReader. doCanRead(java.lang.Object source, AVList params)
protected boolean
DDSRasterReader. doCanRead(java.lang.Object source, AVList params)
protected boolean
DTEDRasterReader. doCanRead(java.lang.Object source, AVList params)
protected boolean
GDALDataRasterReader. doCanRead(java.lang.Object source, AVList params)
protected boolean
GeotiffRasterReader. doCanRead(java.lang.Object source, AVList params)
protected boolean
ImageIORasterReader. doCanRead(java.lang.Object source, AVList params)
protected boolean
RPFRasterReader. doCanRead(java.lang.Object source, AVList params)
protected DataRaster
GDALDataRaster. 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 void
AbstractDataRasterReader. doReadMetadata(java.lang.Object source, AVList params)
protected void
BILRasterReader. doReadMetadata(java.lang.Object source, AVList params)
protected void
DDSRasterReader. doReadMetadata(java.lang.Object source, AVList params)
protected void
DTEDRasterReader. doReadMetadata(java.lang.Object source, AVList params)
protected void
GDALDataRasterReader. doReadMetadata(java.lang.Object source, AVList params)
protected void
GeotiffRasterReader. doReadMetadata(java.lang.Object source, AVList params)
protected void
ImageIORasterReader. doReadMetadata(java.lang.Object source, AVList params)
protected void
RPFRasterReader. doReadMetadata(java.lang.Object source, AVList params)
protected abstract void
AbstractDataStoreProducer. doStartProduction(AVList parameters)
protected void
TiledElevationProducer. doStartProduction(AVList parameters)
Overridden to initialize this producer's extreme elevations prior to creating and installing elevation tiles.protected void
TiledRasterProducer. doStartProduction(AVList parameters)
protected void
WWDotNetLayerSetConverter. doStartProduction(AVList parameters)
protected void
ByteBufferRaster. doValidateParameters(AVList list)
protected DataRaster
TiledRasterProducer. drawDataSources(LevelSet levelSet, Tile tile, java.lang.Iterable<DataRaster> dataRasters, AVList params)
protected DataRaster
TiledRasterProducer. drawDescendants(LevelSet levelSet, Tile tile, AVList params)
static AVList
GDALMetadata. extractExtendedAndFormatSpecificMetadata(org.gdal.gdal.Dataset ds, AVList extParams, AVList params)
protected int
TiledRasterProducer. 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 DataRasterReader
BasicRasterServer. findDataRasterReader(java.lang.Object source, AVList params)
DataRasterReader
BasicDataRasterReaderFactory. findReaderFor(java.lang.Object source, AVList params)
Search the list of available data raster readers for one that will read a specified data source.DataRasterReader
BasicDataRasterReaderFactory. 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.DataRasterReader
DataRasterReaderFactory. findReaderFor(java.lang.Object source, AVList params)
Search the list of available data raster readers for one that will read a specified data source.DataRasterReader
DataRasterReaderFactory. 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.File
TiledRasterProducer. getConfigFileInstallLocation(AVList params)
Returns the location of the configuration file which describes the tiled data produced by this TiledRasterProducer.protected java.io.File
WWDotNetLayerSetConverter. getDestConfigFile(AVList installParams)
java.nio.ByteBuffer
BasicRasterServer. 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.ByteBuffer
RasterServer. getRasterAsByteBuffer(AVList params)
Composes a Raster and returns as ByteBuffer in the requested format (image or elevation)DataRaster
AbstractDataRaster. getSubRaster(int width, int height, Sector sector, AVList params)
DataRaster
AbstractDataRaster. getSubRaster(AVList params)
Reads the specified region of interest (ROI) with given extent, width, and height, and typeDataRaster
CachedDataRaster. getSubRaster(int width, int height, Sector sector, AVList params)
DataRaster
CachedDataRaster. getSubRaster(AVList params)
DataRaster
DataRaster. getSubRaster(int width, int height, Sector sector, AVList params)
Returns a portion of this raster as another raster.DataRaster
DataRaster. getSubRaster(AVList params)
Returns a portion of this raster as another raster.DataRaster
GDALDataRaster. getSubRaster(AVList params)
Builds a writable data raster for the requested region of interest (ROI)protected boolean
CachedDataRaster. hasRequiredMetadata(AVList params, CachedDataRaster.ErrorHandlerMode throwException)
Validates if params (AVList) has all required keys.protected void
TiledRasterProducer. initLevelSetParameters(AVList params)
protected void
TiledElevationProducer. initProductionParameters(AVList params)
protected void
TiledImageProducer. initProductionParameters(AVList params)
protected abstract void
TiledRasterProducer. initProductionParameters(AVList params)
protected void
WWDotNetLayerSetConverter. initProductionParameters(AVList params, WWDotNetLayerSetConverter.ProductionState productionState)
protected void
BILRasterWriter. initWorldFileParams(DataRaster raster, AVList worldFileParams)
protected void
ImageIORasterWriter. initWorldFileParams(DataRaster raster, AVList worldFileParams)
protected void
TiledRasterProducer. installConfigFile(AVList params)
Installs the configuration file which describes the tiled data produced by this TiledRasterProducer.protected void
TiledRasterProducer. installLevelSet(LevelSet levelSet, AVList params)
protected java.io.File
TiledRasterProducer. installLocationFor(AVList params)
protected java.lang.Object
TiledRasterProducer. installLocationForTile(AVList installParams, Tile tile)
protected void
TiledRasterProducer. installRasterServerConfigFile(AVList productionParams)
protected void
TiledRasterProducer. installTileRaster(Tile tile, DataRaster tileRaster, AVList params)
protected void
TiledElevationProducer. installTileRasterLater(LevelSet levelSet, Tile tile, DataRaster tileRaster, AVList params)
Overridden to compute the extreme elevations prior to installing a tile in the filesystem.protected void
TiledRasterProducer. installTileRasterLater(LevelSet levelSet, Tile tile, DataRaster tileRaster, AVList params)
boolean
AbstractDataRasterReader. isElevationsRaster(java.lang.Object source, AVList params)
Indicates whether a data source is elevation data.boolean
DataRasterReader. isElevationsRaster(java.lang.Object source, AVList params)
Indicates whether a data source is elevation data.protected boolean
TiledRasterProducer. isFinalLevel(LevelSet levelSet, int levelNumber, AVList params)
boolean
AbstractDataRasterReader. isImageryRaster(java.lang.Object source, AVList params)
Indicates whether a data source is imagery.boolean
DataRasterReader. isImageryRaster(java.lang.Object source, AVList params)
Indicates whether a data source is imagery.protected static AVList
GDALMetadata. mapExtendedMetadata(org.gdal.gdal.Dataset ds, AVList extParams, AVList params)
protected static void
GDALMetadata. mapNITFMetadata(AVList extParams, AVList params)
void
AbstractDataStoreProducer. offerDataSource(java.lang.Object source, AVList params)
void
DataStoreProducer. 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.AVList
AbstractDataRasterReader. readMetadata(java.lang.Object source, AVList params)
Reads and returns the metadata from a data source.AVList
DataRasterReader. readMetadata(java.lang.Object source, AVList params)
Reads and returns the metadata from a data source.protected void
WWDotNetLayerSetConverter. removeLayerSet(java.lang.Object source, AVList params)
void
AbstractDataStoreProducer. setStoreParameters(AVList parameters)
void
DataStoreProducer. setStoreParameters(AVList parameters)
protected java.lang.String
BILRasterWriter. validate(AVList worldFileParams, java.lang.Object dataSource)
protected abstract java.lang.String
AbstractDataStoreProducer. validateDataSource(java.lang.Object source, AVList params)
protected java.lang.String
TiledElevationProducer. validateDataSource(java.lang.Object source, AVList params)
protected java.lang.String
TiledImageProducer. validateDataSource(java.lang.Object source, AVList params)
protected java.lang.String
WWDotNetLayerSetConverter. validateDataSource(java.lang.Object source, AVList params)
protected java.lang.String
TiledElevationProducer. validateDataSourceParams(AVList params, java.lang.String name)
protected java.lang.String
TiledImageProducer. validateDataSourceParams(AVList params, java.lang.String name)
protected java.lang.String
AbstractDataRasterReader. validateMetadata(java.lang.Object source, AVList params)
protected java.lang.String
BILRasterReader. validateMetadata(java.lang.Object source, AVList params)
protected java.lang.String
DTEDRasterReader. validateMetadata(java.lang.Object source, AVList params)
protected abstract java.lang.String
AbstractDataStoreProducer. validateProductionParameters(AVList parameters)
protected java.lang.String
TiledRasterProducer. validateProductionParameters(AVList parameters)
protected java.lang.String
WWDotNetLayerSetConverter. validateProductionParameters(AVList parameters)
static DataRaster
BufferedImageRaster. wrap(java.awt.image.BufferedImage image, AVList params)
static DataRaster
BufferedImageRaster. wrapAsGeoreferencedRaster(java.awt.image.BufferedImage image, AVList params)
protected void
BILRasterWriter. writeHdrFile(AVList values, java.io.File file)
protected void
ImageIORasterWriter. writeImageMetadata(java.io.File file, AVList values)
protected void
BILRasterWriter. 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 interface
InputHandler
Classes in gov.nasa.worldwind.event that implement AVList Modifier and Type Class Description class
NoOpInputHandler
Provides 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 AVList
Matrix. 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 Matrix
Matrix. fromGeographicToImage(AVList worldFileParams)
static Matrix
Matrix. fromImageToGeographic(AVList worldFileParams)
-
Uses of AVList in gov.nasa.worldwind.globes
Subinterfaces of AVList in gov.nasa.worldwind.globes Modifier and Type Interface Description interface
ElevationModel
Provides the elevations to aGlobe
or other object holding elevations.interface
Globe
Represents a planet's shape and terrain.Classes in gov.nasa.worldwind.globes that implement AVList Modifier and Type Class Description class
Earth
Defines a model of the Earth, using the World Geodetic System (WGS84).class
EarthFlat
Defines a model of the Earth projected onto a plane.class
EllipsoidalGlobe
Defines a globe modeled as an ellipsoid.class
FlatGlobe
Defines 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 interface
Layer
Classes in gov.nasa.worldwind.layers that implement AVList Modifier and Type Class Description class
AbstractGraticuleLayer
Displays a graticule.class
AbstractLayer
class
AnnotationLayer
TheAnnotationLayer
class manages a collection ofAnnotation
objects for rendering and picking.class
BasicTiledImageLayer
class
CachedRenderableLayer
Holds a collection of Renderables and manages local caching of them.class
CompassLayer
class
CrosshairLayer
Renders a crosshair icon in the viewport center or at a specified location.class
GARSGraticuleLayer
Displays the geographic Global Area Reference System (GARS) graticule.class
GraticuleRenderingParams
class
IconLayer
TheIconLayer
class manages a collection ofWWIcon
objects for rendering and picking.class
LatLonGraticuleLayer
Displays the geographic latitude/longitude graticule.class
LayerList
class
LocalRasterServerLayer
Implements a tiled image layer for a local dataset accessed via a local raster server.class
MarkerLayer
class
RenderableLayer
TheRenderableLayer
class manages a collection ofRenderable
objects for rendering, picking, and disposal.class
ScalebarLayer
Renders a scalebar graphic in a screen corner.class
SkyColorLayer
Paints the sky color background depending on altitude.class
SkyGradientLayer
Renders an atmosphere around the globe and a sky dome at low altitude.class
StarsLayer
Renders a star background based on a subset of ESA Hipparcos catalog.class
SurfaceImageLayer
Displays a collection of local images on the globe.class
TerrainProfileLayer
Displays a terrain profile graph in a screen corner.class
TiledImageLayer
class
ViewControlsLayer
This layer displays onscreen view controls.class
WorldMapLayer
Displays a world map overlay with a current-position crosshair in a screen corner.Methods in gov.nasa.worldwind.layers that return AVList Modifier and Type Method Description AVList
LayerList. clearList()
AVList
LayerList. copy()
protected AVList
BasicTiledImageLayer. getConfigurationParams(AVList params)
AVList
GraticuleSupport. getDefaultParams()
static AVList
AbstractLayer. getLayerConfigParams(org.w3c.dom.Element domElement, AVList params)
Parses layer configuration parameters from the specified DOM document.protected static AVList
TiledImageLayer. getLegacyTiledImageLayerConfigParams(org.w3c.dom.Element domElement, AVList params)
Parses TiledImageLayer configuration parameters from previous versions of configuration documents.protected static AVList
BasicTiledImageLayer. getParamsFromDocument(org.w3c.dom.Element domElement, AVList params)
static AVList
TiledImageLayer. getTiledImageLayerConfigParams(org.w3c.dom.Element domElement, AVList params)
Parses TiledImageLayer configuration parameters from the specified DOM document.protected static AVList
BasicTiledImageLayer. restorableStateToParams(java.lang.String stateInXml)
AVList
LayerList. setValues(AVList avList)
Methods in gov.nasa.worldwind.layers with parameters of type AVList Modifier and Type Method Description protected org.w3c.dom.Document
BasicTiledImageLayer. createConfigurationDocument(AVList params)
java.lang.Object
BasicLayerFactory. createFromConfigSource(java.lang.Object configSource, AVList params)
Creates a layer or layer list from a general configuration source.protected Layer
BasicLayerFactory. createFromLayerDocument(org.w3c.dom.Element domElement, AVList params)
Create a layer described by an XML layer description.static org.w3c.dom.Element
AbstractLayer. createLayerConfigElements(AVList params, org.w3c.dom.Element context)
Appends layer configuration parameters as elements to the specified context.protected LayerList
BasicLayerFactory. 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 void
LocalRasterServerLayer. createRasterServer(AVList params)
protected Layer
BasicLayerFactory. createShapefileLayer(org.w3c.dom.Element domElement, AVList params)
Creates a shapefile layer described by an XML layer description.protected Layer
BasicLayerFactory. createTiledImageLayer(org.w3c.dom.Element domElement, AVList params)
Create aTiledImageLayer
layer described by an XML layer description.static org.w3c.dom.Document
TiledImageLayer. createTiledImageLayerConfigDocument(AVList params)
Creates a configuration document for a TiledImageLayer described by the specified params.static org.w3c.dom.Element
TiledImageLayer. createTiledImageLayerConfigElements(AVList params, org.w3c.dom.Element context)
Appends TiledImageLayer configuration parameters as elements to the specified context.protected Layer
BasicLayerFactory. doCreateFromCapabilities(OGCCapabilities caps, AVList params)
protected java.lang.Object
BasicLayerFactory. doCreateFromElement(org.w3c.dom.Element domElement, AVList params)
Create the objects described in an XML element containing layer and/or layer-list descriptions.protected void
BasicTiledImageLayer. doWriteConfigurationParams(FileStore fileStore, java.lang.String fileName, AVList params)
protected AVList
BasicTiledImageLayer. getConfigurationParams(AVList params)
static AVList
AbstractLayer. getLayerConfigParams(org.w3c.dom.Element domElement, AVList params)
Parses layer configuration parameters from the specified DOM document.protected static AVList
TiledImageLayer. getLegacyTiledImageLayerConfigParams(org.w3c.dom.Element domElement, AVList params)
Parses TiledImageLayer configuration parameters from previous versions of configuration documents.protected static AVList
BasicTiledImageLayer. getParamsFromDocument(org.w3c.dom.Element domElement, AVList params)
static AVList
TiledImageLayer. getTiledImageLayerConfigParams(org.w3c.dom.Element domElement, AVList params)
Parses TiledImageLayer configuration parameters from the specified DOM document.protected void
BasicTiledImageLayer. 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 boolean
BasicTiledImageLayer. needsConfigurationFile(FileStore fileStore, java.lang.String fileName, AVList params, boolean removeIfExpired)
protected DataRaster
SurfaceImageLayer. openDataRaster(java.lang.Object src, AVList params)
protected static void
BasicTiledImageLayer. restoreStateForParams(RestorableSupport rs, RestorableSupport.StateObject context, AVList params)
void
GraticuleSupport. setDefaultParams(AVList defaultParams)
protected static void
BasicTiledImageLayer. setFallbacks(AVList params)
AVList
LayerList. setValues(AVList avList)
protected void
BasicTiledImageLayer. writeConfigurationParams(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 class
BMNGOneImage
class
BMNGWMSLayer
class
CountryBoundariesLayer
class
LandsatI3WMSLayer
class
MGRSGraticuleLayer
class
MSVirtualEarthLayer
class
NASAWFSPlaceNameLayer
class
OSMCycleMapLayer
class
OSMMapnikLayer
class
USDANAIPWMSImageLayer
class
USGSDigitalOrtho
class
USGSTopoHighRes
class
USGSTopoLowRes
class
USGSTopoMedRes
class
USGSUrbanAreaOrtho
class
UTMBaseGraticuleLayer
Displays the UTM graticule.class
UTMGraticuleLayer
Displays 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 class
BasicMercatorTiledImageLayer
BasicTiledImageLayer modified 2009-02-03 to add support for Mercator projections.class
MercatorTiledImageLayer
TiledImageLayer 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 class
PlaceNameLayer
class
PlaceNameServiceSet
-
Uses of AVList in gov.nasa.worldwind.layers.rpf
Classes in gov.nasa.worldwind.layers.rpf that implement AVList Modifier and Type Class Description class
RPFTiledImageLayer
Methods in gov.nasa.worldwind.layers.rpf that return AVList Modifier and Type Method Description static AVList
RPFTiledImageLayer. xmlStateToParams(java.lang.String stateInXml)
Methods in gov.nasa.worldwind.layers.rpf with parameters of type AVList Modifier and Type Method Description protected void
RPFTiledImageLayer. 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 class
ColladaParserContext
The 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 class
ColladaMeshShape
Shape to render a COLLADA line or triangle mesh.protected static class
ColladaMeshShape.ShapeData
This 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 class
KMLParserContext
The parser context for KML and KMZ docuements.protected static class
KMLRegion.RegionData
RegionData
holds 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 class
GXParserContext
-
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 class
KMLAbstractBalloon
An implementation ofBalloon
that applies aKMLBalloonStyle
to the balloon.class
KMLController
Executes the mapping from KML to WorldWind.class
KMLExtrudedPolygonImpl
class
KMLGlobeBalloonImpl
A KML Balloon attached to a point on the globe.class
KMLGroundOverlayPolygonImpl
Implementation ofPolygon
to render KML GroundOverlay.class
KMLLineStringPlacemarkImpl
class
KMLModelPlacemarkImpl
Class to load and render a COLLADA model as the geometry of a KML Placemark.class
KMLPointPlacemarkImpl
Implements the Point case of a KML Placemark element.class
KMLPolygonImpl
class
KMLScreenBalloonImpl
A KML Balloon attached to a point on the screen.class
KMLScreenImageImpl
Implements at KML ScreenOverlay element.class
KMLSurfaceImageImpl
class
KMLSurfacePolygonImpl
Methods in gov.nasa.worldwind.ogc.kml.impl that return AVList Modifier and Type Method Description AVList
KMLAbstractBalloon. clearList()
.AVList
KMLAbstractBalloon. copy()
Returns a shallow copy of thisAVList
instance: the keys and values themselves are not cloned.AVList
KMLAbstractBalloon. 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 AVList
KMLAbstractBalloon. 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 class
PickedObject
-
Uses of AVList in gov.nasa.worldwind.poi
Subinterfaces of AVList in gov.nasa.worldwind.poi Modifier and Type Interface Description interface
PointOfInterest
Classes in gov.nasa.worldwind.poi that implement AVList Modifier and Type Class Description class
BasicPointOfInterest
-
Uses of AVList in gov.nasa.worldwind.render
Subinterfaces of AVList in gov.nasa.worldwind.render Modifier and Type Interface Description interface
Balloon
A text label that can be attached to a point on the screen, or a point on the globe.interface
DrawContext
interface
GlobeBalloon
ABalloon
attached to a position on the globe.interface
ScreenBalloon
ABalloon
attached to a location on the screen.interface
SurfaceObject
Common interface for renderables that are drawn on the Globe's surface terrain, such asSurfaceShape
.interface
SurfaceShape
Common interface for surface conforming shapes such asSurfacePolygon
,SurfacePolyline
,SurfaceEllipse
,SurfaceQuad
, andSurfaceSector
.interface
WWIcon
Provides a general interface for icons rendered by WorldWind.Classes in gov.nasa.worldwind.render that implement AVList Modifier and Type Class Description class
AbstractAnnotation
AnAnnotation
represent a text label and its rendering attributes.class
AbstractAnnotationBalloon
Implementation of balloon usingAnnotation
.class
AbstractBalloon
Abstract implementation ofBalloon
.static class
AbstractBrowserBalloon.BrowserControl
Deprecated.class
AbstractGeneralShape
A shape that is positioned and oriented independently of its defining geometry.protected static class
AbstractGeneralShape.ShapeData
This class holds globe-specific data for this shape.class
AbstractShape
Provides a base class form several geometricRenderable
s.protected static class
AbstractShape.AbstractShapeData
Holds the globe-dependent data captured in this shape's data cache.class
AbstractSurfaceObject
Abstract implementation of SurfaceObject that participates in theSceneController
's bulk rendering of SurfaceObjects.class
AbstractSurfaceRenderable
Surface renderable.class
AbstractSurfaceShape
Common superclass for surface conforming shapes such asSurfacePolygon
,SurfacePolyline
,SurfaceEllipse
,SurfaceQuad
, andSurfaceSector
.class
Box
A general box volume defined by a center position and three axis radii.class
Cone
A general cone volume defined by a center position, a height and a radius, or alternatively, by three axis radii.class
Cylinder
A general cylinder volume defined by a center position, height and radius, or alternatively, by three axis radii.class
DrawContextImpl
class
Ellipsoid
A general ellipsoid volume defined by a center position and the three ellipsoid axis radii.class
ExtrudedPolygon
A multi-sided 3D shell formed by a base polygon in latitude and longitude extruded from the terrain to either a specified height or an independent height per location.protected static class
ExtrudedPolygon.ShapeData
TheShapeData
class holds globe-specific data for this shape.class
GlobeAnnotation
Represent a text label attached to a Position on the globe and its rendering attributes.class
GlobeAnnotationBalloon
An AnnotationBalloon that is attached to a position on the globe.class
LazilyLoadedTexture
Represents a texture derived from a lazily loaded image source such as an image file or aBufferedImage
.protected static class
MultiResolutionPath.MultiResolutionPathData
Deprecated.Subclass of PathData that adds the capability to map which ordinal number corresponds to each rendered position.class
Path
Displays a line or curve between positions.protected static class
Path.PathData
Maintains globe-dependent computed data such as Cartesian vertices and extents.class
Pedestal
class
PointPlacemark
Represents a point placemark consisting of an image, an optional line linking the image to a corresponding point on the terrain, and an optional label.class
Polygon
/** A 3D polygon.protected static class
Polygon.ShapeData
This class holds globe-specific data for this shape.class
Pyramid
A general pyramid volume defined by a center position, a height, and two axis lengths.class
RigidShape
A general rigid volume defined by a center position and the three axis radii.protected static class
RigidShape.ShapeData
Maintains globe-dependent computed data such as Cartesian vertices and extents.class
ScreenAnnotation
Represent a text label attached to a Point on the viewport and its rendering attributes.class
ScreenAnnotationBalloon
An AnnotationBalloon that is attached to a point on the screen.class
ScreenCreditImage
class
ScreenImage
Draws an image parallel to the screen at a specified screen location relative to the WorldWindow.class
ScreenRelativeAnnotation
Provides a screen annotation positioned relatively to the window rather than absolutely.class
SurfaceCircle
class
SurfaceEllipse
class
SurfaceIcon
Renders an icon image over the terrain surface.class
SurfaceIcons
Renders an icon image over the terrain surface in many locations.class
SurfaceImage
Renders a single image contained in a local file, a remote file, or aBufferedImage
.class
SurfaceMultiPolygon
class
SurfacePolygon
class
SurfacePolygons
Renders fast multiple polygons with or without holes in one pass.class
SurfacePolyline
class
SurfacePolylines
This class renders fast multiple surface polylines in one pass.class
SurfaceQuad
class
SurfaceSector
class
SurfaceSquare
class
SurfaceText
Renders a string of text on the surface of the globe.class
UserFacingIcon
class
Wedge
A 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 PickedObject
AbstractBrowserBalloon. 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 interface
Airspace
interface
DetailLevel
Classes in gov.nasa.worldwind.render.airspaces that implement AVList Modifier and Type Class Description class
AbstractAirspace
class
Box
class
Cake
A cake consists of mutiple adjacent cylinder segments.static class
Cake.Layer
An inner class ofCake
defining the parameters of one of the cake's cylinders.class
CappedCylinder
A cylinder defined by a geographic position, a radius in meters, and minimum and maximum altitudes.class
CappedEllipticalCylinder
An elliptical cylinder defined by a geographic position, major and minor radii in meters, and minimum and maximum altitudes.class
Curtain
A curtain is a series of adjacent rectangular planes.class
Geometry
class
Orbit
class
PartialCappedCylinder
A cylinder defined by a geographic position, a radius in meters, and minimum and maximum altitudes.class
PolyArc
class
Polygon
class
Route
Creates a sequence of connected rectangular airspaces specified by a list of positions.class
ScreenSizeDetailLevel
class
SphereAirspace
A spherical airspace shape defined by a center location and a radius.class
SurfaceBox
class
TrackAirspace
Creates a sequence of potentially disconnected rectangular airspaces specified by a collection ofBox
objects. -
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 interface
AirspaceEditor
Classes in gov.nasa.worldwind.render.airspaces.editor that implement AVList Modifier and Type Class Description class
AbstractAirspaceEditor
class
PolygonEditor
class
SphereAirspaceEditor
-
Uses of AVList in gov.nasa.worldwind.retrieve
Subinterfaces of AVList in gov.nasa.worldwind.retrieve Modifier and Type Interface Description interface
RetrievalService
interface
Retriever
Classes in gov.nasa.worldwind.retrieve that implement AVList Modifier and Type Class Description class
BasicRetrievalService
Performs threaded retrieval of data.class
HTTPRetriever
class
JarRetriever
Retrieves 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.class
LocalRasterServerRetriever
class
URLRetriever
Fields in gov.nasa.worldwind.retrieve declared as AVList Modifier and Type Field Description protected AVList
AbstractRetrievalPostProcessor. avList
Holds miscellaneous parameters examined by this and subclasses.Methods in gov.nasa.worldwind.retrieve with parameters of type AVList Modifier and Type Method Description Retriever
RetrieverFactory. 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 interface
TacticalCircle
An interface for circular tactical graphics.interface
TacticalGraphic
TacticalGraphic provides a common interface for displaying a graphic from a symbology set.interface
TacticalPoint
An interface for tactical graphics that are positioned by a single point.interface
TacticalQuad
An interface for tactical graphics shaped like a quadrilaterals.interface
TacticalRoute
An interface for tactical graphics that depict routes: a series of point graphics connected by lines.interface
TacticalSymbol
TacticalSymbol 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 class
AbstractTacticalGraphic
Base class for tactical graphics.class
AbstractTacticalSymbol
protected static class
AbstractTacticalSymbol.IconTexture
Fields in gov.nasa.worldwind.symbology declared as AVList Modifier and Type Field Description protected AVList
AbstractTacticalSymbol. activeModifiers
Modifiers active this frame.protected AVList
AbstractTacticalGraphic. modifiers
Map of modifiers applied to this graphic.protected AVList
AbstractTacticalSymbol. modifiers
Indicates the current text and graphic modifiers assigned to this symbol.protected AVList
AbstractTacticalSymbol.IconSource. retrieverParams
Methods in gov.nasa.worldwind.symbology that return AVList Modifier and Type Method Description protected AVList
AbstractTacticalSymbol. assembleIconRetrieverParameters(AVList params)
AVList
AbstractTacticalSymbol.IconSource. getRetrieverParams()
Methods in gov.nasa.worldwind.symbology with parameters of type AVList Modifier and Type Method Description protected void
AbstractTacticalSymbol. addGlyph(DrawContext dc, Offset offset, Offset hotspot, java.lang.String modifierCode, AVList retrieverParams, java.lang.Object layoutMode, AbstractTacticalSymbol.OrderedSymbol osym)
protected void
AbstractTacticalSymbol. applyImplicitModifiers(AVList modifiers)
Add implicit modifiers to the modifier list.protected AVList
AbstractTacticalSymbol. assembleIconRetrieverParameters(AVList params)
protected java.awt.Dimension
AbstractTacticalSymbol. 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 void
AbstractTacticalSymbol. computeScaledBounds(DrawContext dc, AVList modifiers, AbstractTacticalSymbol.OrderedSymbol osym)
Compute the bounds of symbol after the scale has been applied.TacticalCircle
TacticalGraphicFactory. createCircle(java.lang.String symbolIdentifier, Position center, double radius, AVList modifiers)
Create a circular graphic.TacticalGraphic
TacticalGraphicFactory. 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.BufferedImage
IconRetriever. createIcon(java.lang.String symbolId, AVList params)
Create an icon to represent a symbol in a symbol set.TacticalPoint
TacticalGraphicFactory. createPoint(java.lang.String symbolIdentifier, Position position, AVList modifiers)
Create a tactical graphic positioned by a single control point.TacticalQuad
TacticalGraphicFactory. createQuad(java.lang.String symbolIdentifier, java.lang.Iterable<? extends Position> positions, AVList modifiers)
Create a graphic with four sides.TacticalRoute
TacticalGraphicFactory. createRoute(java.lang.String symbolIdentifier, java.lang.Iterable<? extends TacticalPoint> controlPoints, AVList modifiers)
Create a route graphic.protected AbstractTacticalSymbol.IconAtlasElement
AbstractTacticalSymbol. getGlyph(java.lang.String modifierCode, AVList retrieverParams)
protected int
AbstractTacticalSymbol. getMaxLabelLines(AVList modifiers)
protected void
AbstractTacticalSymbol. layoutDynamicModifiers(DrawContext dc, AVList modifiers, AbstractTacticalSymbol.OrderedSymbol osym)
Layout dynamic modifiers around the symbol.protected void
AbstractTacticalSymbol. layoutGraphicModifiers(DrawContext dc, AVList modifiers, AbstractTacticalSymbol.OrderedSymbol osym)
Layout static graphic modifiers around the symbol.protected void
AbstractTacticalSymbol. layoutStaticModifiers(DrawContext dc, AVList modifiers, AbstractTacticalSymbol.OrderedSymbol osym)
Layout static modifiers around the symbol.protected void
AbstractTacticalSymbol. layoutTextModifiers(DrawContext dc, AVList modifiers, AbstractTacticalSymbol.OrderedSymbol osym)
Layout static text modifiers around the symbol.protected boolean
AbstractTacticalSymbol. 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.BufferedImage
MilStd1477IconRetriever. 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 interface
MilStd2525TacticalGraphic
Interface to describe tactical graphics defined by MIL-STD-2525.Classes in gov.nasa.worldwind.symbology.milstd2525 that implement AVList Modifier and Type Class Description class
AbstractMilStd2525TacticalGraphic
Base class for MIL-STD-2525 tactical graphics.class
MilStd2525PointGraphic
Implementation of MIL-STD-2525 point graphics.class
MilStd2525TacticalSymbol
Implementation ofTacticalSymbol
that provides support for tactical symbols from the MIL-STD-2525 symbology set.class
MilStd2525UnitsFormat
Units format configured to format locations and altitudes according to the defaults defined by MIL-STD-2525C.class
SymbolCode
SymbolCode 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 AVList
MilStd2525TacticalSymbol. assembleIconRetrieverParameters(AVList params)
static AVList
SymbolCode. 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 void
MilStd2525TacticalSymbol. appendTextModifier(java.lang.StringBuilder sb, AVList modifiers, java.lang.String modifierKey, java.lang.Integer maxLength)
protected void
MilStd2525TacticalSymbol. applyImplicitModifiers(AVList modifiers)
protected AVList
MilStd2525TacticalSymbol. assembleIconRetrieverParameters(AVList params)
protected java.lang.Integer
MilStd2525ModifierRetriever. chooseBestFittingWidth(AVList params)
protected java.lang.String
MilStd2525IconRetriever. composeIconPath(SymbolCode symbolCode, AVList params)
protected java.lang.String
MilStd2525ModifierRetriever. composePath(java.lang.String symbolModifierCode, AVList params)
static java.lang.String
SymbolCode. composeSymbolModifierCode(SymbolCode symbolCode, AVList modifiers, java.lang.String modifierKey)
TacticalCircle
MilStd2525GraphicFactory. createCircle(java.lang.String sidc, Position center, double radius, AVList modifiers)
Create a circular graphic.MilStd2525TacticalGraphic
MilStd2525GraphicFactory. 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.BufferedImage
MilStd2525IconRetriever. createIcon(java.lang.String sidc, AVList params)
Create an icon for a MIL-STD-2525C symbol.java.awt.image.BufferedImage
MilStd2525ModifierRetriever. createIcon(java.lang.String symbolId, AVList params)
Create an icon for a symbol modifier.java.awt.image.BufferedImage
MilStd2525PointGraphicRetriever. createIcon(java.lang.String sidc, AVList params)
Create an icon for a MIL-STD-2525C point graphic.TacticalPoint
MilStd2525GraphicFactory. createPoint(java.lang.String sidc, Position position, AVList params)
Create a tactical graphic positioned by a single control point.TacticalQuad
MilStd2525GraphicFactory. createQuad(java.lang.String sidc, java.lang.Iterable<? extends Position> positions, AVList modifiers)
Create a graphic with four sides.TacticalRoute
MilStd2525GraphicFactory. createRoute(java.lang.String sidc, java.lang.Iterable<? extends TacticalPoint> controlPoints, AVList modifiers)
Create a route graphic.protected java.awt.image.BufferedImage
MilStd2525IconRetriever. drawCircle(SymbolCode symbolCode, AVList params, java.awt.image.BufferedImage dest)
protected java.awt.image.BufferedImage
MilStd2525IconRetriever. drawFill(SymbolCode symbolCode, AVList params, java.awt.image.BufferedImage dest)
protected java.awt.image.BufferedImage
MilStd2525IconRetriever. drawFrame(SymbolCode symbolCode, AVList params, java.awt.image.BufferedImage dest)
protected java.awt.image.BufferedImage
MilStd2525IconRetriever. drawIcon(SymbolCode symbolCode, AVList params, java.awt.image.BufferedImage dest)
protected java.awt.Color
MilStd2525IconRetriever. getColorFromParams(AVList params)
Retrieves the value of the AVKey.COLOR parameter.protected java.awt.Color
MilStd2525ModifierRetriever. getColorFromParams(AVList params)
Retrieves the value of the AVKey.COLOR parameter.protected java.awt.Color
MilStd2525PointGraphicRetriever. getColorFromParams(AVList params)
Retrieves the value of the AVKey.COLOR parameter.protected java.awt.Color
MilStd2525IconRetriever. getFillColor(SymbolCode symbolCode, AVList params)
protected java.awt.Color
MilStd2525IconRetriever. getFrameColor(SymbolCode symbolCode, AVList params)
protected java.awt.Color
MilStd2525IconRetriever. getIconColor(SymbolCode symbolCode, AVList params)
protected java.lang.String
MilStd2525IconRetriever. getMaskedIconCode(SymbolCode symbolCode, AVList params)
protected java.lang.String
MilStd2525IconRetriever. getMaskedUnknownIconCode(SymbolCode symbolCode, AVList params)
protected int
MilStd2525TacticalSymbol. getMaxLabelLines(AVList modifiers)
protected java.lang.String
MilStd2525TacticalSymbol. getModifierCode(AVList modifiers, java.lang.String modifierKey)
protected java.lang.String
MilStd2525TacticalSymbol. getReinforcedReducedModifier(AVList modifiers, java.lang.String modifierKey)
protected void
MilStd2525TacticalSymbol. init(java.lang.String symbolId, AVList modifiers)
protected boolean
MilStd2525ModifierRetriever. isVariableWidth(AVList params)
protected void
MilStd2525TacticalSymbol. layoutDynamicModifiers(DrawContext dc, AVList modifiers, AbstractTacticalSymbol.OrderedSymbol osym)
protected void
MilStd2525TacticalSymbol. layoutGraphicModifiers(DrawContext dc, AVList modifiers, AbstractTacticalSymbol.OrderedSymbol osym)
protected void
MilStd2525TacticalSymbol. layoutTextModifiers(DrawContext dc, AVList modifiers, AbstractTacticalSymbol.OrderedSymbol osym)
protected boolean
MilStd2525IconRetriever. mustDrawFill(SymbolCode symbolCode, AVList params)
protected boolean
MilStd2525IconRetriever. mustDrawFrame(SymbolCode symbolCode, AVList params)
protected boolean
MilStd2525IconRetriever. mustDrawIcon(SymbolCode symbolCode, AVList params)
protected boolean
MilStd2525TacticalSymbol. 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 AVList
SymbolCode. parseSymbolModifierCode(java.lang.String code, AVList params)
Computes and returns the modifier key-value pairs associated with the specified SymbolModifier code.protected void
MilStd2525GraphicFactory. 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 class
EchelonSymbol
Tactical symbol implementation to render the echelon modifier as part of a tactical graphic.class
TacticalGraphicSymbol
Implementation 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 AVList
EchelonSymbol. assembleIconRetrieverParameters(AVList params)
Methods in gov.nasa.worldwind.symbology.milstd2525.graphics with parameters of type AVList Modifier and Type Method Description protected void
TacticalGraphicSymbol. applyImplicitModifiers(AVList modifiers)
protected AVList
EchelonSymbol. assembleIconRetrieverParameters(AVList params)
protected int
TacticalGraphicSymbol. getMaxLabelLines(AVList modifiers)
protected void
TacticalGraphicSymbol. layoutDynamicModifiers(DrawContext dc, AVList modifiers, AbstractTacticalSymbol.OrderedSymbol osym)
protected void
TacticalGraphicSymbol. 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 class
AbstractCircularGraphic
Base class for circular area graphics.class
AbstractRectangularGraphic
Base class for rectangular area graphics.class
AirfieldZone
Implementation of the Airfield Zone graphic (hierarchy 2.X.2.1.3.11, SIDC: G*GPGAZ---****X).class
Airhead
Implementation of the Airhead graphic (2.X.2.6.2.2).class
Ambush
Implementation of the Ambush graphic (2.X.2.6.1.1).class
AttackByFirePosition
Implementation of the Attack By Fire Position graphic (2.X.2.5.3.3).class
AviationZone
Implementation of aviation area graphics.class
BasicArea
Implementation of general area graphics.class
BattlePosition
Implementation of Battle Position graphics.class
CircularFireSupportArea
Implementation of circular Fire Support graphics.class
CircularPositionArea
Implementation of the Position Area for Artillery, Circular graphic (2.X.4.3.2.6.2).class
CircularRangeFan
Implementation of the Circular Weapon/Sensor Range Fan graphic (2.X.4.3.4.1).class
CombatSupportArea
Implementation of combat support area graphics.class
Dummy
Implementation of the Dummy graphic (hierarchy 2.X.2.3.1, SIDC: G*GPPD----****X).class
Encirclement
Implementation of the Encirclement graphic (2.X.2.6.2.3).class
FilledArea
An area that is filled with a pattern of diagonal lines.class
FortifiedArea
Implementation of the Fortified Area graphic (2.X.2.1.3.4).class
GroupOfTargets
Implementation of the Series or Group of Targets graphic (2.X.4.3.1.3).class
IrregularFireSupportArea
Implementation of the irregular Fire Support area graphics.class
LimitedAccessArea
Implementation of the Limited Access Area graphic (2.X.2.1.3.10).class
LimitedAccessSymbol
Implementation of TacticalSymbol that renders a symbol inside a pentagon, for the Limited Access Area graphic.class
MinimumSafeDistanceZones
Implementation of the Minimum Safe Distance Zone graphic (2.X.3.4.1).class
OffenseArea
Implementation of offense area graphics.class
RectangularFireSupportArea
Implementation of rectangular Fire Support graphics.class
RectangularPositionArea
Implementation of the Position Area for Artillery, Rectangular graphic (2.X.4.3.2.6.1).class
RectangularTarget
Implementation of the Rectangular Target graphic (hierarchy 2.X.4.3.1.1, SIDC: G*FPATR---****X).class
SearchArea
Implementation of the Search Area/Reconnaissance Area graphic (2.X.2.1.3.9).class
SectorRangeFan
Implementation of the Sector Weapon/Sensor Range Fans graphic (2.X.4.3.4.2).class
Smoke
Implementation of the Smoke graphic (hierarchy 2.X.4.3.1.4, SIDC: G*FPATS---****X).class
SpecialInterestArea
Implementation of General Command/Special area graphics.class
SupportByFirePosition
Implementation of the Support By Fire Position graphic (2.X.2.5.3.4).class
WeaponsFreeZone
Implementation 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 class
AbstractAxisArrow
Base class for axis of advance arrow graphics.class
AdvanceForFeint
Implementation of the Axis of Advance for Feint graphic (2.X.2.3.3).class
Airborne
Implementation of the Airborne graphic (hierarchy 2.X.2.5.2.1.2, SIDC: G*GPOLAA--****X).class
AttackRotaryWing
Implementation of the Aviation offensive graphic (hierarchy 2.X.2.5.2.1.3, SIDC: G*GPOLAR--****X).class
Aviation
Implementation of the Aviation offensive graphic (hierarchy 2.X.2.5.2.1.1, SIDC: G*GPOLAV--****X).class
Boundary
Implementation of the Boundary graphic (2.X.2.1.2.1).class
DirectionOfAttack
Direction of Attack graphics.class
DirectionOfAttackAviation
Implementation of the Direction of Attack, Aviation graphic (2.X.2.5.2.2.1).class
DirectionOfAttackForFeint
Implementation of the Direction of Attack for Feint graphic (2.X.2.3.3).class
DoseRateContourLine
Implementation of the Dose Rate Contour Line graphic (2.X.3.4.9).class
FireSupportLine
Implementation of Fire Support line graphics.class
ForwardEdgeOfBattleArea
Implementation of the Forward Edge of Battle Area (FEBA) graphic (2.X.2.4.2.1).protected static class
ForwardEdgeOfBattleArea.FEBASymbol
Implementation of TacticalSymbol to draw a symbol at the end of a FEBA line.class
ForwardLineOfOwnTroops
Implementation of the Forward Line of Own Troops graphic (2.X.2.1.2.2).class
HoldingLine
This class implements the following graphics: Holding Line (2.X.2.6.1.2) Bridgehead (2.X.2.6.1.4)class
InfiltrationLane
Implementation of the Infiltration Lane graphic (2.X.2.5.2.4).class
LinearTarget
Implementation of Linear Target graphics.class
LineOfContact
Implementation of the Line of Contact graphic (2.X.2.1.2.3).class
MainAttack
Implementation of the Main Attack graphic (hierarchy 2.X.2.5.2.1.4.1, SIDC: G*GPOLAGM-****X).class
MunitionFlightPath
class
PhaseLine
Implementation of phase line graphics.class
PrincipleDirectionOfFire
Implementation of the Principle Direction of Fire graphic (2.X.2.4.2.2).class
PullUpPoint
Implementation of the Pull-Up Point (PUP) graphic (2.X.2.2.1.3).class
Route
Implementation of the aviation route graphics.class
RoutePoint
Implementation of aviation route control point graphics.class
SupportingAttack
Implementation 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 int
ForwardEdgeOfBattleArea.FEBASymbol. getMaxLabelLines(AVList modifiers)
protected void
ForwardEdgeOfBattleArea.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 interface
Tessellator
Classes in gov.nasa.worldwind.terrain that implement AVList Modifier and Type Class Description class
AbstractElevationModel
class
BasicElevationModel
class
BathymetryFilterElevationModel
An elevation model to map another elevation model's depths to a constant value, usually 0.class
CompoundElevationModel
class
HighResolutionTerrain
Provides operations on the best available terrain.class
LocalElevationModel
Implements an elevation model for a local file or collection of files containing elevation data.class
LocalRasterServerElevationModel
Implements anElevationModel
for a local dataset accessed via a local raster server (RasterServer
).class
RectangularTessellator
class
WCSElevationModel
class
WMSBasicElevationModel
class
ZeroElevationModel
An elevation model that always returns zero elevations.Methods in gov.nasa.worldwind.terrain that return AVList Modifier and Type Method Description static AVList
BasicElevationModel. getBasicElevationModelConfigParams(org.w3c.dom.Element domElement, AVList params)
Parses BasicElevationModel parameters from a specified DOM document.protected AVList
BasicElevationModel. getConfigurationParams(AVList params)
static AVList
AbstractElevationModel. getElevationModelConfigParams(org.w3c.dom.Element domElement, AVList params)
Parses elevation model configuration parameters from the specified DOM document.static AVList
WCSElevationModel. getWCSElevationModelConfigParams(WCS100Capabilities caps, WCS100DescribeCoverage coverage, AVList params)
static AVList
WMSBasicElevationModel. getWMSElevationModelConfigParams(WMSCapabilities caps, java.lang.String[] formatOrderPreference, AVList params)
Parses WMSBasicElevationModel configuration parameters from a specified WMS Capabilities source.protected static AVList
BasicElevationModel. restorableStateToParams(java.lang.String stateInXml)
protected static AVList
WCSElevationModel. wcsGetParamsFromCapsDoc(WCS100Capabilities caps, AVList params)
protected static AVList
WCSElevationModel. wcsGetParamsFromDocument(org.w3c.dom.Element domElement, AVList params)
protected static AVList
WCSElevationModel. wcsRestorableStateToParams(java.lang.String stateInXml)
protected static AVList
WMSBasicElevationModel. wmsGetParamsFromCapsDoc(WMSCapabilities caps, AVList params)
protected static AVList
WMSBasicElevationModel. wmsGetParamsFromDocument(org.w3c.dom.Element domElement, AVList params)
protected static AVList
WMSBasicElevationModel. wmsRestorableStateToParams(java.lang.String stateInXml)
Methods in gov.nasa.worldwind.terrain with parameters of type AVList Modifier and Type Method Description void
LocalElevationModel. addElevations(java.nio.ByteBuffer byteBuffer, Sector sector, int width, int height, AVList parameters)
Adds new elevations to this elevation model.static org.w3c.dom.Document
BasicElevationModel. createBasicElevationModelConfigDocument(AVList params)
Creates a configuration document for a BasicElevationModel described by the specified params.static org.w3c.dom.Element
BasicElevationModel. createBasicElevationModelConfigElements(AVList params, org.w3c.dom.Element context)
Appends BasicElevationModel configuration parameters as elements to the specified context.protected CompoundElevationModel
BasicElevationModelFactory. 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.Document
BasicElevationModel. createConfigurationDocument(AVList params)
protected org.w3c.dom.Document
WCSElevationModel. createConfigurationDocument(AVList params)
Appends WCS elevation model configuration elements to the superclass configuration document.protected org.w3c.dom.Document
WMSBasicElevationModel. createConfigurationDocument(AVList params)
Appends WMS basic elevation model configuration elements to the superclass configuration document.static org.w3c.dom.Element
AbstractElevationModel. createElevationModelConfigElements(AVList params, org.w3c.dom.Element context)
Appends elevation model configuration parameters as elements to the specified context.java.lang.Object
BasicElevationModelFactory. createFromConfigSource(java.lang.Object configSource, AVList params)
Creates an elevation model from a general configuration source.protected ElevationModel
BasicElevationModelFactory. createNonCompoundModel(org.w3c.dom.Element domElement, AVList params)
Create a simple elevation model.protected void
LocalRasterServerElevationModel. createRasterServer(AVList params)
protected static void
WCSElevationModel. determineNumLevels(WCS100DescribeCoverage coverage, AVList params)
protected ElevationModel
BasicElevationModelFactory. doCreateFromCapabilities(OGCCapabilities caps, AVList params)
protected java.lang.Object
BasicElevationModelFactory. doCreateFromCapabilities(WCS100Capabilities caps, AVList params)
protected ElevationModel
BasicElevationModelFactory. doCreateFromElement(org.w3c.dom.Element domElement, AVList params)
Creates an elevation model from an XML description.protected void
BasicElevationModel. doWriteConfigurationParams(FileStore fileStore, java.lang.String fileName, AVList params)
static AVList
BasicElevationModel. getBasicElevationModelConfigParams(org.w3c.dom.Element domElement, AVList params)
Parses BasicElevationModel parameters from a specified DOM document.protected AVList
BasicElevationModel. getConfigurationParams(AVList params)
static AVList
AbstractElevationModel. getElevationModelConfigParams(org.w3c.dom.Element domElement, AVList params)
Parses elevation model configuration parameters from the specified DOM document.static AVList
WCSElevationModel. getWCSElevationModelConfigParams(WCS100Capabilities caps, WCS100DescribeCoverage coverage, AVList params)
static AVList
WMSBasicElevationModel. getWMSElevationModelConfigParams(WMSCapabilities caps, java.lang.String[] formatOrderPreference, AVList params)
Parses WMSBasicElevationModel configuration parameters from a specified WMS Capabilities source.protected void
BasicElevationModel. 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 boolean
BasicElevationModel. needsConfigurationFile(FileStore fileStore, java.lang.String fileName, AVList params, boolean removeIfExpired)
protected static void
BasicElevationModel. restoreStateForParams(RestorableSupport rs, RestorableSupport.StateObject context, AVList params)
protected static void
BasicElevationModel. setFallbacks(AVList params)
protected static AVList
WCSElevationModel. wcsGetParamsFromCapsDoc(WCS100Capabilities caps, AVList params)
protected static AVList
WCSElevationModel. wcsGetParamsFromDocument(org.w3c.dom.Element domElement, AVList params)
protected static void
WCSElevationModel. wcsRestoreStateForParams(RestorableSupport rs, RestorableSupport.StateObject context, AVList params)
protected static void
WCSElevationModel. wcsSetFallbacks(AVList params)
protected static AVList
WMSBasicElevationModel. wmsGetParamsFromCapsDoc(WMSCapabilities caps, AVList params)
protected static AVList
WMSBasicElevationModel. wmsGetParamsFromDocument(org.w3c.dom.Element domElement, AVList params)
protected static void
WMSBasicElevationModel. wmsRestoreStateForParams(RestorableSupport rs, RestorableSupport.StateObject context, AVList params)
protected static void
WMSBasicElevationModel. wmsSetFallbacks(AVList params)
protected void
BasicElevationModel. writeConfigurationParams(AVList params, 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 interface
NetworkStatus
Provides tracking of per-host network availability.Classes in gov.nasa.worldwind.util that implement AVList Modifier and Type Class Description class
AbstractHotSpot
AbstractHotSpot is an abstract base class for theHotSpot
interface.class
AbstractResizeHotSpot
A HotSpot for resizing a frame or window.class
BasicNetworkStatus
Basic implementation of NetworkStatus.class
BasicScheduledTaskService
A service to execute tasks periodically, or after a delay.class
ContourList
class
EditorAnnotation
class
Level
class
LevelSet
class
RasterControlPointList
static class
RasterControlPointList.ControlPoint
class
ThreadedTaskService
class
UnitsFormat
Consolidates 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 AVList
Level. params
protected AVList
HTTPFileUpload.FileInfo. properties
protected AVList
HTTPFileUpload. requestProperties
Deprecated.Methods in gov.nasa.worldwind.util that return AVList Modifier and Type Method Description AVList
RasterControlPointList. clearList()
AVList
RasterControlPointList. copy()
static AVList
WWXML. copyProperties(org.w3c.dom.Element element, AVList params)
Copy anyProperty
elements in an XML document to an attribute-value list.static AVList
DataConfigurationUtils. 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 AVList
DataConfigurationUtils. getLevelSetConfigParams(LevelSet levelSet, AVList params)
Gathers LevelSet configuration parameters from a specified LevelSet reference.static AVList
DataConfigurationUtils. getLevelSetConfigParams(org.w3c.dom.Element domElement, AVList params)
Parses LevelSet configuration parameters from the specified DOM document.AVList
Level. getParams()
static AVList
DataConfigurationUtils. getWCSConfigParameters(WCS100Capabilities caps, WCS100DescribeCoverage coverage, AVList params)
static AVList
DataConfigurationUtils. getWCSConfigParams(org.w3c.dom.Element domElement, AVList params)
static AVList
DataConfigurationUtils. getWMSLayerConfigParams(WMSCapabilities caps, java.lang.String[] formatOrderPreference, AVList params)
static AVList
DataConfigurationUtils. getWMSLayerConfigParams(org.w3c.dom.Element domElement, AVList params)
Parses WMS layer parameters from the XML configuration document starting at domElement.static AVList
DataConfigurationUtils. getWWDotNetLayerSetConfigParams(org.w3c.dom.Element domElement, AVList params)
Parses WorldWind .NET LayerSet configuration parameters from the specified document.static AVList
ImageUtil. openSpatialImage(java.io.File imageFile)
Opens a spatial image.static AVList
ImageUtil. openSpatialImage(java.io.File imageFile, int interpolation_mode)
Opens a spatial image.static AVList
ImageUtil. readGeoKeys(gov.nasa.worldwind.formats.tiff.GeotiffReader reader, int imageIndex, AVList values)
Reads Geo-referenced metadata from Geo-TIFF fileAVList
RasterControlPointList. setValues(AVList avList)
Methods in gov.nasa.worldwind.util with parameters of type AVList Modifier and Type Method Description void
HTTPFileUpload. add(java.io.File file, java.lang.String name, AVList params)
Deprecated.Adds a file to the HTTP File Uploader.void
HTTPFileUpload. add(java.nio.ByteBuffer bufferToUpload, java.lang.String name, AVList params)
Deprecated.static void
RestorableSupport. adjustTitleAndDisplayName(AVList params)
static Sector
ImageUtil. calcBoundingBoxForUTM(AVList params)
static void
WWXML. 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 void
WWXML. 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 void
WWXML. 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 void
WWXML. 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 void
WWXML. 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 void
WWXML. 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 void
WWXML. 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 void
WWXML. 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 void
WWXML. 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 void
WWXML. 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 void
WWXML. 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 void
WWXML. 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 void
WWXML. checkAndSetColorArrayParam(org.w3c.dom.Element context, AVList params, java.lang.String paramKey, java.lang.String paramName, javax.xml.xpath.XPath xpath)
static void
WWXML. 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 void
WWXML. 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 void
WWXML. 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 void
WWXML. 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 void
WWXML. 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 void
WWXML. 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 void
WWXML. 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 void
WWXML. 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 void
WWXML. 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 void
WWXML. 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 void
WWXML. 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 void
WWXML. 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 void
WWXML. 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 void
WWXML. 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 AVList
WWXML. copyProperties(org.w3c.dom.Element element, AVList params)
Copy anyProperty
elements in an XML document to an attribute-value list.static void
WWUtil. copyValues(AVList srcList, AVList destList, java.lang.String[] keys, boolean forceOverwrite)
Copies only values of the specifiedkeys
fromsrcList
to anotherdestList
.static org.w3c.dom.Element
DataConfigurationUtils. createLevelSetConfigElements(AVList params, org.w3c.dom.Element context)
Appends LevelSet configuration parameters as elements to the specified context.static org.w3c.dom.Element
DataConfigurationUtils. createWCSLayerConfigElements(AVList params, org.w3c.dom.Element context)
Appends WCS layer parameters as elements to a specified context.static org.w3c.dom.Element
DataConfigurationUtils. createWMSLayerConfigElements(AVList params, org.w3c.dom.Element context)
Appends WMS layer parameters as elements to a specified context.static AVList
DataConfigurationUtils. 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.String
DataConfigurationUtils. getDataConfigFilename(AVList params, java.lang.String suffix)
Returns a file store path name for the specified parameters list.static AVList
DataConfigurationUtils. getLevelSetConfigParams(LevelSet levelSet, AVList params)
Gathers LevelSet configuration parameters from a specified LevelSet reference.static AVList
DataConfigurationUtils. getLevelSetConfigParams(org.w3c.dom.Element domElement, AVList params)
Parses LevelSet configuration parameters from the specified DOM document.static java.net.URL
DataConfigurationUtils. 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_NAMES
parameter from a specified parameter list.static AVList
DataConfigurationUtils. getWCSConfigParameters(WCS100Capabilities caps, WCS100DescribeCoverage coverage, AVList params)
static AVList
DataConfigurationUtils. getWCSConfigParams(org.w3c.dom.Element domElement, AVList params)
static AVList
DataConfigurationUtils. getWMSLayerConfigParams(WMSCapabilities caps, java.lang.String[] formatOrderPreference, AVList params)
static AVList
DataConfigurationUtils. getWMSLayerConfigParams(org.w3c.dom.Element domElement, AVList params)
Parses WMS layer parameters from the XML configuration document starting at domElement.static AVList
DataConfigurationUtils. getWWDotNetLayerSetConfigParams(org.w3c.dom.Element domElement, AVList params)
Parses WorldWind .NET LayerSet configuration parameters from the specified document.static AVList
ImageUtil. readGeoKeys(gov.nasa.worldwind.formats.tiff.GeotiffReader reader, int imageIndex, AVList values)
Reads Geo-referenced metadata from Geo-TIFF filestatic void
ImageUtil. reprojectUtmToGeographic(AVList values, int mode)
Reprojects an imge in UTM projection to Geo/WGS84.protected void
HTTPFileUpload. send(java.io.File fileToUpload, java.lang.String uploadName, AVList params)
Deprecated.protected void
HTTPFileUpload. send(java.lang.String stringToUpload, java.lang.String fileName, AVList params)
Deprecated.protected void
HTTPFileUpload. send(java.nio.ByteBuffer bufferToUpload, java.lang.String fileName, AVList params)
Deprecated.AVList
RasterControlPointList. setValues(AVList avList)
protected java.lang.String
Level. validate(AVList params)
Determines whether the constructor arguments are valid.static Sector
ImageUtil. 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 BufferWrapper
BufferWrapper. wrap(java.nio.ByteBuffer byteBuffer, AVList params)
Wraps the specifiedByteBuffer
with a BufferWrapper according to the specified parameters.protected void
HTTPFileUpload. 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 AVList
GDALUtils. extractRasterParameters(org.gdal.gdal.Dataset ds)
static AVList
GDALUtils. 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 DataRaster
GDALUtils. composeDataRaster(org.gdal.gdal.Dataset ds, AVList params)
protected static DataRaster
GDALUtils. composeImageDataRaster(org.gdal.gdal.Dataset ds, AVList params)
Opens image or elevation file, returns as a BufferedImage (even for elevations)protected static DataRaster
GDALUtils. 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.IntBuffer
GDALUtils. extractImageMask(AVList params)
protected static void
GDALUtils. extractMinMaxSampleValues(org.gdal.gdal.Dataset ds, org.gdal.gdal.Band band, AVList params)
static AVList
GDALUtils. 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 class
KMLContainerTreeNode
AKMLFeatureTreeNode
that represents a KML container defined by a
.KMLAbstractContainer
class
KMLFeatureTreeNode
ATreeNode
that represents a KML feature defined by a
.KMLAbstractFeature
class
KMLLayerTreeNode
ALayerTreeNode
that represents a KML feature hierarchy defined by a
.KMLRoot
class
KMLNetworkLinkTreeNode
AKMLFeatureTreeNode
that represents a KML network link defined by a
.KMLNetworkLink
class
LayerTree
ARenderable
tree of
objects and their content.Layer
class
LayerTreeModel
A tree model representing
objects and their content.Layer
class
LayerTreeNode
ATreeNode
that 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 class
MeasureTool
A utility class to interactively draw shapes and measure distance and area across the terrain.static class
MeasureTool.ControlPoint
protected static class
MeasureTool.ControlPointWithLeader
protected static class
MeasureTool.CustomRenderableLayer
-
Uses of AVList in gov.nasa.worldwind.util.tree
Subinterfaces of AVList in gov.nasa.worldwind.util.tree Modifier and Type Interface Description interface
Tree
A tree of objects, drawn in the WorldWindow, that the user can interact with.interface
TreeLayout
Handles rendering aTree
.interface
TreeModel
Contents of aTree
.interface
TreeNode
Describes a node in aTree
.Classes in gov.nasa.worldwind.util.tree that implement AVList Modifier and Type Class Description class
BasicTree
Basic implementation of aTree
control.class
BasicTreeLayout
Layout that draws aTree
similar to a file browser tree.class
BasicTreeModel
Basic implementation of aTreeModel
.class
BasicTreeNode
Default implementation of aTreeNode
.class
DragControl
ATreeHotSpot
that can handle drag events.class
FrameResizeControl
A screen control for resizing a frame.class
ScrollBar.ScrollControl
Control for the scroll arrows and areas of the scroll bar above and below the knob.class
ScrollBar.ScrollKnob
Control for dragging the scroll knob.class
ScrollFrame
A frame that can scroll its contents.class
TreeHotSpot
An area of aTree
that 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 ofAVList
elements describing thisWebView's
visible links.java.lang.Iterable<AVList>
WebView. getLinks()
Deprecated.Returns an iterable ofAVList
elements describing thisWebView's
visible links.java.lang.Iterable<AVList>
WindowsWebView. getLinks()
Deprecated.Returns an iterable ofAVList
elements describing thisWebView's
visible links. -
Uses of AVList in gov.nasa.worldwind.util.xml
Subinterfaces of AVList in gov.nasa.worldwind.util.xml Modifier and Type Interface Description interface
XMLEventParserContext
Provides 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 class
BasicXMLEventParserContext
Provides an implementation ofXMLEventParserContext
.Fields in gov.nasa.worldwind.util.xml declared as AVList Modifier and Type Field Description protected AVList
AbstractXMLEventParser. fields
Methods in gov.nasa.worldwind.util.xml that return AVList Modifier and Type Method Description AVList
AbstractXMLEventParser. 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 class
AtomParserContext
-
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 class
XALParserContext
-
Uses of AVList in gov.nasa.worldwind.view
Classes in gov.nasa.worldwind.view that implement AVList Modifier and Type Class Description class
BasicView
A base class from whichView
implementations 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 class
BasicFlyView
This 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 interface
OrbitView
Classes in gov.nasa.worldwind.view.orbit that implement AVList Modifier and Type Class Description class
BasicOrbitView
-
Uses of AVList in gov.nasa.worldwind.wms
Classes in gov.nasa.worldwind.wms that implement AVList Modifier and Type Class Description class
WMSTiledImageLayer
Methods in gov.nasa.worldwind.wms that return AVList Modifier and Type Method Description static AVList
WMSTiledImageLayer. wmsGetParamsFromCapsDoc(WMSCapabilities caps, AVList params)
Extracts parameters necessary to configure the layer from a WMS capabilities document.protected static AVList
WMSTiledImageLayer. wmsGetParamsFromDocument(org.w3c.dom.Element domElement, AVList params)
Extracts parameters necessary to configure the layer from an XML DOM element.static AVList
WMSTiledImageLayer. 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.Document
WMSTiledImageLayer. createConfigurationDocument(AVList params)
Appends WMS tiled image layer configuration elements to the superclass configuration document.protected static void
WMSTiledImageLayer. legacyWmsRestoreStateToParams(RestorableSupport rs, RestorableSupport.StateObject context, AVList params)
static AVList
WMSTiledImageLayer. wmsGetParamsFromCapsDoc(WMSCapabilities caps, AVList params)
Extracts parameters necessary to configure the layer from a WMS capabilities document.protected static AVList
WMSTiledImageLayer. wmsGetParamsFromDocument(org.w3c.dom.Element domElement, AVList params)
Extracts parameters necessary to configure the layer from an XML DOM element.protected static void
WMSTiledImageLayer. 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 class
AntennaAxes
Provides axes forAntennaModel
.protected static class
AntennaAxes.ShapeData
This class holds globe-specific data for this shape.class
AntennaModel
Models antenna gain.protected static class
AntennaModel.ShapeData
This 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 class
DataInstaller
Handles all the work necessary to install tiled image layers and elevation models.class
FileSet
Represents a collection of installable data.class
FileSetPreviewImageGenerator
Generates a preview image for a file set.class
FileSetRPF
A file set specific to RPF data.class
FileStoreDataSet
Represents 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 void
DataInstaller. addElevationModelToWorldWindow(WorldWindow wwd, org.w3c.dom.Element domElement, AVList dataSet, boolean goTo)
static void
DataInstaller. addLayerToWorldWindow(WorldWindow wwd, org.w3c.dom.Element domElement, AVList dataSet, boolean goTo)
static void
DataInstaller. addToWorldWindow(WorldWindow wwd, org.w3c.dom.Element domElement, AVList dataSet, boolean goTo)
boolean
DataInstaller. isDataRaster(java.lang.Object source, AVList params)
boolean
FileSetFilter. isDataRaster(java.lang.Object source, AVList params)
protected static void
DataInstaller. removeLayerPreview(WorldWindow wwd, AVList dataSet)
protected static void
FileStoreDataSet. 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 class
GliderImage
class
GliderImageLayer
Internal class to realize and control image and region drawing.class
GliderRegionOfInterest
Describes a region to highlight.class
GliderWorldWindow
View class to support GLIDER program. -
Uses of AVList in gov.nasa.worldwindx.applications.sar
Classes in gov.nasa.worldwindx.applications.sar that implement AVList Modifier and Type Class Description class
ElevationPlane
Renders a textured plane at a given elevation.class
LicenseAgreement
class
SARAnnotation
class
SARSegmentPlane
class
SARTrack
Fields in gov.nasa.worldwindx.applications.sar declared as AVList Modifier and Type Field Description protected static AVList
SAR2. userPreferences
Methods in gov.nasa.worldwindx.applications.sar that return AVList Modifier and Type Method Description static AVList
SAR2. getUserPreferences()
Methods in gov.nasa.worldwindx.applications.sar with parameters of type AVList Modifier and Type Method Description protected static void
UserPreferenceUtils. createPropertyList(AVList params, org.w3c.dom.Element domElement)
static void
UserPreferenceUtils. createUserPreferenceElements(AVList params, org.w3c.dom.Element domElement)
static org.w3c.dom.Document
UserPreferenceUtils. createUserPreferencesDocument(AVList params)
static boolean
UserPreferenceUtils. getBooleanValue(AVList avList, java.lang.String key)
static void
UserPreferenceUtils. getDefaultUserPreferences(AVList params)
protected static void
UserPreferenceUtils. getProperty(org.w3c.dom.Element domElement, AVList params, javax.xml.xpath.XPath xpath)
protected static void
UserPreferenceUtils. getPropertyList(org.w3c.dom.Element domElement, AVList params, javax.xml.xpath.XPath xpath)
java.lang.String
SARSegmentPlane.AltitudeLabelAttributes. getText(SegmentPlane segmentPlane, Position position, AVList values)
java.lang.String
SARSegmentPlane.AxisLabelAttributes. getText(SegmentPlane segmentPlane, Position position, AVList values)
java.lang.String
SARSegmentPlane.ControlPointLabelAttributes. getText(SegmentPlane segmentPlane, Position position, AVList values)
java.lang.String
SARSegmentPlane.MessageLabelAttributes. getText(SegmentPlane segmentPlane, Position position, AVList values)
static void
UserPreferenceUtils. 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 class
SegmentPlane
class
SegmentPlaneEditor
Fields in gov.nasa.worldwindx.applications.sar.segmentplane declared as AVList Modifier and Type Field Description protected AVList
SegmentPlaneRenderer.OrderedText. values
Methods in gov.nasa.worldwindx.applications.sar.segmentplane with parameters of type AVList Modifier and Type Method Description protected SegmentPlaneRenderer.OrderedText
SegmentPlaneRenderer. createLabel(DrawContext dc, SegmentPlane segmentPlane, Position position, AVList values, java.lang.Object key)
protected void
SegmentPlaneRenderer. drawLabel(DrawContext dc, SegmentPlane segmentPlane, Position position, AVList values, java.lang.Object key)
java.lang.String
SegmentPlaneAttributes.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 class
ToolTipAnnotation
Fields in gov.nasa.worldwindx.applications.worldwindow.core declared as AVList Modifier and Type Field Description protected AVList
InfoPanelController. 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 void
ImportedDataPanel. addElevationModelToWorldWindow(org.w3c.dom.Element domElement, AVList params)
protected static void
ImportedDataDialog. addImportedData(org.w3c.dom.Document dataConfig, AVList params, ImportedDataPanel panel)
void
ImportedDataPanel. 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 void
ImportedDataPanel. addLayerToWorldWindow(org.w3c.dom.Element domElement, AVList params)
protected void
ImportedDataPanel. addToWorldWindow(org.w3c.dom.Element domElement, AVList params)
static boolean
DataImportUtil. 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 void
ImportedDataDialog. 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 class
WWOUnitsFormat
Methods in gov.nasa.worldwindx.applications.worldwindow.util with parameters of type AVList Modifier and Type Method Description protected TiledImageLayer
WMSLayerTree. createImageLayer(WMSCapabilities capsDoc, WMSLayerCapabilities layerCaps, AVList commonLayerParams)
abstract void
LayerTree. createLayers(java.lang.Object infoItem, AVList params)
void
WMSLayerTree. createLayers(java.lang.Object infoItem, AVList commonLayerParams)
LayerTree
WMSLayerTree. 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 class
WWOMeasureTool
class
WWOMeasureToolControlPoints.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 class
AirspaceBuilder.AirspaceBuilderController
protected static class
AirspaceBuilder.AirspaceEntry
static class
ConfiguringGLRuntimeCapabilities.MyGLAutoDrawable
Subclass ofWorldWindowGLAutoDrawable
which overrides the methodWorldWindowGLAutoDrawable.init(com.jogamp.opengl.GLAutoDrawable)
to configure the OpenGL features used by the WorldWind SDK.static class
DebuggingGLErrors.MyGLAutoDrawable
Subclass ofWorldWindowGLAutoDrawable
which overrides the methodWorldWindowGLAutoDrawable.init(com.jogamp.opengl.GLAutoDrawable)
to configure the OpenGL error logger.class
LineBuilder
A utility class to interactively build a path.protected class
MarkersOrder.AppFrame.TimedMarkerLayer
static class
PickFrustum.PickFrustumLayer
class
RadarVolume
Displays a volume defined by a near and far grid of positions.protected static class
RadarVolume.ShapeData
This 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 void
GeoJSONLoader. addRenderableForGeometry(gov.nasa.worldwind.formats.geojson.GeoJSONGeometry geom, RenderableLayer layer, AVList properties)
protected void
GeoJSONLoader. addRenderableForGeometryCollection(gov.nasa.worldwind.formats.geojson.GeoJSONGeometryCollection c, RenderableLayer layer, AVList properties)
protected void
GeoJSONLoader. addRenderableForLineString(gov.nasa.worldwind.formats.geojson.GeoJSONLineString geom, RenderableLayer layer, AVList properties)
protected void
GeoJSONLoader. addRenderableForMultiPoint(gov.nasa.worldwind.formats.geojson.GeoJSONMultiPoint geom, RenderableLayer layer, AVList properties)
protected void
GeoJSONLoader. addRenderableForMultiPolygon(gov.nasa.worldwind.formats.geojson.GeoJSONMultiPolygon geom, RenderableLayer layer, AVList properties)
protected void
GeoJSONLoader. addRenderableForMutiLineString(gov.nasa.worldwind.formats.geojson.GeoJSONMultiLineString geom, RenderableLayer layer, AVList properties)
protected void
GeoJSONLoader. addRenderableForPoint(gov.nasa.worldwind.formats.geojson.GeoJSONPoint geom, RenderableLayer layer, AVList properties)
protected void
GeoJSONLoader. addRenderableForPolygon(gov.nasa.worldwind.formats.geojson.GeoJSONPolygon geom, RenderableLayer layer, AVList properties)
protected static java.lang.Object
WMSLayersPanel. createComponent(WMSCapabilities caps, AVList params)
protected AnnotationControls.ContentAnnotation
AnnotationControls.AppFrame. createContent(Position position, AVList params)
static AnnotationControls.ContentAnnotation
AnnotationControls. createContentAnnotation(AnnotationControls.AppFrame appFrame, Position position, AVList params)
protected Renderable
GeoJSONLoader. createPoint(gov.nasa.worldwind.formats.geojson.GeoJSONGeometry owner, Position pos, PointPlacemarkAttributes attrs, AVList properties)
protected Renderable
GeoJSONLoader. 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 Renderable
GeoJSONLoader. 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 class
AnalyticSurface.AnalyticSurfaceObject
protected static class
AnalyticSurface.ClampToGroundSurface
protected static class
AnalyticSurface.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 void
InstalledDataPanel. addElevationModelToWorldWindow(org.w3c.dom.Element domElement, AVList params)
void
InstalledDataPanel. 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 void
InstallImageryAndElevationsDemo. addInstalledData(org.w3c.dom.Document dataConfig, AVList params, InstalledDataPanel panel)
protected void
InstalledDataPanel. addLayerToWorldWindow(org.w3c.dom.Element domElement, AVList params)
protected void
InstalledDataPanel. addToWorldWindow(org.w3c.dom.Element domElement, AVList params)
static boolean
DataInstallUtil. 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 void
InstallImageryAndElevationsDemo. 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 class
PointGrid
-
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 class
ViewVolumeViewer.SectorGeometryLayer
protected static class
ViewVolumeViewer.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 class
AbstractShapeEditor
An abstract class defining common functionality and fields for editors used in the RigidShapeBuilder example.class
BoxEditor
class
ConeEditor
class
CylinderEditor
protected static class
ExtrudedPolygonBuilder.PolygonBuilderController
protected static class
ExtrudedPolygonBuilder.PolygonEntry
class
ExtrudedPolygonEditor
class
PyramidEditor
protected static class
RigidShapeBuilder.AbstractShapeBuilderController
protected static class
RigidShapeBuilder.AbstractShapeEntry
The AbstractShapeEntry class defines a shape entry in the AbstractShapeBuilderModel.class
RigidShapeEditor
class
WedgeEditor
-
Uses of AVList in gov.nasa.worldwindx.examples.util
Classes in gov.nasa.worldwindx.examples.util that implement AVList Modifier and Type Class Description class
AudioPlayerAnnotation
class
BalloonResizeController
Create a controller to resize aBalloon
by dragging the mouse.class
ButtonAnnotation
class
DialogAnnotation
protected static class
DialogAnnotation.BusyImage
class
DirectedPath
APath
that draws arrowheads between the path positions to indicate direction.class
DirectedSurfacePolyline
ASurfacePolyline
that draws arrowheads between the polyline positions to indicate direction.class
ImageAnnotation
class
LayerManagerLayer
Displays the layer list in a heads-up display in the viewport.protected static class
OpenStreetMapShapefileLoader.TextAndShapesLayer
class
ProgressAnnotation
class
ScreenSelector
ScreenSelector is an application utility that provides interactive screen rectangle selection with visual feedback, and tracks the list of objects intersecting the screen rectangle.class
SectorSelector
Provides an interactive region selector.protected static class
SectorSelector.RegionShape
class
SlideShowAnnotation
class
StatusLayer
Renders statusbar information as a layer.static class
StatusLayer.StatusMGRSLayer
static class
StatusLayer.StatusUTMLayer
class
ToolTipAnnotation
Displays a tool tip annotation at a specified screen position.
-