Class WMSBasicElevationModel.CompositionRetrievalPostProcessor

    • Field Detail

      • outFile

        protected java.io.File outFile
    • Constructor Detail

      • CompositionRetrievalPostProcessor

        public CompositionRetrievalPostProcessor​(java.io.File outFile)
    • Method Detail

      • overwriteExistingFile

        protected boolean overwriteExistingFile()
        Description copied from class: AbstractRetrievalPostProcessor
        Indicates whether the retrieved data should be written to the output file if a file of the same name already exists. The default implementation of this method returns false (files are not overwritten).
        Overrides:
        overwriteExistingFile in class AbstractRetrievalPostProcessor
        Returns:
        true if an existing file should be overwritten, otherwise false.
      • isDeleteOnExit

        protected boolean isDeleteOnExit​(java.io.File outFile)
        Description copied from class: AbstractRetrievalPostProcessor
        Indicates whether the output file should have its delete-on-exit flag set so that it's deleted when the JVM terminates.
        Overrides:
        isDeleteOnExit in class AbstractRetrievalPostProcessor
        Parameters:
        outFile - the output file.
        Returns:
        true if the output file's delete-on-exit flag should be set, otherwise false.