|
||||||||||
| 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.getfeature.GetFeatureXMLAdapter
public class GetFeatureXMLAdapter
Adapter between XML GetFeature requests and GetFeature 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 | |
|---|---|
GetFeatureXMLAdapter()
|
|
| Method Summary | |
|---|---|
GetFeature |
parse(Version version)
Parses a WFS GetFeature document into a GetFeature object. |
GetFeature |
parse100()
Parses a WFS 1.0.0 GetFeature document into a GetFeature object. |
GetFeature |
parse110()
Parses a WFS 1.1.0 GetFeature document into a GetFeature object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GetFeatureXMLAdapter()
| Method Detail |
|---|
public GetFeature parse(Version version)
throws java.lang.Exception
GetFeature document into a GetFeature object.
Supported versions:
version - version of the request, may be null (in that case, a version attribute must be present in
the root element)
GetFeature request
java.lang.Exception
XMLParsingException - if a syntax error occurs in the XML
MissingParameterException - if the request version is unsupported
InvalidParameterValueException - if a parameter contains a syntax errorpublic GetFeature parse100()
GetFeature document into a GetFeature object.
public GetFeature parse110()
GetFeature document into a GetFeature object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||