|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
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.getgmlobject.GetGmlObject
public class GetGmlObject
Represents a GetGmlObject
request to a WFS.
From the WFS 1.1.0 spec.: The GetGmlObject
operation allows retrieval of features and elements by ID
from a WFS. A GetGmlObject
request is processed by a WFS and an XML document fragment containing the
result set is returned to the client.
Constructor Summary | |
---|---|
GetGmlObject(Version version,
String handle,
String requestedId,
String outputFormat,
String traverseXlinkDepth,
Integer traverseXlinkExpiry)
Creates a new GetGmlObject request. |
Method Summary | |
---|---|
String |
getOutputFormat()
Returns the requested output format. |
String |
getRequestedId()
Returns the id of the requested object. |
String |
getTraverseXlinkDepth()
Returns the depth to which nested property XLink linking element locator attribute (href) XLinks are traversed and resolved if possible. |
Integer |
getTraverseXlinkExpiry()
Return the number of minutes that the WFS should wait to receive a response to a nested GetGmlObject
request. |
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 GetGmlObject(Version version, String handle, String requestedId, String outputFormat, String traverseXlinkDepth, Integer traverseXlinkExpiry)
GetGmlObject
request.
version
- protocol version, must not be nullhandle
- client-generated identifier, may be nullrequestedId
- the id of the requested object, must not be nulloutputFormat
- a String format of the result set, may be nulltraverseXlinkDepth
- the depth to which nested property XLink linking element locator attribute (href) XLinks are traversed
and resolved if possible, the range of valid values for this parameter consists of positive integers,
"*" (unlimited) and null (unspecified)traverseXlinkExpiry
- indicates how long the WFS should wait to receive a response to a nested GetGmlObject request (in
minutes), this attribute is only relevant if a value is specified for the traverseXlinkDepth
attribute, may be nullMethod Detail |
---|
public String getRequestedId()
public String getOutputFormat()
public String getTraverseXlinkDepth()
public Integer getTraverseXlinkExpiry()
GetGmlObject
request. This is only relevant if a value is specified for the traverseXlinkDepth
parameter.
GetGmlObject
responses (positive integer) or null
(unspecified)
|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |