Modifier and Type | Class and Description |
---|---|
protected class |
BasicDataFileStore.PostProcessor |
Modifier and Type | Class and Description |
---|---|
protected static class |
BasicTiledImageLayer.DownloadPostProcessor |
protected class |
BasicTiledImageLayerBulkDownloader.BulkDownloadPostProcessor |
protected class |
TiledImageLayer.CompositionRetrievalPostProcessor |
Modifier and Type | Class and Description |
---|---|
protected static class |
PlaceNameLayer.DownloadPostProcessor |
protected class |
PlaceNameLayerBulkDownloader.BulkDownloadPostProcessor |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRetrievalPostProcessor
Abstract base class for retrieval post-processors.
|
Modifier and Type | Field and Description |
---|---|
protected RetrievalPostProcessor |
URLRetriever.postProcessor |
protected RetrievalPostProcessor |
LocalRasterServerRetriever.postProcessor |
Modifier and Type | Method and Description |
---|---|
RetrievalPostProcessor |
URLRetriever.getPostProcessor() |
Modifier and Type | Method and Description |
---|---|
Retriever |
RetrieverFactory.createRetriever(AVList params,
RetrievalPostProcessor postProcessor) |
static URLRetriever |
URLRetriever.createRetriever(java.net.URL url,
RetrievalPostProcessor postProcessor)
Create the appropriate retriever for a URL's protocol.
|
Constructor and Description |
---|
HTTPRetriever(java.net.URL url,
RetrievalPostProcessor postProcessor) |
JarRetriever(java.net.URL url,
RetrievalPostProcessor postProcessor) |
LocalRasterServerRetriever(AVList params,
RasterServer rasterServer,
RetrievalPostProcessor postProcessor) |
URLRetriever(java.net.URL url,
RetrievalPostProcessor postProcessor) |
Modifier and Type | Class and Description |
---|---|
protected static class |
BasicElevationModel.DownloadPostProcessor |
protected class |
BasicElevationModelBulkDownloader.BulkDownloadPostProcessor |
protected static class |
WMSBasicElevationModel.CompositionRetrievalPostProcessor |
Modifier and Type | Class and Description |
---|---|
class |
SessionCacheRetrievalPostProcessor
SessionCache inspects the results of a retrieval for success or failure.
|