Class GetCoverageResponse

java.lang.Object
org.codice.ddf.spatial.ogc.wcs.catalog.GetCoverageResponse

public class GetCoverageResponse extends Object
This class represents the domain object for the response returned for a GetCoverage request. It contains the {@link InputStream) containing the downloaded product and the Content-Disposition HTTP header (from which the name of the file to download the product to will be parsed).
Author:
rodgersh
  • Constructor Details

    • GetCoverageResponse

      public GetCoverageResponse()
  • Method Details

    • getInputStream

      public InputStream getInputStream()
    • setInputStream

      public void setInputStream(InputStream inputStream)
    • getContentDisposition

      public String getContentDisposition()
    • setContentDisposition

      public void setContentDisposition(String contentDisposition)