|
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.getcapabilities.GetCapabilities org.deegree.ogcwebservices.wcs.getcapabilities.WCSGetCapabilities
public class WCSGetCapabilities
Each Web Coverage Server must describe its capabilities. This clause defines the structure intended to convey general information about the service itself, and summary information about the available data collections from which coverages may be requested.
An instance of WCSGetCapabilities encapsulates a GetCapabilites request against a WCS and offeres two factory methods inherited from GetCapabilities for request creation using KVP and one own method for request creation from a DOM object.
Constructor Summary | |
---|---|
WCSGetCapabilities(java.lang.String id,
java.lang.String version,
java.lang.String updateSequence,
java.lang.String[] sections,
java.util.Map<java.lang.String,java.lang.String> vendoreSpec)
|
Method Summary | |
---|---|
static GetCapabilities |
create(java.util.Map<java.lang.String,java.lang.String> map)
creates a GetCapabilities request from its KVP representation |
static GetCapabilities |
create(java.lang.String id,
org.w3c.dom.Document doc)
creates a GetCapabilities request from its XML representation |
static GetCapabilities |
create(java.lang.String id,
java.lang.String kvp)
creates a GetCapabilities request from its KVP representation |
java.lang.String |
getServiceName()
returns WCS as service name |
Methods inherited from class org.deegree.ogcwebservices.getcapabilities.GetCapabilities |
---|
getAcceptFormats, getAcceptVersions, getSections, getUpdateSequence |
Methods inherited from class org.deegree.ogcwebservices.AbstractOGCWebServiceRequest |
---|
getId, getParam, getParamAsInt, getParamValues, getRequestParameter, 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 WCSGetCapabilities(java.lang.String id, java.lang.String version, java.lang.String updateSequence, java.lang.String[] sections, java.util.Map<java.lang.String,java.lang.String> vendoreSpec)
id
- version
- updateSequence
- sections
- vendoreSpec
- Method Detail |
---|
public static GetCapabilities create(java.lang.String id, java.lang.String kvp) throws OGCWebServiceException, InvalidParameterValueException, MissingParameterValueException
id
- unique ID of the requestkvp
- request
OGCWebServiceException
- will be thrown if something general is wrong
InvalidParameterValueException
MissingParameterValueException
public static GetCapabilities create(java.util.Map<java.lang.String,java.lang.String> map) throws OGCWebServiceException, InvalidParameterValueException, MissingParameterValueException
map
- request
OGCWebServiceException
- will be thrown if something general is wrong
InvalidParameterValueException
MissingParameterValueException
public static GetCapabilities create(java.lang.String id, org.w3c.dom.Document doc) throws OGCWebServiceException, InvalidParameterValueException, MissingParameterValueException
id
- unique ID of the requestdoc
- XML representation of the request
OGCWebServiceException
- will be thrown if something general is wrong
InvalidParameterValueException
MissingParameterValueException
public java.lang.String getServiceName()
|
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