Package | Description |
---|---|
gov.nasa.worldwind.data |
This package provides classes for converting raw data sources into a form which can be used by standard World Wind
components, such as
Layer and ElevationModel . |
gov.nasa.worldwind.retrieve |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected RasterServer |
LocalRasterServerRetriever.server |
Modifier and Type | Method and Description |
---|---|
RasterServer |
LocalRasterServerRetriever.getServer() |
Modifier and Type | Method and Description |
---|---|
void |
LocalRasterServerRetriever.setServer(RasterServer server) |
Constructor and Description |
---|
LocalRasterServerRetriever(AVList params,
RasterServer rasterServer,
RetrievalPostProcessor postProcessor) |