public class DescribeCoverageRequest
extends java.lang.Object
Constructor and Description |
---|
DescribeCoverageRequest(org.jdom.Element descrCovElem) |
DescribeCoverageRequest(java.util.Map<java.lang.String,java.lang.String[]> kvp) |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getIds() |
org.jdom.Document |
getRequestDoc() |
org.jdom.Element |
getRequestElement()
<element name="DescribeCoverage">
<annotation>
<documentation>Request to a WCS to perform the DescribeCoverage operation.
|
void |
serialize(java.io.OutputStream os) |
void |
setIds(java.lang.String[] ids) |
java.lang.String |
toString() |
public DescribeCoverageRequest(org.jdom.Element descrCovElem) throws WcsException
WcsException
public DescribeCoverageRequest(java.util.Map<java.lang.String,java.lang.String[]> kvp) throws WcsException
WcsException
public java.lang.String[] getIds()
public void setIds(java.lang.String[] ids)
public org.jdom.Element getRequestElement()
<element name="DescribeCoverage"> <annotation> <documentation>Request to a WCS to perform the DescribeCoverage operation. This operation allows a client to retrieve descriptions of one or more coverages. In this XML encoding, no "request" parameter is included, since the element name specifies the specific operation. </documentation> </annotation> <complexType> <complexContent> <extension base="wcs:RequestBaseType"> <sequence> <element ref="wcs:Identifier" maxOccurs="unbounded"> <annotation> <documentation>Unordered list of identifiers of desired coverages. A client can obtain identifiers by a prior GetCapabilities request, or from a third-party source. </documentation> </annotation> </element> </sequence> </extension> </complexContent> </complexType> </element>
public org.jdom.Document getRequestDoc()
public void serialize(java.io.OutputStream os) throws java.io.IOException
java.io.IOException
public java.lang.String toString()
toString
in class java.lang.Object