Package | Description |
---|---|
gov.nasa.worldwind.layers | |
gov.nasa.worldwind.layers.placename | |
gov.nasa.worldwind.retrieve | |
gov.nasa.worldwind.terrain | |
gov.nasa.worldwind.util |
Modifier and Type | Method and Description |
---|---|
protected void |
BasicTiledImageLayerBulkDownloader.callRetrievalListeners(Retriever retriever,
TextureTile tile) |
java.nio.ByteBuffer |
BasicTiledImageLayerBulkDownloader.BulkDownloadPostProcessor.run(Retriever retriever) |
Modifier and Type | Method and Description |
---|---|
protected void |
PlaceNameLayerBulkDownloader.callRetrievalListeners(Retriever retriever,
PlaceNameLayer.Tile tile) |
java.nio.ByteBuffer |
PlaceNameLayerBulkDownloader.BulkDownloadPostProcessor.run(Retriever retriever) |
Modifier and Type | Class and Description |
---|---|
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 Retriever |
AbstractRetrievalPostProcessor.retriever
The retriever associated with the post-processor.
|
Modifier and Type | Method and Description |
---|---|
Retriever |
URLRetriever.call() |
Retriever |
LocalRasterServerRetriever.call() |
Retriever |
RetrieverFactory.createRetriever(AVList params,
RetrievalPostProcessor postProcessor) |
Retriever |
RetrievalFuture.getRetriever() |
Retriever |
AbstractRetrievalPostProcessor.getRetriever()
Returns the retriever associarted with this post-processor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
RetrievalService.contains(Retriever retriever) |
boolean |
BasicRetrievalService.contains(Retriever retriever) |
java.nio.ByteBuffer |
RetrievalPostProcessor.run(Retriever retriever) |
java.nio.ByteBuffer |
AbstractRetrievalPostProcessor.run(Retriever retriever)
Runs the post-processor.
|
RetrievalFuture |
RetrievalService.runRetriever(Retriever retriever) |
RetrievalFuture |
BasicRetrievalService.runRetriever(Retriever retriever) |
RetrievalFuture |
RetrievalService.runRetriever(Retriever retriever,
double priority) |
RetrievalFuture |
BasicRetrievalService.runRetriever(Retriever retriever,
double priority) |
Modifier and Type | Method and Description |
---|---|
protected void |
BasicElevationModelBulkDownloader.callRetrievalListeners(Retriever retriever,
Tile tile) |
java.nio.ByteBuffer |
BasicElevationModelBulkDownloader.BulkDownloadPostProcessor.run(Retriever retriever) |
Modifier and Type | Method and Description |
---|---|
protected void |
SessionCacheRetrievalPostProcessor.handleContent(Retriever retriever) |
protected void |
SessionCacheRetrievalPostProcessor.handleContentException(Retriever retriever,
java.lang.Exception e) |
protected void |
SessionCacheRetrievalPostProcessor.handleUnknownContent(Retriever retriever) |
protected void |
SessionCacheRetrievalPostProcessor.handleWMSCapabilitiesContent(Retriever retriever) |
protected void |
SessionCacheRetrievalPostProcessor.onRetrievalFailed(Retriever retriever) |
protected void |
SessionCacheRetrievalPostProcessor.onRetrievalSuceeded(Retriever retriever) |
java.nio.ByteBuffer |
SessionCacheRetrievalPostProcessor.run(Retriever retriever)
Inspect the results of a retrieval for success or failure.
|
protected java.lang.String |
SessionCacheRetrievalPostProcessor.validate(Retriever retriever) |