|
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.wfs.operation.WFSGetCapabilities
public class WFSGetCapabilities
Represents a GetCapabilities request to a web feature service.
The GetCapabilities request is used to query a capabilities document from a web feature service.
Constructor Summary | |
---|---|
WFSGetCapabilities(java.lang.String id,
java.lang.String updateSeq,
java.lang.String[] acceptVersions,
java.lang.String[] sections,
java.lang.String[] acceptFormats,
java.util.Map<java.lang.String,java.lang.String> vendoreSpec)
Creates a new WFSGetCapabilities instance. with a wfs version of WFService.VERSION . |
|
WFSGetCapabilities(java.lang.String id,
java.lang.String version,
java.lang.String updateSeq,
java.lang.String[] acceptVersions,
java.lang.String[] sections,
java.lang.String[] acceptFormats,
java.util.Map<java.lang.String,java.lang.String> vendoreSpec)
Creates a new WFSGetCapabilities instance. |
Method Summary | |
---|---|
static WFSGetCapabilities |
create(java.util.Map<java.lang.String,java.lang.String> request)
Creates a new WFSGetCapabilities request from the given map. |
static WFSGetCapabilities |
create(java.lang.String id,
org.w3c.dom.Element root)
Creates a WFSGetCapabilities instance from a document that contains the DOM representation of the
request. |
static WFSGetCapabilities |
create(java.lang.String id,
java.lang.String request)
Creates a new WFSGetCapabilities instance from the given key-value pair encoded request. |
java.lang.String |
getServiceName()
Returns the service name (WFS). |
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 |
---|
WFSGetCapabilities(java.lang.String id, java.lang.String updateSeq, java.lang.String[] acceptVersions, java.lang.String[] sections, java.lang.String[] acceptFormats, java.util.Map<java.lang.String,java.lang.String> vendoreSpec)
WFSGetCapabilities
instance. with a wfs version of WFService.VERSION
.
id
- request identifierupdateSeq
- acceptVersions
- sections
- acceptFormats
- vendoreSpec
- WFSGetCapabilities(java.lang.String id, java.lang.String version, java.lang.String updateSeq, java.lang.String[] acceptVersions, java.lang.String[] sections, java.lang.String[] acceptFormats, java.util.Map<java.lang.String,java.lang.String> vendoreSpec)
WFSGetCapabilities
instance.
id
- request identifierversion
- the version of the request. (e.g 1.0.0 or 1.1.0)updateSeq
- acceptVersions
- sections
- acceptFormats
- vendoreSpec
- Method Detail |
---|
public static WFSGetCapabilities create(java.lang.String id, org.w3c.dom.Element root) throws OGCWebServiceException
WFSGetCapabilities
instance from a document that contains the DOM representation of the
request.
id
- root
- element that contains the DOM representation of the request
OGCWebServiceException
public static WFSGetCapabilities create(java.lang.String id, java.lang.String request) throws MissingParameterValueException, InvalidParameterValueException
WFSGetCapabilities
instance from the given key-value pair encoded request.
id
- request identifierrequest
-
WFSGetCapabilities
request
InvalidParameterValueException
MissingParameterValueException
public static WFSGetCapabilities create(java.util.Map<java.lang.String,java.lang.String> request) throws MissingParameterValueException, InvalidParameterValueException
WFSGetCapabilities
request from the given map.
request
-
WFSGetCapabilities
request
MissingParameterValueException
InvalidParameterValueException
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