public class CoverageResponse extends Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | CoverageResponse.Status | 
| Constructor and Description | 
|---|
| CoverageResponse() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addException(Exception exception) | 
| void | addExceptions(Collection<Exception> exceptions) | 
| void | addResult(GridCoverage grid) | 
| void | addResults(Collection<GridCoverage> results) | 
| Collection<Exception> | getExceptions() | 
| String | getHandle()The handle attribute is included to allow a client to associate a mnemonic name to the Query
 request. | 
| CoverageRequest | getRequest() | 
| Collection<? extends Coverage> | getResults(ProgressListener listener)Returns the Coverages available with this coverage response. | 
| CoverageResponse.Status | getStatus()Get the status of this coverage response. | 
| void | setHandle(String handle) | 
| void | setRequest(CoverageRequest coverageRequest) | 
| void | setStatus(CoverageResponse.Status status) | 
public Collection<Exception> getExceptions()
public void addExceptions(Collection<Exception> exceptions)
public void addException(Exception exception)
public String getHandle()
public void setHandle(String handle)
public CoverageRequest getRequest()
public void setRequest(CoverageRequest coverageRequest)
public Collection<? extends Coverage> getResults(ProgressListener listener)
listener - public void addResults(Collection<GridCoverage> results)
public void addResult(GridCoverage grid)
public CoverageResponse.Status getStatus()
public void setStatus(CoverageResponse.Status status)
Copyright © 1996–2019 Geotools. All rights reserved.