|
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.ogcwebservices.AbstractOGCWebServiceRequest org.deegree.ogcwebservices.wcs.WCSRequestBase org.deegree.ogcwebservices.wcs.describecoverage.DescribeCoverage
public class DescribeCoverage
A DescribeCoverage request lists the coverages to be described, identified by the Coverage parameter. A request that lists no coverages shall be interpreted as requesting descriptions of all coverages that a WCS can serve.
Constructor Summary | |
---|---|
DescribeCoverage(java.lang.String id,
java.lang.String version,
java.lang.String[] coverages)
|
Method Summary | |
---|---|
static DescribeCoverage |
create(java.util.Map map)
creates a DescribeCoverage request from its KVP representation |
static DescribeCoverage |
create(java.lang.String id,
org.w3c.dom.Document doc)
creates a DescribeCoverage request from its XML representation |
static DescribeCoverage |
createDescribeCoverage(java.lang.String id,
java.lang.String kvp)
creates a DescribeCoverage request from its KVP representation |
java.lang.String[] |
getCoverages()
|
java.lang.String |
getRequestParameter()
returns the URI of a HTTP GET request. |
Methods inherited from class org.deegree.ogcwebservices.wcs.WCSRequestBase |
---|
getServiceName |
Methods inherited from class org.deegree.ogcwebservices.AbstractOGCWebServiceRequest |
---|
getId, getParam, getParamAsInt, getParamValues, getRequiredParam, getVendorSpecificParameter, getVendorSpecificParameters, getVersion, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeCoverage(java.lang.String id, java.lang.String version, java.lang.String[] coverages)
id
- unique ID of the requestversion
- Request protocol versioncoverages
- list of coverages to describe (identified by their name values in the Capabilities
response). If null or length == 0 all coverages of the service
instances will be describedMethod Detail |
---|
public static DescribeCoverage create(java.util.Map map) throws OGCWebServiceException, MissingParameterValueException, InvalidParameterValueException
map
- request
OGCWebServiceException
- will be thrown if something general is wrong
MissingParameterValueException
InvalidParameterValueException
WCSException
- will be thrown if a WCS/DescribeCoverage specific part of the request is
erroreouspublic static DescribeCoverage createDescribeCoverage(java.lang.String id, java.lang.String kvp) throws OGCWebServiceException, MissingParameterValueException, InvalidParameterValueException
id
- unique ID of the requestkvp
- request
OGCWebServiceException
- will be thrown if something general is wrong
MissingParameterValueException
InvalidParameterValueException
WCSException
- will be thrown if a WCS/DescribeCoverage specific part of the request is
erroreouspublic static DescribeCoverage create(java.lang.String id, org.w3c.dom.Document doc) throws OGCWebServiceException, MissingParameterValueException, InvalidParameterValueException
id
- unique ID of the requestdoc
- XML representation of the request
OGCWebServiceException
- will be thrown if something general is wrong
MissingParameterValueException
InvalidParameterValueException
WCSException
- will be thrown if a WCS/DescribeCoverage specific part of the request is
erroreouspublic java.lang.String[] getCoverages()
public java.lang.String getRequestParameter() throws OGCWebServiceException
AbstractOGCWebServiceRequest
getRequestParameter
in interface OGCWebServiceRequest
getRequestParameter
in class AbstractOGCWebServiceRequest
OGCWebServiceException
|
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org