Class BasicElevationModelBulkDownloader.BulkDownloadPostProcessor

    • Method Detail

      • run

        public java.nio.ByteBuffer run​(Retriever retriever)
        Description copied from class: AbstractRetrievalPostProcessor
        Runs the post-processor.
        Specified by:
        run in interface RetrievalPostProcessor
        Overrides:
        run in class AbstractRetrievalPostProcessor
        Parameters:
        retriever - the retriever to associate with the post-processor.
        Returns:
        a buffer containing the downloaded data, perhaps converted during content handling. null is returned if a fatal problem occurred during post-processing.