|
deegree 2.3 (2010/04/09 10:10 build-4-official) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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(String id,
String version,
String[] coverages)
|
|
| Method Summary | |
|---|---|
static DescribeCoverage |
create(Map map)
creates a DescribeCoverage request from its KVP representation |
static DescribeCoverage |
create(String id,
Document doc)
creates a DescribeCoverage request from its XML representation |
static DescribeCoverage |
createDescribeCoverage(String id,
String kvp)
creates a DescribeCoverage request from its KVP representation |
String[] |
getCoverages()
|
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(String id,
String version,
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 described| Method Detail |
|---|
public static DescribeCoverage create(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
erroreous
public static DescribeCoverage createDescribeCoverage(String id,
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
erroreous
public static DescribeCoverage create(String id,
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 String[] getCoverages()
public String getRequestParameter()
throws OGCWebServiceException
AbstractOGCWebServiceRequest
getRequestParameter in interface OGCWebServiceRequestgetRequestParameter in class AbstractOGCWebServiceRequestOGCWebServiceException
|
deegree 2.3 (2010/04/09 10:10 build-4-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