Package gov.nasa.worldwind.layers
Class BasicTiledImageLayerBulkDownloader.BulkDownloadPostProcessor
- java.lang.Object
-
- gov.nasa.worldwind.retrieve.AbstractRetrievalPostProcessor
-
- gov.nasa.worldwind.layers.BasicTiledImageLayer.DownloadPostProcessor
-
- gov.nasa.worldwind.layers.BasicTiledImageLayerBulkDownloader.BulkDownloadPostProcessor
-
- All Implemented Interfaces:
RetrievalPostProcessor
- Enclosing class:
- BasicTiledImageLayerBulkDownloader
protected class BasicTiledImageLayerBulkDownloader.BulkDownloadPostProcessor extends BasicTiledImageLayer.DownloadPostProcessor
-
-
Field Summary
-
Fields inherited from class gov.nasa.worldwind.layers.BasicTiledImageLayer.DownloadPostProcessor
fileStore, layer, tile
-
Fields inherited from class gov.nasa.worldwind.retrieve.AbstractRetrievalPostProcessor
avList, retriever
-
-
Constructor Summary
Constructors Constructor Description BulkDownloadPostProcessor(TextureTile tile, BasicTiledImageLayer layer, FileStore fileStore)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.nio.ByteBufferrun(Retriever retriever)Runs the post-processor.-
Methods inherited from class gov.nasa.worldwind.layers.BasicTiledImageLayer.DownloadPostProcessor
doGetOutputFile, getFileLock, getFileStore, handleSuccessfulRetrieval, handleTextContent, markResourceAbsent
-
Methods inherited from class gov.nasa.worldwind.retrieve.AbstractRetrievalPostProcessor
convertToDDS, getOutputFile, getRetriever, handleApplicationContent, handleContent, handleContentException, handleHTMLContent, handleImageContent, handleInvalidResponseCode, handleUnknownContentType, handleUnsuccessfulRetrieval, handleWMSExceptionContent, handleXMLContent, handleZipContent, isDeleteOnExit, isPrimaryContentType, isWMSException, logTextBuffer, overwriteExistingFile, saveBuffer, saveBuffer, saveDDS, transformPixels, validateHTTPResponseCode, validateJarResponseCode, validateResponseCode
-
-
-
-
Constructor Detail
-
BulkDownloadPostProcessor
public BulkDownloadPostProcessor(TextureTile tile, BasicTiledImageLayer layer, FileStore fileStore)
-
-
Method Detail
-
run
public java.nio.ByteBuffer run(Retriever retriever)
Description copied from class:AbstractRetrievalPostProcessorRuns the post-processor.- Specified by:
runin interfaceRetrievalPostProcessor- Overrides:
runin classAbstractRetrievalPostProcessor- Parameters:
retriever- the retriever to associate with the post-processor.- Returns:
- a buffer containing the downloaded data, perhaps converted during content handling. null is returned if a fatal problem occurred during post-processing.
-
-