Class GetCoverageResponse
java.lang.Object
org.codice.ddf.spatial.ogc.wcs.catalog.GetCoverageResponse
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetContentDisposition(String contentDisposition) voidsetInputStream(InputStream inputStream)
-
Constructor Details
-
GetCoverageResponse
public GetCoverageResponse()
-
-
Method Details
-
getInputStream
-
setInputStream
-
getContentDisposition
-
setContentDisposition
-