protected class PlaceNameLayerBulkDownloader.BulkDownloadPostProcessor extends PlaceNameLayer.DownloadPostProcessor
fileStore, layer, tileavList, retriever| Constructor and Description |
|---|
BulkDownloadPostProcessor(PlaceNameLayer layer,
PlaceNameLayer.Tile tile,
FileStore fileStore) |
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
run(Retriever retriever)
Runs the post-processor.
|
doGetOutputFile, getFileLock, getFileStore, handleSuccessfulRetrieval, handleXMLContent, markResourceAbsentconvertToDDS, getOutputFile, getRetriever, handleApplicationContent, handleContent, handleContentException, handleHTMLContent, handleImageContent, handleInvalidResponseCode, handleTextContent, handleUnknownContentType, handleUnsuccessfulRetrieval, handleWMSExceptionContent, handleZipContent, isDeleteOnExit, isPrimaryContentType, isWMSException, logTextBuffer, overwriteExistingFile, saveBuffer, saveBuffer, saveDDS, transformPixels, validateHTTPResponseCode, validateJarResponseCode, validateResponseCodepublic BulkDownloadPostProcessor(PlaceNameLayer layer, PlaceNameLayer.Tile tile, FileStore fileStore)
public ByteBuffer run(Retriever retriever)
AbstractRetrievalPostProcessorrun in interface RetrievalPostProcessorrun in class AbstractRetrievalPostProcessorretriever - the retriever to associate with the post-processor.