protected class BasicTiledImageLayerBulkDownloader.BulkDownloadPostProcessor extends BasicTiledImageLayer.DownloadPostProcessor
fileStore, layer, tile
avList, retriever
Constructor and Description |
---|
BulkDownloadPostProcessor(TextureTile tile,
BasicTiledImageLayer layer,
FileStore fileStore) |
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
run(Retriever retriever)
Runs the post-processor.
|
doGetOutputFile, getFileLock, getFileStore, handleSuccessfulRetrieval, handleTextContent, markResourceAbsent
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
public BulkDownloadPostProcessor(TextureTile tile, BasicTiledImageLayer layer, FileStore fileStore)
public ByteBuffer run(Retriever retriever)
AbstractRetrievalPostProcessor
run
in interface RetrievalPostProcessor
run
in class AbstractRetrievalPostProcessor
retriever
- the retriever to associate with the post-processor.