org.geotools.data.wfs.v1_1_0.parsers
Class DescribeFeatureTypeParser

Object
  extended by DescribeFeatureTypeParser
All Implemented Interfaces:
WFSResponseParser

public class DescribeFeatureTypeParser
extends 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
Author:
Gabriel Roldan (OpenGeo)
Module:
modules/unsupported/wfs (gt-wfs.jar)

Constructor Summary
DescribeFeatureTypeParser()
           
 
Method Summary
 Object parse(WFS_1_1_0_DataStore wfs, WFSResponse response)
          Produces a parsed object from the WFS response stream.
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DescribeFeatureTypeParser

public DescribeFeatureTypeParser()
Method Detail

parse

public 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 response
response - 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.