|
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.Objectorg.deegree.commons.xml.XMLAdapter
org.deegree.protocol.wfs.AbstractWFSRequestXMLAdapter
org.deegree.protocol.wfs.describefeaturetype.DescribeFeatureTypeXMLAdapter
public class DescribeFeatureTypeXMLAdapter
Adapter between XML DescribeFeatureType requests and DescribeFeatureType 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 | |
|---|---|
DescribeFeatureTypeXMLAdapter()
|
|
| Method Summary | |
|---|---|
DescribeFeatureType |
parse(Version version)
Parses an WFS DescribeFeatureType document into a DescribeFeatureType request. |
DescribeFeatureType |
parse100()
Parses a WFS 1.0.0 DescribeFeatureType document into a DescribeFeatureType request. |
DescribeFeatureType |
parse110()
Parses a WFS 1.1.0 DescribeFeatureType document into a DescribeFeatureType request. |
DescribeFeatureType |
parse200()
Parses a WFS 2.0.0 DescribeFeatureType document into a DescribeFeatureType request. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DescribeFeatureTypeXMLAdapter()
| Method Detail |
|---|
public DescribeFeatureType parse(Version version)
DescribeFeatureType document into a DescribeFeatureType request.
Supported versions:
version - version of the request, may be null (in that case, a version attribute must be present in
the root element)
DescribeFeatureType request
XMLParsingException - if a syntax error occurs in the XML
MissingParameterException - if the request version is unsupported
InvalidParameterValueException - if a parameter contains a syntax error
public DescribeFeatureType parse100()
throws XMLParsingException,
InvalidParameterValueException
DescribeFeatureType document into a DescribeFeatureType request.
DescribeFeatureType request
XMLParsingException - if a syntax error occurs in the XML
InvalidParameterValueException - if a parameter contains a syntax error
public DescribeFeatureType parse110()
throws XMLParsingException,
InvalidParameterValueException
DescribeFeatureType document into a DescribeFeatureType request.
DescribeFeatureType request
XMLParsingException - if a syntax error occurs in the XML
InvalidParameterValueException - if a parameter contains a syntax error
public DescribeFeatureType parse200()
throws XMLParsingException,
InvalidParameterValueException
DescribeFeatureType document into a DescribeFeatureType request.
DescribeFeatureType request
XMLParsingException - if a syntax error occurs in the XML
InvalidParameterValueException - if a parameter contains a syntax error
|
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 | |||||||||