| 
deegree 2.6-pre (2011/11/29 00:10 build-378-unofficial) | |||||||||
| 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.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(String id,
                                     String updateSeq,
                                     String[] acceptVersions,
                                     String[] sections,
                                     String[] acceptFormats,
                                     Map<String,String> vendoreSpec)
Creates a new WFSGetCapabilities instance. with a wfs version of WFService.VERSION. | 
|
WFSGetCapabilities(String id,
                                     String version,
                                     String updateSeq,
                                     String[] acceptVersions,
                                     String[] sections,
                                     String[] acceptFormats,
                                     Map<String,String> vendoreSpec)
Creates a new WFSGetCapabilities instance. | 
|
| Method Summary | |
|---|---|
static WFSGetCapabilities | 
create(Map<String,String> request)
Creates a new WFSGetCapabilities request from the given map. | 
static WFSGetCapabilities | 
create(String id,
             Element root)
Creates a WFSGetCapabilities instance from a document that contains the DOM representation of the
 request. | 
static WFSGetCapabilities | 
create(String id,
             String request)
Creates a new WFSGetCapabilities instance from the given key-value pair encoded request. | 
 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(String id,
                   String updateSeq,
                   String[] acceptVersions,
                   String[] sections,
                   String[] acceptFormats,
                   Map<String,String> vendoreSpec)
WFSGetCapabilities instance. with a wfs version of WFService.VERSION.
id - request identifierupdateSeq - acceptVersions - sections - acceptFormats - vendoreSpec - 
WFSGetCapabilities(String id,
                   String version,
                   String updateSeq,
                   String[] acceptVersions,
                   String[] sections,
                   String[] acceptFormats,
                   Map<String,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(String id,
                                        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(String id,
                                        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(Map<String,String> request)
                                 throws MissingParameterValueException,
                                        InvalidParameterValueException
WFSGetCapabilities request from the given map.
request - 
WFSGetCapabilities request
MissingParameterValueException
InvalidParameterValueExceptionpublic String getServiceName()
  | 
deegree 2.6-pre (2011/11/29 00:10 build-378-unofficial) | |||||||||
| 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