Modifier and Type | Interface and 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
The
View 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.
|
Modifier and Type | Class and 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.html
This scene controller draws in stereo, either red-blue anaglyph or device supported if the display device provides
stereo directly.
|
class |
WorldWindowGLAutoDrawable
A non-platform specific
WorldWindow class. |
class |
WorldWindowImpl
An implementation class for the
WorldWindow interface. |
class |
WWObjectImpl
Implements
WWObject functionality. |
Modifier and Type | Method and 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 |
Factory.createFromConfigSource(java.lang.Object configSource,
AVList params)
Creates an object from a general configuration source.
|
java.lang.Object |
BasicFactory.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) |
Modifier and Type | Class and Description |
---|---|
class |
AVListImpl
An implementation class for the
AVList interface. |
Modifier and Type | Method and Description |
---|---|
AVList |
AVListImpl.clearList() |
AVList |
AVList.clearList() |
AVList |
AVListImpl.copy() |
AVList |
AVList.copy()
Returns a shallow copy of this
AVList instance: the keys and values themselves are not cloned. |
AVList |
AVListImpl.setValues(AVList list) |
AVList |
AVList.setValues(AVList avList)
Adds the contents of another attribute-value list to the list.
|
Modifier and Type | Method and 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 |
AVListImpl.setValues(AVList list) |
AVList |
AVList.setValues(AVList avList)
Adds the contents of another attribute-value list to the list.
|
Modifier and Type | Class and Description |
---|---|
class |
AWTInputHandler |
class |
WorldWindowGLCanvas
WorldWindowGLCanvas is a heavyweight AWT component for displaying WorldWind Model s (globe and
layers). |
class |
WorldWindowGLJPanel
WorldWindowGLCanvas is a lightweight Swing component for displaying WorldWind Model s (globe and
layers). |
Modifier and Type | Method and Description |
---|---|
AVList |
WorldWindowGLJPanel.clearList() |
AVList |
WorldWindowGLCanvas.clearList() |
AVList |
WorldWindowGLJPanel.copy() |
AVList |
WorldWindowGLCanvas.copy() |
AVList |
WorldWindowGLJPanel.setValues(AVList avList) |
AVList |
WorldWindowGLCanvas.setValues(AVList avList) |
Modifier and Type | Method and Description |
---|---|
AVList |
WorldWindowGLJPanel.setValues(AVList avList) |
AVList |
WorldWindowGLCanvas.setValues(AVList avList) |
Modifier and Type | Interface and Description |
---|---|
interface |
FileStore |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFileStore |
protected static class |
AbstractFileStore.StoreLocation |
class |
BasicDataFileStore
Basic implementation of
FileStore . |
static class |
ShapeDataCache.ShapeDataCacheEntry |
Modifier and Type | Interface and Description |
---|---|
interface |
DataRaster
Represents a raster of imagery or elevations.
|
interface |
DataRasterReader |
interface |
DataStoreProducer |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDataRaster |
class |
AbstractDataRasterReader
Abstract base class for most
DataRasterReader 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
The
CachedDataRaster 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 |
Modifier and Type | Field and Description |
---|---|
protected AVList |
AbstractDataStoreProducer.productionParams |
Modifier and Type | Method and Description |
---|---|
static AVList |
GDALMetadata.convertToWorldWind(AVList extParams,
AVList destParams) |
static AVList |
GDALMetadata.extractExtendedAndFormatSpecificMetadata(org.gdal.gdal.Dataset ds,
AVList extParams,
AVList params) |
AVList |
GDALDataRaster.getMetadata() |
AVList |
CachedDataRaster.getMetadata() |
AVList |
CachedDataRaster.getParams() |
AVList |
DataStoreProducer.getProductionParameters() |
AVList |
AbstractDataStoreProducer.getProductionParameters() |
AVList |
DataStoreProducer.getStoreParameters() |
AVList |
AbstractDataStoreProducer.getStoreParameters() |
protected static AVList |
GDALMetadata.mapExtendedMetadata(org.gdal.gdal.Dataset ds,
AVList extParams,
AVList params) |
AVList |
DataRasterReader.readMetadata(java.lang.Object source,
AVList params)
Reads and returns the metadata from a data source.
|
AVList |
AbstractDataRasterReader.readMetadata(java.lang.Object source,
AVList params)
Reads and returns the metadata from a data source.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DataStoreProducer.acceptsDataSource(java.lang.Object source,
AVList params) |
boolean |
AbstractDataStoreProducer.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 |
RPFRasterReader.canRead(java.lang.Object source,
AVList params) |
boolean |
GDALDataRasterReader.canRead(java.lang.Object source,
AVList params) |
boolean |
DataRasterReader.canRead(java.lang.Object source,
AVList params)
Indicates whether this reader can read a specified data source.
|
boolean |
AbstractDataRasterReader.canRead(java.lang.Object source,
AVList params)
Indicates whether this reader can read a specified data source.
|
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 abstract org.w3c.dom.Document |
TiledRasterProducer.createConfigDoc(AVList params)
Returns a configuration document which describes the tiled data produced by this TiledRasterProducer.
|
protected org.w3c.dom.Document |
TiledImageProducer.createConfigDoc(AVList params)
Returns a Layer configuration document which describes the tiled imagery produced by this TiledImageProducer.
|
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 abstract DataRaster |
TiledRasterProducer.createDataRaster(int width,
int height,
Sector sector,
AVList params) |
protected DataRaster |
TiledImageProducer.createDataRaster(int width,
int height,
Sector sector,
AVList params) |
protected DataRaster |
TiledElevationProducer.createDataRaster(int width,
int height,
Sector sector,
AVList params) |
protected 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 boolean |
RPFRasterReader.doCanRead(java.lang.Object source,
AVList params) |
protected boolean |
ImageIORasterReader.doCanRead(java.lang.Object source,
AVList params) |
protected boolean |
GeotiffRasterReader.doCanRead(java.lang.Object source,
AVList params) |
protected boolean |
GDALDataRasterReader.doCanRead(java.lang.Object source,
AVList params) |
protected boolean |
DTEDRasterReader.doCanRead(java.lang.Object source,
AVList params) |
protected boolean |
DDSRasterReader.doCanRead(java.lang.Object source,
AVList params) |
protected boolean |
BILRasterReader.doCanRead(java.lang.Object source,
AVList params) |
protected abstract boolean |
AbstractDataRasterReader.doCanRead(java.lang.Object source,
AVList params) |
protected DataRaster |
GDALDataRaster.doGetSubRaster(int roiWidth,
int roiHeight,
Sector roiSector,
AVList roiParams) |
protected DataRaster[] |
RPFRasterReader.doRead(java.lang.Object source,
AVList params) |
protected DataRaster[] |
ImageIORasterReader.doRead(java.lang.Object source,
AVList params) |
protected DataRaster[] |
GeotiffRasterReader.doRead(java.lang.Object source,
AVList params) |
protected DataRaster[] |
GDALDataRasterReader.doRead(java.lang.Object source,
AVList params) |
protected DataRaster[] |
DTEDRasterReader.doRead(java.lang.Object source,
AVList params) |
protected DataRaster[] |
DDSRasterReader.doRead(java.lang.Object source,
AVList params) |
protected DataRaster[] |
BILRasterReader.doRead(java.lang.Object source,
AVList params) |
protected abstract DataRaster[] |
AbstractDataRasterReader.doRead(java.lang.Object source,
AVList params) |
protected void |
RPFRasterReader.doReadMetadata(java.lang.Object source,
AVList params) |
protected void |
ImageIORasterReader.doReadMetadata(java.lang.Object source,
AVList params) |
protected void |
GeotiffRasterReader.doReadMetadata(java.lang.Object source,
AVList params) |
protected void |
GDALDataRasterReader.doReadMetadata(java.lang.Object source,
AVList params) |
protected void |
DTEDRasterReader.doReadMetadata(java.lang.Object source,
AVList params) |
protected void |
DDSRasterReader.doReadMetadata(java.lang.Object source,
AVList params) |
protected void |
BILRasterReader.doReadMetadata(java.lang.Object source,
AVList params) |
protected abstract void |
AbstractDataRasterReader.doReadMetadata(java.lang.Object source,
AVList params) |
protected void |
WWDotNetLayerSetConverter.doStartProduction(AVList parameters) |
protected void |
TiledRasterProducer.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 abstract void |
AbstractDataStoreProducer.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 |
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 |
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 |
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.
|
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.
|
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 |
RasterServer.getRasterAsByteBuffer(AVList params)
Composes a Raster and returns as ByteBuffer in the requested format (image or elevation)
|
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 ByteBuffer
|
DataRaster |
GDALDataRaster.getSubRaster(AVList params)
Builds a writable data raster for the requested region of interest (ROI)
|
DataRaster |
DataRaster.getSubRaster(AVList params)
Returns a portion of this raster as another raster.
|
DataRaster |
CachedDataRaster.getSubRaster(AVList params) |
DataRaster |
AbstractDataRaster.getSubRaster(AVList params)
Reads the specified region of interest (ROI) with given extent, width, and height, and type
|
DataRaster |
DataRaster.getSubRaster(int width,
int height,
Sector sector,
AVList params)
Returns a portion of this raster as another raster.
|
DataRaster |
CachedDataRaster.getSubRaster(int width,
int height,
Sector sector,
AVList params) |
DataRaster |
AbstractDataRaster.getSubRaster(int width,
int height,
Sector sector,
AVList params) |
protected boolean |
CachedDataRaster.hasRequiredMetadata(AVList params,
CachedDataRaster.ErrorHandlerMode throwException)
Validates if params (AVList) has all required keys.
|
protected void |
TiledRasterProducer.initLevelSetParameters(AVList params) |
protected abstract void |
TiledRasterProducer.initProductionParameters(AVList params) |
protected void |
TiledImageProducer.initProductionParameters(AVList params) |
protected void |
TiledElevationProducer.initProductionParameters(AVList params) |
protected void |
WWDotNetLayerSetConverter.initProductionParameters(AVList params,
WWDotNetLayerSetConverter.ProductionState productionState) |
protected void |
ImageIORasterWriter.initWorldFileParams(DataRaster raster,
AVList worldFileParams) |
protected void |
BILRasterWriter.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 |
TiledRasterProducer.installTileRasterLater(LevelSet levelSet,
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.
|
boolean |
DataRasterReader.isElevationsRaster(java.lang.Object source,
AVList params)
Indicates whether a data source is elevation data.
|
boolean |
AbstractDataRasterReader.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 |
DataRasterReader.isImageryRaster(java.lang.Object source,
AVList params)
Indicates whether a data source is imagery.
|
boolean |
AbstractDataRasterReader.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 |
DataStoreProducer.offerDataSource(java.lang.Object source,
AVList params) |
void |
AbstractDataStoreProducer.offerDataSource(java.lang.Object source,
AVList params) |
DataRaster[] |
DataRasterReader.read(java.lang.Object source,
AVList params)
Reads and returns the DataRaster instances from a data source.
|
DataRaster[] |
AbstractDataRasterReader.read(java.lang.Object source,
AVList params)
Reads and returns the DataRaster instances from a data source.
|
AVList |
DataRasterReader.readMetadata(java.lang.Object source,
AVList params)
Reads and returns the metadata from a data source.
|
AVList |
AbstractDataRasterReader.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 |
DataStoreProducer.setStoreParameters(AVList parameters) |
void |
AbstractDataStoreProducer.setStoreParameters(AVList parameters) |
protected java.lang.String |
BILRasterWriter.validate(AVList worldFileParams,
java.lang.Object dataSource) |
protected java.lang.String |
WWDotNetLayerSetConverter.validateDataSource(java.lang.Object source,
AVList params) |
protected java.lang.String |
TiledImageProducer.validateDataSource(java.lang.Object source,
AVList params) |
protected java.lang.String |
TiledElevationProducer.validateDataSource(java.lang.Object source,
AVList params) |
protected abstract java.lang.String |
AbstractDataStoreProducer.validateDataSource(java.lang.Object source,
AVList params) |
protected java.lang.String |
TiledImageProducer.validateDataSourceParams(AVList params,
java.lang.String name) |
protected java.lang.String |
TiledElevationProducer.validateDataSourceParams(AVList params,
java.lang.String name) |
protected java.lang.String |
DTEDRasterReader.validateMetadata(java.lang.Object source,
AVList params) |
protected java.lang.String |
BILRasterReader.validateMetadata(java.lang.Object source,
AVList params) |
protected java.lang.String |
AbstractDataRasterReader.validateMetadata(java.lang.Object source,
AVList params) |
protected java.lang.String |
WWDotNetLayerSetConverter.validateProductionParameters(AVList parameters) |
protected java.lang.String |
TiledRasterProducer.validateProductionParameters(AVList parameters) |
protected abstract java.lang.String |
AbstractDataStoreProducer.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) |
Constructor and 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) |
Modifier and Type | Interface and Description |
---|---|
interface |
InputHandler |
Modifier and Type | Class and Description |
---|---|
class |
NoOpInputHandler
Provides an input handler that does nothing.
|
Modifier and Type | Method and Description |
---|---|
AVList |
Matrix.extractViewingParameters(Vec4 origin,
Angle roll,
Globe globe)
Extracts this viewing matrix's parameters given a viewing origin and a globe.
|
Modifier and Type | Method and Description |
---|---|
static Matrix |
Matrix.fromGeographicToImage(AVList worldFileParams) |
static Matrix |
Matrix.fromImageToGeographic(AVList worldFileParams) |
Modifier and Type | Interface and Description |
---|---|
interface |
ElevationModel
Provides the elevations to a
Globe or other object holding elevations. |
interface |
Globe
Represents a planet's shape and terrain.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Layer |
Modifier and Type | Class and Description |
---|---|
class |
AbstractGraticuleLayer
Displays a graticule.
|
class |
AbstractLayer |
class |
AnnotationLayer
The
AnnotationLayer class manages a collection of Annotation 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
The
IconLayer class manages a collection of WWIcon 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
The
RenderableLayer class manages a collection of Renderable objects
for rendering, picking, and disposal. |
class |
ScalebarLayer
Renders a scalebar graphic in a screen corner.
|
class |
SkyColorLayer
Paints the sky color background depending on altitude.
|
class |
SkyGradientLayer
Renders an atmosphere around the globe and a sky dome at low altitude.
|
class |
StarsLayer
Renders a star background based on a subset of ESA Hipparcos catalog.
|
class |
SurfaceImageLayer
Displays a 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.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and 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 a
TiledImageLayer 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) |
Constructor and 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 document
Element . |
Modifier and Type | Class and Description |
---|---|
class |
BMNGOneImage |
class |
BMNGWMSLayer |
class |
CountryBoundariesLayer |
class |
LandsatI3WMSLayer |
class |
MGRSGraticuleLayer |
class |
MSVirtualEarthLayer |
class |
NASAWFSPlaceNameLayer |
class |
OSMCycleMapLayer |
class |
OSMMapnikLayer |
class |
ScankortDenmarkImageLayer |
class |
USDANAIPWMSImageLayer |
class |
USGSDigitalOrtho |
class |
USGSTopoHighRes |
class |
USGSTopoLowRes |
class |
USGSTopoMedRes |
class |
USGSUrbanAreaOrtho |
class |
UTMBaseGraticuleLayer
Displays the UTM graticule.
|
class |
UTMGraticuleLayer
Displays the UTM graticule.
|
Modifier and Type | Class and 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.
|
Constructor and Description |
---|
BasicMercatorTiledImageLayer(AVList params) |
Modifier and Type | Class and Description |
---|---|
class |
PlaceNameLayer |
class |
PlaceNameServiceSet |
Modifier and Type | Class and Description |
---|---|
class |
RPFTiledImageLayer |
Modifier and Type | Method and Description |
---|---|
static AVList |
RPFTiledImageLayer.xmlStateToParams(java.lang.String stateInXml) |
Modifier and Type | Method and Description |
---|---|
protected void |
RPFTiledImageLayer.initRPFFileIndex(AVList params) |
Constructor and Description |
---|
RPFTiledImageLayer(AVList params) |
Modifier and Type | Class and Description |
---|---|
class |
ColladaParserContext
The parser context for Collada documents.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Class and 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 to Region.isActive ,
and is unique to a particular Globe . |
Modifier and Type | Class and Description |
---|---|
class |
GXParserContext |
Modifier and Type | Class and Description |
---|---|
class |
KMLAbstractBalloon
An implementation of
Balloon that applies a KMLBalloonStyle 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 of
Polygon 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 |
Modifier and Type | Method and Description |
---|---|
AVList |
KMLAbstractBalloon.clearList()
.
|
AVList |
KMLAbstractBalloon.copy()
Returns a shallow copy of this
AVList 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.
|
Modifier and Type | Method and Description |
---|---|
AVList |
KMLAbstractBalloon.setValues(AVList avList)
Adds the contents of another attribute-value list to the list.
|
Modifier and Type | Class and Description |
---|---|
class |
PickedObject |
Modifier and Type | Interface and Description |
---|---|
interface |
PointOfInterest |
Modifier and Type | Class and Description |
---|---|
class |
BasicPointOfInterest |
Modifier and Type | Interface and 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
A
Balloon attached to a position on the globe. |
interface |
ScreenBalloon
A
Balloon attached to a location on the screen. |
interface |
SurfaceObject
Common interface for renderables that are drawn on the Globe's surface terrain, such as
SurfaceShape . |
interface |
SurfaceShape
Common interface for surface conforming shapes such as
SurfacePolygon , SurfacePolyline , SurfaceEllipse , SurfaceQuad , and SurfaceSector . |
interface |
WWIcon
Provides a general interface for icons rendered by WorldWind.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAnnotation
An
Annotation represent a text label and its rendering attributes. |
class |
AbstractAnnotationBalloon
Implementation of balloon using
Annotation . |
class |
AbstractBalloon
Abstract implementation of
Balloon . |
class |
AbstractBrowserBalloon
A
that displays HTML, JavaScript, and Flash content using the
system's native browser. |
static class |
AbstractBrowserBalloon.BrowserControl |
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 geometric
Renderable 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 the
SceneController 's bulk
rendering of SurfaceObjects. |
class |
AbstractSurfaceRenderable
Surface renderable.
|
class |
AbstractSurfaceShape
Common superclass for surface conforming shapes such as
SurfacePolygon , SurfacePolyline , SurfaceEllipse , SurfaceQuad , and SurfaceSector . |
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
The
ShapeData 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 |
GlobeBrowserBalloon
A
that displays HTML, JavaScript, and Flash content using
the system's native browser, and who's origin is located at a position on the Globe . |
class |
LazilyLoadedTexture
Represents a texture derived from a lazily loaded image source such as an image file or a
BufferedImage . |
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 |
ScreenBrowserBalloon
A
that displays HTML, JavaScript, and Flash content
using the system's native browser, and who's origin is located at 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 a
BufferedImage . |
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.
|
Modifier and Type | Method and Description |
---|---|
protected PickedObject |
AbstractBrowserBalloon.createLinkPickedObject(DrawContext dc,
java.awt.Color pickColor,
AVList linkParams) |
Modifier and Type | Interface and Description |
---|---|
interface |
Airspace |
interface |
DetailLevel |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAirspace |
class |
Cake
A cake consists of mutiple adjacent cylinder segments.
|
static class |
Cake.Layer
An inner class of
Cake defining the parameters of one of the cake's cylinders. |
class |
CappedCylinder
A cylinder defined by a geographic position, a radius in meters, and minimum and maximum altitudes.
|
class |
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 |
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 of
Box objects. |
Modifier and Type | Interface and Description |
---|---|
interface |
AirspaceEditor |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAirspaceEditor |
class |
PolygonEditor |
class |
SphereAirspaceEditor |
Modifier and Type | Interface and Description |
---|---|
interface |
RetrievalService |
interface |
Retriever |
Modifier and Type | Class and Description |
---|---|
class |
BasicRetrievalService
Performs threaded retrieval of data.
|
class |
HTTPRetriever |
class |
JarRetriever
Retrieves resources identified by a jar url, which has the form jar:
|
class |
LocalRasterServerRetriever |
class |
URLRetriever |
Modifier and Type | Field and Description |
---|---|
protected AVList |
AbstractRetrievalPostProcessor.avList
Holds miscellaneous parameters examined by this and subclasses.
|
Modifier and Type | Method and Description |
---|---|
Retriever |
RetrieverFactory.createRetriever(AVList params,
RetrievalPostProcessor postProcessor) |
Constructor and 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) |
Modifier and Type | Interface and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTacticalGraphic
Base class for tactical graphics.
|
class |
AbstractTacticalSymbol |
protected static class |
AbstractTacticalSymbol.IconTexture |
Modifier and Type | Field and Description |
---|---|
protected AVList |
AbstractTacticalSymbol.activeModifiers
Modifiers active this frame.
|
protected AVList |
AbstractTacticalSymbol.modifiers
Indicates the current text and graphic modifiers assigned to this symbol.
|
protected AVList |
AbstractTacticalGraphic.modifiers
Map of modifiers applied to this graphic.
|
protected AVList |
AbstractTacticalSymbol.IconSource.retrieverParams |
Modifier and Type | Method and Description |
---|---|
protected AVList |
AbstractTacticalSymbol.assembleIconRetrieverParameters(AVList params) |
AVList |
AbstractTacticalSymbol.IconSource.getRetrieverParams() |
Modifier and Type | Method and 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.
|
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.
|
Constructor and Description |
---|
IconSource(IconRetriever retriever,
java.lang.String symbolId,
AVList retrieverParams) |
Modifier and Type | Method and Description |
---|---|
java.awt.image.BufferedImage |
MilStd1477IconRetriever.createIcon(java.lang.String symbolId,
AVList params) |
Modifier and Type | Interface and Description |
---|---|
interface |
MilStd2525TacticalGraphic
Interface to describe tactical graphics defined by MIL-STD-2525.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMilStd2525TacticalGraphic
Base class for MIL-STD-2525 tactical graphics.
|
class |
MilStd2525PointGraphic
Implementation of MIL-STD-2525 point graphics.
|
class |
MilStd2525TacticalSymbol
Implementation of
TacticalSymbol 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).
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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 |
MilStd2525PointGraphicRetriever.createIcon(java.lang.String sidc,
AVList params)
Create an icon for a MIL-STD-2525C point graphic.
|
java.awt.image.BufferedImage |
MilStd2525ModifierRetriever.createIcon(java.lang.String symbolId,
AVList params)
Create an icon for a symbol modifier.
|
java.awt.image.BufferedImage |
MilStd2525IconRetriever.createIcon(java.lang.String sidc,
AVList params)
Create an icon for a MIL-STD-2525C symbol.
|
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 |
MilStd2525PointGraphicRetriever.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 |
MilStd2525IconRetriever.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) |
Constructor and 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.
|
Modifier and Type | Class and 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).
|
Modifier and Type | Method and Description |
---|---|
protected AVList |
EchelonSymbol.assembleIconRetrieverParameters(AVList params) |
Modifier and Type | Method and 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.
|
Modifier and Type | Class and 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).
|
Modifier and Type | Class and 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)
Note: These graphics require three control points.
|
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 |
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).
|
Modifier and Type | Method and 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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Tessellator |
Modifier and Type | Class and 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 an
ElevationModel 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.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and 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 |
WMSBasicElevationModel.createConfigurationDocument(AVList params)
Appends WMS basic elevation model configuration elements to the superclass configuration document.
|
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 |
BasicElevationModel.createConfigurationDocument(AVList params) |
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) |
Constructor and 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 document
Element . |
URLBuilder(java.lang.String version,
AVList params) |
URLBuilder(java.lang.String version,
AVList params) |
WCSElevationModel(org.w3c.dom.Element domElement,
AVList params) |
WCSElevationModel(WCS100Capabilities caps,
AVList params) |
WMSBasicElevationModel(AVList params) |
WMSBasicElevationModel(org.w3c.dom.Element domElement,
AVList params) |
WMSBasicElevationModel(WMSCapabilities caps,
AVList params) |
Modifier and Type | Interface and Description |
---|---|
interface |
NetworkStatus
Provides tracking of per-host network availability.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractHotSpot
AbstractHotSpot is an abstract base class for the
HotSpot 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.
|
Modifier and Type | Field and Description |
---|---|
protected AVList |
Level.params |
protected AVList |
HTTPFileUpload.FileInfo.properties |
protected AVList |
HTTPFileUpload.requestProperties |
Modifier and Type | Method and Description |
---|---|
AVList |
RasterControlPointList.clearList() |
AVList |
RasterControlPointList.copy() |
static AVList |
WWXML.copyProperties(org.w3c.dom.Element element,
AVList params)
Copy any
Property 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(org.w3c.dom.Element domElement,
AVList params)
Parses LevelSet configuration parameters from the specified DOM document.
|
static AVList |
DataConfigurationUtils.getLevelSetConfigParams(LevelSet levelSet,
AVList params)
Gathers LevelSet configuration parameters from a specified LevelSet reference.
|
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(org.w3c.dom.Element domElement,
AVList params)
Parses WMS layer parameters from the XML configuration document starting at domElement.
|
static AVList |
DataConfigurationUtils.getWMSLayerConfigParams(WMSCapabilities caps,
java.lang.String[] formatOrderPreference,
AVList params) |
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 file
|
AVList |
RasterControlPointList.setValues(AVList avList) |
Modifier and Type | Method and Description |
---|---|
void |
HTTPFileUpload.add(java.nio.ByteBuffer bufferToUpload,
java.lang.String name,
AVList params) |
void |
HTTPFileUpload.add(java.io.File file,
java.lang.String name,
AVList params)
Adds a file to the HTTP File Uploader.
|
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 any
Property 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 specified
keys from srcList to another destList . |
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(org.w3c.dom.Element domElement,
AVList params)
Parses LevelSet configuration parameters from the specified DOM document.
|
static AVList |
DataConfigurationUtils.getLevelSetConfigParams(LevelSet levelSet,
AVList params)
Gathers LevelSet configuration parameters from a specified LevelSet reference.
|
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 OGC
AVKey.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(org.w3c.dom.Element domElement,
AVList params)
Parses WMS layer parameters from the XML configuration document starting at domElement.
|
static AVList |
DataConfigurationUtils.getWMSLayerConfigParams(WMSCapabilities caps,
java.lang.String[] formatOrderPreference,
AVList params) |
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 file
|
static void |
ImageUtil.reprojectUtmToGeographic(AVList values,
int mode)
Reprojects an imge in UTM projection to Geo/WGS84.
|
protected void |
HTTPFileUpload.send(java.nio.ByteBuffer bufferToUpload,
java.lang.String fileName,
AVList params) |
protected void |
HTTPFileUpload.send(java.io.File fileToUpload,
java.lang.String uploadName,
AVList params) |
protected void |
HTTPFileUpload.send(java.lang.String stringToUpload,
java.lang.String fileName,
AVList params) |
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 specified
ByteBuffer with a BufferWrapper according to the specified parameters. |
protected void |
HTTPFileUpload.writeProperties(java.io.DataOutputStream dos,
AVList params) |
Constructor and Description |
---|
FileInfo(java.lang.String name,
java.lang.Object item,
AVList properties) |
Level(AVList params) |
LevelSet(AVList params) |
Modifier and Type | Method and 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 AVList
|
Modifier and Type | Method and 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
|
Modifier and Type | Class and Description |
---|---|
class |
KMLContainerTreeNode
A
KMLFeatureTreeNode that represents a KML container defined by a . |
class |
KMLFeatureTreeNode
A
TreeNode that represents a KML feature defined by a . |
class |
KMLLayerTreeNode
A
LayerTreeNode that represents a KML feature hierarchy defined by a . |
class |
KMLNetworkLinkTreeNode
A
KMLFeatureTreeNode that represents a KML network link defined by a . |
class |
LayerTree
A
Renderable tree of objects and their content. |
class |
LayerTreeModel
A tree model representing
objects and their content. |
class |
LayerTreeNode
A
TreeNode that represents a . |
Modifier and Type | Class and 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 |
Modifier and Type | Interface and Description |
---|---|
interface |
Tree
A tree of objects, drawn in the WorldWindow, that the user can interact with.
|
interface |
TreeLayout
Handles rendering a
Tree . |
interface |
TreeModel
Contents of a
Tree . |
interface |
TreeNode
Describes a node in a
Tree . |
Modifier and Type | Class and Description |
---|---|
class |
BasicTree
Basic implementation of a
Tree control. |
class |
BasicTreeLayout
Layout that draws a
Tree similar to a file browser tree. |
class |
BasicTreeModel
Basic implementation of a
TreeModel . |
class |
BasicTreeNode
Default implementation of a
TreeNode . |
class |
DragControl
A
TreeHotSpot 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 a
Tree that can receive select and mouse events. |
Modifier and Type | Interface and Description |
---|---|
interface |
WebView
WebView provides an interface for loading web content, laying out and rendering the content as an OpenGL texture, and
interacting with the rendered content.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractWebView
Abstract base class for
WebView implementations. |
class |
MacWebView |
class |
WindowsWebView
WebView implementation for Windows. |
Modifier and Type | Method and Description |
---|---|
static AVList[] |
WindowsWebViewJNI.getLinks(long webViewWindowPtr) |
static AVList[] |
MacWebViewJNI.getLinks(long webViewWindowPtr) |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<AVList> |
WindowsWebView.getLinks()
Returns an iterable of
AVList elements describing this WebView's visible links. |
java.lang.Iterable<AVList> |
WebView.getLinks()
Returns an iterable of
AVList elements describing this WebView's visible links. |
java.lang.Iterable<AVList> |
MacWebView.getLinks()
Returns an iterable of
AVList elements describing this WebView's visible links. |
Modifier and Type | Interface and Description |
---|---|
interface |
XMLEventParserContext
Provides services and resources used by XML event parsers during event reading and parsing.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicXMLEventParserContext
Provides an implementation of
XMLEventParserContext . |
Modifier and Type | Field and Description |
---|---|
protected AVList |
AbstractXMLEventParser.fields |
Modifier and Type | Method and Description |
---|---|
AVList |
AbstractXMLEventParser.getFields() |
Modifier and Type | Class and Description |
---|---|
class |
AtomParserContext |
Modifier and Type | Class and Description |
---|---|
class |
XALParserContext |
Modifier and Type | Class and Description |
---|---|
class |
BasicView
A base class from which
View implementations can be derived. |
Modifier and Type | Class and 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).
|
Modifier and Type | Interface and Description |
---|---|
interface |
OrbitView |
Modifier and Type | Class and Description |
---|---|
class |
BasicOrbitView |
Modifier and Type | Class and Description |
---|---|
class |
WMSTiledImageLayer |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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) |
Constructor and Description |
---|
URLBuilder(AVList params) |
WMSTiledImageLayer(AVList params) |
WMSTiledImageLayer(org.w3c.dom.Document dom,
AVList params) |
WMSTiledImageLayer(org.w3c.dom.Element domElement,
AVList params) |
WMSTiledImageLayer(WMSCapabilities caps,
AVList params) |
Modifier and Type | Class and Description |
---|---|
class |
AntennaAxes
Provides axes for
AntennaModel . |
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.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Method and 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 |
FileSetFilter.isDataRaster(java.lang.Object source,
AVList params) |
boolean |
DataInstaller.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) |
Modifier and Type | Class and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
ElevationPlane
Renders a textured plane at a given elevation.
|
class |
LicenseAgreement |
class |
NOSALicenseAgreement |
class |
SARAnnotation |
class |
SARSegmentPlane |
class |
SARTrack |
Modifier and Type | Field and Description |
---|---|
protected static AVList |
SAR2.userPreferences |
Modifier and Type | Method and Description |
---|---|
static AVList |
SAR2.getUserPreferences() |
Modifier and Type | Method and 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.ControlPointLabelAttributes.getText(SegmentPlane segmentPlane,
Position position,
AVList values) |
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.MessageLabelAttributes.getText(SegmentPlane segmentPlane,
Position position,
AVList values) |
static void |
UserPreferenceUtils.getUserPreferences(org.w3c.dom.Element domElement,
AVList params) |
Constructor and Description |
---|
LicenseAgreement(java.lang.Object license,
java.lang.String licenseKey,
AVList params) |
Modifier and Type | Class and Description |
---|---|
class |
SegmentPlane |
class |
SegmentPlaneEditor |
Modifier and Type | Field and Description |
---|---|
protected AVList |
SegmentPlaneRenderer.OrderedText.values |
Modifier and Type | Method and 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) |
Constructor and Description |
---|
OrderedText(SegmentPlane segmentPlane,
Position position,
double distanceFromEye,
AVList values,
SegmentPlaneAttributes.LabelAttributes attributes,
MultiLineTextRenderer textRenderer) |
Modifier and Type | Class and Description |
---|---|
class |
ToolTipAnnotation |
Modifier and Type | Field and Description |
---|---|
protected AVList |
InfoPanelController.lastSelectedObject |
Modifier and Type | Method and 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) |
Modifier and Type | Class and Description |
---|---|
class |
WWOUnitsFormat |
Modifier and Type | Method and Description |
---|---|
protected TiledImageLayer |
WMSLayerTree.createImageLayer(WMSCapabilities capsDoc,
WMSLayerCapabilities layerCaps,
AVList commonLayerParams) |
void |
WMSLayerTree.createLayers(java.lang.Object infoItem,
AVList commonLayerParams) |
abstract void |
LayerTree.createLayers(java.lang.Object infoItem,
AVList params) |
LayerTree |
WMSLayerTree.createSubTree(WMSCapabilities capsDoc,
WMSLayerCapabilities layerCaps,
AVList commonLayerParams) |
Modifier and Type | Class and Description |
---|---|
class |
WWOMeasureTool |
class |
WWOMeasureToolControlPoints.ControlPoint |
Modifier and Type | Class and Description |
---|---|
protected static class |
AirspaceBuilder.AirspaceBuilderController |
protected static class |
AirspaceBuilder.AirspaceEntry |
static class |
ConfiguringGLRuntimeCapabilities.MyGLAutoDrawable
Subclass of
WorldWindowGLAutoDrawable which overrides the method WorldWindowGLAutoDrawable.init(javax.media.opengl.GLAutoDrawable) to configure the OpenGL
features used by the WorldWind SDK. |
static class |
DebuggingGLErrors.MyGLAutoDrawable
Subclass of
WorldWindowGLAutoDrawable which overrides the method WorldWindowGLAutoDrawable.init(javax.media.opengl.GLAutoDrawable) to configure the OpenGL
error logger. |
class |
LineBuilder
A utility class to interactively build a polyline.
|
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.
|
Modifier and Type | Method and 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) |
Modifier and Type | Class and Description |
---|---|
protected static class |
AnalyticSurface.AnalyticSurfaceObject |
protected static class |
AnalyticSurface.ClampToGroundSurface |
protected static class |
AnalyticSurface.ShadowSurface |
Modifier and Type | Method and Description |
---|---|
protected void |
InstalledDataPanel.addElevationModelToWorldWindow(org.w3c.dom.Element domElement,
AVList params) |
protected static void |
InstallImageryAndElevationsDemo.addInstalledData(org.w3c.dom.Document dataConfig,
AVList params,
InstalledDataPanel panel) |
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 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) |
Modifier and Type | Class and Description |
---|---|
class |
PointGrid |
Modifier and Type | Class and Description |
---|---|
protected static class |
ViewVolumeViewer.SectorGeometryLayer |
protected static class |
ViewVolumeViewer.ViewVolumeLayer |
Modifier and Type | Class and 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 |
Modifier and Type | Class and Description |
---|---|
class |
AudioPlayerAnnotation |
class |
BalloonResizeController
Create a controller to resize a
Balloon by dragging the mouse. |
class |
ButtonAnnotation |
class |
DialogAnnotation |
protected static class |
DialogAnnotation.BusyImage |
class |
DirectedPath
A
Path that draws arrowheads between the path positions to indicate direction. |
class |
DirectedSurfacePolyline
A
SurfacePolyline 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 |