org.geotools.data.wfs.v1_1_0.parsers
Class DescribeFeatureTypeParser
java.lang.Object
org.geotools.data.wfs.v1_1_0.parsers.DescribeFeatureTypeParser
- All Implemented Interfaces:
- WFSResponseParser
public class DescribeFeatureTypeParser
- extends java.lang.Object
- implements WFSResponseParser
This class is meant to parse a WFS DescribeFeatureType response but is not yet engaged.
NOTE there are currently technical limitations to engage the DescribeFeatureType request/response
to the WFSResponseParserFactory
/WFSResponseParser
architecture. This technical
limitations have to be with the fact that the Parser
and
configuration
used to parse a response need a direct
handle to the DescribeFeatureType request URL and have no way to directly parse from the plain
response InputStream
.
So, for the time being, the request/response handling for GetFeatureType is being made in an ad-hoc
manner inside WFS_1_1_0_DataStore.getSchema(String)
- Since:
- 2.6
- Version:
- $Id: DescribeFeatureTypeParser.java 31823 2008-11-11 16:11:49Z groldan $
- Author:
- Gabriel Roldan (OpenGeo)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DescribeFeatureTypeParser
public DescribeFeatureTypeParser()
parse
public java.lang.Object parse(WFS_1_1_0_DataStore wfs,
WFSResponse response)
- Description copied from interface:
WFSResponseParser
- Produces a parsed object from the WFS response stream.
The kind of parsed object depends on the actual response contents and what the specific
parser produces for it.
- Specified by:
parse
in interface WFSResponseParser
- Parameters:
wfs
- the datastore that issued the request and obtained the given responseresponse
- the handle to the WFS response contents
- Returns:
- the implementation dependent object that's parsed from the WFS response contents
Copyright © 1996-2010 Geotools. All Rights Reserved.