protected static class WMSBasicElevationModel.CompositionRetrievalPostProcessor extends AbstractRetrievalPostProcessor
| Modifier and Type | Field and Description | 
|---|---|
| protected File | outFile | 
avList, retriever| Constructor and Description | 
|---|
| CompositionRetrievalPostProcessor(File outFile) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected File | doGetOutputFile()Abstract method that subclasses must provide to identify the output file for the post-processor's retrieval
 content. | 
| protected boolean | isDeleteOnExit(File outFile)Indicates whether the output file should have its delete-on-exit flag set so that it's deleted when the JVM
 terminates. | 
| protected boolean | overwriteExistingFile()Indicates whether the retrieved data should be written to the output file if a file of the same name already
 exists. | 
convertToDDS, getFileLock, getOutputFile, getRetriever, handleApplicationContent, handleContent, handleContentException, handleHTMLContent, handleImageContent, handleInvalidResponseCode, handleSuccessfulRetrieval, handleTextContent, handleUnknownContentType, handleUnsuccessfulRetrieval, handleWMSExceptionContent, handleXMLContent, handleZipContent, isPrimaryContentType, isWMSException, logTextBuffer, markResourceAbsent, run, saveBuffer, saveBuffer, saveDDS, transformPixels, validateHTTPResponseCode, validateJarResponseCode, validateResponseCodeprotected File outFile
public CompositionRetrievalPostProcessor(File outFile)
protected File doGetOutputFile()
AbstractRetrievalPostProcessordoGetOutputFile in class AbstractRetrievalPostProcessorprotected boolean isDeleteOnExit(File outFile)
AbstractRetrievalPostProcessorisDeleteOnExit in class AbstractRetrievalPostProcessoroutFile - the output file.protected boolean overwriteExistingFile()
AbstractRetrievalPostProcessoroverwriteExistingFile in class AbstractRetrievalPostProcessor