|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree.commons.xml.XMLAdapter
org.deegree.protocol.wfs.AbstractWFSRequestXMLAdapter
org.deegree.protocol.wfs.getgmlobject.GetGmlObjectXMLAdapter
public class GetGmlObjectXMLAdapter
Adapter between XML encoded GetGmlObject
requests and GetGmlObject
objects.
TODO code for exporting to XML
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 | |
---|---|
GetGmlObjectXMLAdapter()
|
Method Summary | |
---|---|
GetGmlObject |
parse()
Parses a WFS GetGmlObject document into a GetGmlObject request. |
GetGmlObject |
parse110()
Parses a WFS 1.1.0 GetGmlObject document into a GetGmlObject request. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GetGmlObjectXMLAdapter()
Method Detail |
---|
public GetGmlObject parse()
GetGmlObject
document into a GetGmlObject
request.
Supported versions:
GetGmlObject
request
XMLParsingException
- if a syntax error occurs in the XML
MissingParameterException
- if the request version is unsupported
InvalidParameterValueException
- if a parameter contains a syntax errorpublic GetGmlObject parse110() throws XMLParsingException, InvalidParameterValueException
GetGmlObject
document into a GetGmlObject
request.
GetGmlObject
request
XMLParsingException
- if a syntax error occurs in the XML
InvalidParameterValueException
- if a parameter contains a syntax error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |