|
||||||||||
| 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.getpropertyvalue.GetPropertyValue
public class GetPropertyValue
Represents a GetPropertyValue request to a WFS.
Supported versions:
Query| Constructor Summary | |
|---|---|
GetPropertyValue(Version version,
String handle,
StandardPresentationParams presentationParams,
ResolveParams resolveParams,
ValueReference valueReference,
ValueReference resolvePath,
Query query)
Creates a new GetPropertyValue instance. |
|
| Method Summary | |
|---|---|
StandardPresentationParams |
getPresentationParams()
Returns the parameters that control the presentation of the result set. |
Query |
getQuery()
Returns the query to be executed (determines the feature instances for the property value extraction). |
ResolveParams |
getResolveParams()
Returns the parameters that control the resolution of references of the result set. |
ValueReference |
getResolvePath()
Returns the expression for selecting the returned nodes or child nodes of the queried features. |
ValueReference |
getValueReference()
Returns the path along which resource resolution shall be performed. |
| 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 GetPropertyValue(Version version,
String handle,
StandardPresentationParams presentationParams,
ResolveParams resolveParams,
ValueReference valueReference,
ValueReference resolvePath,
Query query)
GetPropertyValue instance.
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 nullvalueReference - selects the nodes or child nodes of queried features to be returned, must not be nullresolvePath - path along which resource resolution shall be performed, may be null (global resource
resolution mode)query - query to be executed, must not be null| Method Detail |
|---|
public StandardPresentationParams getPresentationParams()
nullpublic ResolveParams getResolveParams()
nullpublic ValueReference getResolvePath()
nullpublic ValueReference getValueReference()
null (global resource resolution
mode)public Query getQuery()
null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||