|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.commons.xml.XMLAdapter org.deegree.protocol.wfs.AbstractWFSRequestXMLAdapter org.deegree.protocol.wfs.query.QueryXMLAdapter org.deegree.protocol.wfs.getpropertyvalue.GetPropertyValueXMLAdapter
public class GetPropertyValueXMLAdapter
Adapter between XML GetPropertyValue
requests and GetPropertyValue
objects.
Supported WFS versions:
Field Summary |
---|
Fields inherited from class org.deegree.protocol.wfs.AbstractWFSRequestXMLAdapter |
---|
nsContext, WFS_200_PREFIX, WFS_PREFIX |
Fields inherited from class org.deegree.commons.xml.XMLAdapter |
---|
DEFAULT_URL, rootElement, XLN_NS |
Constructor Summary | |
---|---|
GetPropertyValueXMLAdapter()
|
Method Summary | |
---|---|
GetPropertyValue |
parse()
Parses a GetPropertyValue element into a GetPropertyValue object. |
GetPropertyValue |
parse200()
Parses a WFS 2.0.0 GetPropertyValue document into a GetPropertyValue object. |
Methods inherited from class org.deegree.protocol.wfs.query.QueryXMLAdapter |
---|
parseAbstractQuery200, parseStandardPresentationParameters100, parseStandardPresentationParameters110, parseStandardPresentationParameters200, parseStandardResolveParameters110, parseStandardResolveParameters200 |
Methods inherited from class org.deegree.protocol.wfs.AbstractWFSRequestXMLAdapter |
---|
determineVersion110Safe |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GetPropertyValueXMLAdapter()
Method Detail |
---|
public GetPropertyValue parse() throws OWSException
GetPropertyValue
element into a GetPropertyValue
object.
GetPropertyValue
request, never null
OWSException
public GetPropertyValue parse200() throws OWSException
GetPropertyValue
document into a GetPropertyValue
object.
null
OWSException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |