|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 null
handle
- client-generated identifier, may be null
presentationParams
- parameters for controlling the presentation of the result set, may be null
resolveParams
- parameters for controlling the resolution of references of the result set, may be null
queries
- the queries to be performed in the request, must not be null
and must contain at least
one entryMethod Detail |
---|
public StandardPresentationParams getPresentationParams()
null
public ResolveParams getResolveParams()
null
public 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 |