| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.protocol.wfs.AbstractWFSRequest
org.deegree.protocol.wfs.getfeature.GetFeature
public class GetFeature
Represents a GetFeature request to a WFS.
 
Supported versions:
Query| Constructor Summary | |
|---|---|
GetFeature(Version version,
           String handle,
           StandardPresentationParams presentationParams,
           ResolveParams resolveParams,
           List<Query> queries)
Creates a new GetFeature request. | 
|
| Method Summary | |
|---|---|
 StandardPresentationParams | 
getPresentationParams()
Returns the parameters that control the presentation of the result set.  | 
 List<Query> | 
getQueries()
The queries to be performed in the request.  | 
 ResolveParams | 
getResolveParams()
Returns the parameters that control the resolution of references in the response.  | 
| Methods inherited from class org.deegree.protocol.wfs.AbstractWFSRequest | 
|---|
getHandle, getVersion | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public GetFeature(Version version,
                  String handle,
                  StandardPresentationParams presentationParams,
                  ResolveParams resolveParams,
                  List<Query> queries)
GetFeature request.
version - protocol version, must not be nullhandle - client-generated identifier, may be nullpresentationParams - parameters for controlling the presentation of the result set, may be nullresolveParams - parameters for controlling the resolution of references of the result set, may be nullqueries - the queries to be performed in the request, must not be null and must contain at least
            one entry| Method Detail | 
|---|
public StandardPresentationParams getPresentationParams()
nullpublic ResolveParams getResolveParams()
nullpublic List<Query> getQueries()
null and must contain at least one entry
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||