protected class BasicElevationModelBulkDownloader.BulkDownloadPostProcessor extends BasicElevationModel.DownloadPostProcessor
elevationModel, fileStore, tile
avList, retriever
Constructor and Description |
---|
BulkDownloadPostProcessor(Tile tile,
BasicElevationModel elevationModel,
FileStore fileStore) |
Modifier and Type | Method and Description |
---|---|
java.nio.ByteBuffer |
run(Retriever retriever)
Runs the post-processor.
|
doGetOutputFile, getFileLock, getFileStore, handleSuccessfulRetrieval, handleTextContent, markResourceAbsent, overwriteExistingFile
convertToDDS, getOutputFile, getRetriever, handleApplicationContent, handleContent, handleContentException, handleHTMLContent, handleImageContent, handleInvalidResponseCode, handleUnknownContentType, handleUnsuccessfulRetrieval, handleWMSExceptionContent, handleXMLContent, handleZipContent, isDeleteOnExit, isPrimaryContentType, isWMSException, logTextBuffer, saveBuffer, saveBuffer, saveDDS, transformPixels, validateHTTPResponseCode, validateJarResponseCode, validateResponseCode
public BulkDownloadPostProcessor(Tile tile, BasicElevationModel elevationModel, FileStore fileStore)
public java.nio.ByteBuffer run(Retriever retriever)
AbstractRetrievalPostProcessor
run
in interface RetrievalPostProcessor
run
in class AbstractRetrievalPostProcessor
retriever
- the retriever to associate with the post-processor.