public class Coverage
extends java.lang.Object
Constructor and Description |
---|
Coverage(CoverageDescription cd,
java.lang.String requestUrl) |
Modifier and Type | Method and Description |
---|---|
org.jdom.Element |
getCisCoverageElement(java.lang.String rangeValuesPartID,
java.lang.String mimeType) |
protected CoverageDescription |
getCoverageDescription() |
org.jdom.Element |
getCoverageElement(java.lang.String rangeValuesPartID,
java.lang.String mimeType) |
java.lang.String |
getRequestUrl() |
public Coverage(CoverageDescription cd, java.lang.String requestUrl) throws WcsException, java.lang.InterruptedException
WcsException
java.lang.InterruptedException
protected CoverageDescription getCoverageDescription()
public org.jdom.Element getCisCoverageElement(java.lang.String rangeValuesPartID, java.lang.String mimeType) throws WcsException
WcsException
public org.jdom.Element getCoverageElement(java.lang.String rangeValuesPartID, java.lang.String mimeType) throws WcsException
rangeValuesPartID
- The ID of the multipart document part that carries the range values.mimeType
- The mimeType of the range values encodingWcsException
- When the bad things happen.public java.lang.String getRequestUrl()