|
||||||||||
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.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 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
valueReference
- selects the nodes or child nodes of queried features to be returned, must not be null
resolvePath
- 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()
null
public ResolveParams getResolveParams()
null
public ValueReference getResolvePath()
null
public 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 |